 /* Main div css */
 
 #container {
     background: #FFF;
     padding: 0px 0px 0px 0px;
     width: 640px;
     border: solid 1px #EEE;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 #graft_tbl {
     width: auto;
 }
 
 #graft_ruler {
     display: block;
 }
 
 #graft_pics {
     border-top: solid 3px #EEE;
     clear: both;
 }
 
 #Graft_Calc_Area {
     display: block;
 }
 
 .slider {
     width: 250px;
     height: 42px;
     /* rular or range background image */
     background-image: url('../img/ruler.png');
     background-repeat: no-repeat;
     position: relative;
     margin: 5px 0px 0px 0px;
     padding: 0 10px;
 }
 /*Style for the slider button*/
 
 .ui-slider-handle {
     width: 12px;
     height: 28px;
     position: absolute;
     top: -7px;
     margin-left: -12px;
     z-index: 200;
     background: #f00;
     -moz-border-radius: 5px;
     border-radius: 5px;
 }
 /*Result div where the slider value is displayed*/
 
 #slider-result {
     font-size: 50px;
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     text-align: center;
     /*    text-shadow:0 1px 1px #000;
    font-weight:700;*/
     padding: 0;
     margin: 0px;
     /*display: none;*/
 }
 /*This is the fill bar colour*/
 
 .ui-widget-header {
     background: #e30000;
     height: 4px;
     left: 1px;
     top: 1px;
     position: absolute;
 }
 /* This is to block outline of slider square when dragged*/
 
 a {
     outline: none;
     -moz-outline-style: none;
 }
 
 .graft_Area {
     display: none;
 }
 
 .greyArea {
     background-color: #030303;
     color: #5F5F5F;
     font-weight: bold;
 }
 
 .centerBold {
     text-align: center;
     font-weight: bolder;
 }
 
 .graftIpBox {
     width: 75px;
     text-align: center;
     font-weight: bolder;
     font-size: 100%;
     height: 25px;
 }
 
 .areaChkbox {
     width: 16px;
     height: 13px;
     border: none
 }
 
 #container p {
     font-size: 12px;
     padding: 5px 0px;
     margin: 0px;
 }
 
 ul {
     text-indent: 0px !important;
 }
 
 #main {
     font-family: arial;
 }
 
 #main h1,
 #main h2 {
     margin: 0;
 }
 
 #aktiondate {
     background: #FF9900;
     padding: 13px;
     color: white;
     font-size: 61px;
     margin-bottom: 20px;
     border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
     text-align: left;
     line-height: 60px;
 }
 
 .stamp {
     background: #F2F2F2;
     border: 2px solid #FF9900;
     padding: 10px;
     text-align: center;
     border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
 }
 
 input[type=file] {
     width: 100%;
 }
 
 .digit {
     display: inline-block;
     width: 17%;
     background: black;
     padding: 24px 7px;
     margin-right: 3px;
     color: white;
     font-size: 12px;
     border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     -khtml-border-radius: 4px;
 }
 
 .digit b {
     display: block;
     font-size: 47px;
     line-height: 36px;
 }
 
 .custom-file-input::-webkit-file-upload-button {
     visibility: hidden;
 }
 
 .custom-file-input::before {
     content: 'Wählen Sie Fotos';
     display: inline-block;
     background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
     border: 1px solid #999;
     border-radius: 3px;
     padding: 5px 8px;
     outline: none;
     white-space: nowrap;
     -webkit-user-select: none;
     cursor: pointer;
     text-shadow: 1px 1px #fff;
     font-weight: 700;
     font-size: 10pt;
 }
 
 .custom-file-input:hover::before {
     border-color: black;
 }
 
 .custom-file-input:active::before {
     background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
 }
 
 .star {
     color: red
 }
 
 table {
     color: black !important;
 }
 
 table a:link {
     color: #666;
     font-weight: bold;
     text-decoration: none;
 }
 
 table a:visited {
     color: #999999;
     font-weight: bold;
     text-decoration: none;
 }
 
 table a:active,
 table a:hover {
     color: #bd5a35;
     text-decoration: underline;
 }
 
 table {
     background: #eaebec;
     border: #ccc 1px solid;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     -moz-box-shadow: 0 1px 2px #d1d1d1;
     -webkit-box-shadow: 0 1px 2px #d1d1d1;
     box-shadow: 0 1px 2px #d1d1d1;
 }
 
 table th {
     padding: 21px 25px 2px 25px;
     border-top: 1px solid #fafafa;
     border-bottom: 1px solid #e0e0e0;
     background: #ededed;
     background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
     background: -moz-linear-gradient(top, #ededed, #ebebeb);
 }
 
 table th:first-child {
     padding-left: 20px;
 }
 
 table tr:first-child th:first-child {
     -moz-border-radius-topleft: 3px;
     -webkit-border-top-left-radius: 3px;
     border-top-left-radius: 3px;
 }
 
 table tr:first-child th:last-child {
     -moz-border-radius-topright: 3px;
     -webkit-border-top-right-radius: 3px;
     border-top-right-radius: 3px;
 }
 
 table tr {
     text-align: center;
     padding-left: 20px;
 }
 
 table td {
     padding: 11px;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #e0e0e0;
     border-left: 1px solid #e0e0e0;
     background: #fafafa;
     background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
     background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
 }
 
 table tr.even td {
     background: #f6f6f6;
     background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
     background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
 }
 
 table tr:last-child td {
     border-bottom: 0;
 }
 
 table tr:last-child td:first-child {
     -moz-border-radius-bottomleft: 3px;
     -webkit-border-bottom-left-radius: 3px;
     border-bottom-left-radius: 3px;
 }
 
 table tr:last-child td:last-child {
     -moz-border-radius-bottomright: 3px;
     -webkit-border-bottom-right-radius: 3px;
     border-bottom-right-radius: 3px;
 }
 
 table tr:hover td {
     background: #f2f2f2;
     background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
     background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
 }
 
 @media only screen and (min-width: 0px) and (max-width: 480px) {
     h1,
     h2 {
         font-size: 33px !important;
     }
     form>table {
         /*margin-left: -45px;*/
     }
     .mobile-show {
         display: block !important;
     }
 }
 
 @media only screen and (min-width: 0px) and (max-width: 767px) {
     h1,
     h2 {
         font-size: 33px !important;
     }
     .mobile-show {
         display: block !important;
     }
 }
 
 #navigation {
     width: 1154px;
 }
 
 #feature h1 {
     font-size: 41px;
 }
 
 table {
     margin-bottom: 0;
 }
 
 <style>.blink_me {
     animation: pulse 2s infinite;
 }
 
 @keyframes pulse {
     0% {
         color: white;
     }
     100% {
         color: green;
     }
 }
 
 @media (max-width: 768px) {
     #content {
         width: 100%;
     }
     table {
         padding: 0px !important;
     }
     .utolso div {
         font-size: 1.1em !important;
     }
     .teteje {
         font-size: 9px !important;
         padding: 2px;
     }
     td {
         font-size: 12px !important;
         padding: 2px;
     }
 }
 /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
 
 .tablazat {
     background: #fff;
     font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif;
     color: #333;
     text-align: center;
     padding: 0em 2em;
 }
 
 h1 {
     font-weight: 300;
     font-size: 3em;
     line-height: 1.35;
     margin: 0 0 .125em;
 }
 
 h1+p {
     font-size: 1.5em;
     color: #999;
     max-width: 30em;
     margin: 0 auto 3em;
 }
 
 table {
     width: 100%;
     text-align: left;
     border-spacing: 0;
     border-collapse: collapse;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 th,
 td {
     font-family: inherit;
     font-size: .875em;
     line-height: 1.45;
     color: #444;
     vertical-align: middle;
     padding: 1em;
 }
 
 th {
     font-weight: 600 !important;
     font-size: 27px;
     text-align: center !important;
     padding: 3px;
 }
 
 colgroup:nth-child(1) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(2) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(3) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(4) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(5) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(6) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(7) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 
 colgroup:nth-child(8) {
     width: 12%;
     border: 4px solid #E0E0E0;
 }
 /* Tablehead */
 
 thead th {
     background: #def4fe;
     background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
     background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
     background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
     background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
     background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
     text-align: center;
     position: relative;
     border-bottom: 1px solid #ccc;
     padding: 3em 0 2em;
     font-weight: 400;
     color: #999;
 }
 
 thead th:nth-child(1) h2 {
     font-size: 1em;
 }
 /* thead th:nth-child(5) {  padding: 2em 0 5em; } */
 
 thead th h2 {
     font-weight: 300;
     font-size: 2.4em;
     line-height: 1.2;
     color: #fff;
 }
 
 thead th h2+p {
     font-size: 1.25em;
     line-height: 1.4;
 }
 
 thead th:nth-child(2) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(3) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(4) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(5) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(6) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(7) h2 {
     font-size: 1em;
 }
 
 thead th:nth-child(8) h2 {
     font-size: 1em;
 }
 
 td {
     font-size: 21px;
     padding: 2px;
 }
 
 thead th p.promo {
     font-size: 1em;
     color: #fff;
     position: absolute;
     top: 9em;
     left: -17px;
     z-index: 1000;
     width: 100%;
     margin: 0;
     padding: .625em 17px .75em;
     background: #c00;
     box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
     border-bottom: 1px solid #900;
 }
 
 thead th p.promo:before {
     content: "";
     position: absolute;
     display: block;
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 0 7px 7px 0;
     border-color: transparent #900 transparent transparent;
     bottom: -7px;
     left: 0;
 }
 
 thead th p.promo:after {
     content: "";
     position: absolute;
     display: block;
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 7px 7px 0 0;
     border-color: #900 transparent transparent transparent;
     bottom: -7px;
     right: 0;
 }
 /* Tablebody */
 
 tbody th {
     background: #fff;
     border-left: 1px solid #ccc;
 }
 
 tbody th span {
     font-weight: normal;
     font-size: 87.5%;
     color: #999;
     display: block;
 }
 
 tbody td {
     background: #fff;
     text-align: center;
 }
 
 tbody tr:nth-child(even) th,
 tbody tr:nth-child(even) td {
     background: #f5f5f5;
     border: 1px solid #ccc;
     border-width: 1px 0 1px 1px;
 }
 
 tbody tr:last-child td {
     border-bottom: 0 none;
 }
 /* Tablefooter */
 
 tfoot th {
     padding: 2em 1em;
     border-top: 1px solid #ccc;
 }
 
 tfoot td {
     text-align: center;
     padding: 2em 1em;
     border-top: 1px solid #ccc;
 }
 
 tfoot a {
     font-weight: bold;
     color: #fff;
     text-decoration: none;
     text-transform: uppercase;
     display: block;
     padding: 1.125em 2em;
     background: #868173;
     color: #DDD3B3;
     border-radius: .5em;
 }
 
 .teteje {
     font-size: 20px;
     padding: 2px;
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -moz-linear-gradient(top, #eee5c8 0%, #d8cdae 95%, #c9be9d 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee5c8), color-stop(95%, #d8cdae), color-stop(100%, #c9be9d));
     background: -webkit-linear-gradient(top, #eee5c8 0%, #d8cdae 95%, #c9be9d 100%);
     background: -o-linear-gradient(top, #eee5c8 0%, #d8cdae 95%, #c9be9d 100%);
     background: -ms-linear-gradient(top, #eee5c8 0%, #d8cdae 95%, #c9be9d 100%);
     background: linear-gradient(to bottom, #eee5c8 0%, #d8cdae 95%, #c9be9d 100%);
 }
 
 .fuelabel {
     font-weight: 400;
     width: 50%;
     border: 1px inset #d9ceaf;
 }
 
 .shelabel {
     font-weight: 800;
     border: 1px outset #d9ceaf;
     background-color: #d9ceaf;
     width: 50%;
 }
 
 .hairs-nr {
     font-size: 14px;
     display: block;
 }
 
 @media screen and (max-width: 480px) {
     td {
         padding: 0px !important;
     }
     tfoot a {
         padding: 0px !important;
     }
     .fuelabel {
         width: 70%;
     }
     .shelabel {
         width: 70%;
     }
     .kepeskocka {
         visibility: hidden;
     }
 }
 
 @media screen and (max-width: 1199px) {
     .kepeskocka {
         width: 25%;
         background-size: contain;
     }
 }
 
 @media screen and (max-width: 993px) {
     .kepeskocka {
         visibility: hidden;
     }
 }
 
 .akciosbanner {
     display: none;
 }
 
 @media screen and (max-width: 480px) {
     tbody tr th {
         font-size: 16px;
     }
     .tablazat {
         padding: 0;
     }
     colgroup:nth-child(1) {
         width: 1%;
     }
     colgroup:nth-child(1),
     colgroup:nth-child(2),
     colgroup:nth-child(3),
     colgroup:nth-child(4),
     colgroup:nth-child(5),
     colgroup:nth-child(6) {
         border-width: 1px;
     }
     th.m-w-1 {
         max-width: 65px;
     }
     .hairs-nr {
         font-size: 12px;
         line-height: 14px;
     }
     colgroup:nth-child(2) {
         width: 3%;
     }
     colgroup:nth-child(4) {
         width: 2%;
     }
     colgroup:nth-child(3) {
         width: 6%;
     }
 }
 /*svg sytle [start]*/
 
 .st0 {
     fill: #efdee3;
 }
 
 .st1 {
     fill: #e6d8e7;
 }
 
 .st2 {
     fill: #F6E9DD;
 }
 
 .st3 {
     clip-path: url(#SVGID_00000022540074186586479000000008406202192168037540_);
     fill: #D6BDAF;
 }
 
 .st5 {
     fill: none;
     stroke: #463A39;
     stroke-width: 2;
 }
 
 .st6 {
     fill: #1D1D1B;
 }
 
 .st7 {
     fill: #7B6D6C;
 }
 
 .st4,
 .st8 {
     fill: #574444;
 }
 
 .st9 {
     fill: #FFFFFF;
 }
 /* svg path css */
 
 .headman {
     filter: drop-shadow(1px 2px 3px #000000);
     cursor: pointer;
 }
 
 .headman:hover .st8 {
     opacity: 0.11;
 }
 
 .ofpath>.st8 {
     opacity: 0.11;
 }
 /* input rangce css */
 
 #scalerange {
     border-radius: 8px;
     width: 250px;
     position: absolute;
     top: -2px;
     left: -2px;
     height: 5px;
     background: linear-gradient(to right, red 0%, red 59.1837%, rgb(222, 226, 230) 59.1837%, rgb(222, 226, 230) 100%);
     outline: none;
     -webkit-appearance: none;
 }
 
 input[type='range']::-webkit-slider-thumb {
     width: 10px;
     -webkit-appearance: none;
     height: 20px;
     background: rgb(255, 0, 0);
     border-radius: 5px;
 }
 /* car css [END] */