:root {
–html_primary: #0B3954;
–html_secondary: #FFB128;
–html_lightblue: rgb(248 249 250) !important;
–html_dark: #e1e1e1;
–html_danger: #e4271d;
–html_tablebg: #f1f1f1;
–html_rk_bg_tab: #4790d0;
}
*,
*::before,
*::after {
box-sizing: border-box
}
body {
margin: 0 !important
}
.border-gray-btm {
border-bottom: solid 1px var(–html_dark)
}
.rk_border {
border: solid 1px var(–html_dark)
}
.margin0-auto,
.margin0auto {
margin: 0 auto
}
.padding5 {
padding: 5px !important
}
.padding10 {
padding: 10px !important
}
.padding15 {
padding: 15px !important
}
.paddingtop15 {
padding-top: 15px !important
}
.paddingtop30 {
padding-top: 30px !important
}
.paddingbottom30 {
padding-bottom: 30px !important
}
.paddingbottom15 {
padding-bottom: 15px !important
}
.paddingbottom10 {
padding-bottom: 10px !important
}
.padding-10b {
padding: 10px 0 !important
}
.padding-15b {
padding: 15px 0 !important
}
.paddingleft5 {
padding-left: 5px !important
}
.paddingleft10 {
padding-left: 10px !important
}
.paddingright10 {
padding-right: 10px !important
}
.margin0 {
margin: 0 !important
}
.padding0 {
padding: 0 !important
}
.margintop5 {
margin-top: 5px !important
}
.margintop10 {
margin-top: 10px !important
}
.margintop15 {
margin-top: 15px !important
}
.margintop20 {
margin-top: 20px !important
}
.marginbottom5 {
margin-bottom: 5px !important
}
.marginbottom10 {
margin-bottom: 10px !important
}
.marginbottom15 {
margin-bottom: 15px !important
}
.marginbottom20 {
margin-bottom: 20px !important
}
.marginbottom30 {
margin-bottom: 30px !important
}
.margin15b {
margin: 15px 0 !important
}
.margin20b {
margin: 20px 0 !important
}
.rk_font_bold {
font-weight: bold !important
}
.titleh1,
.titleh2,
.titleh3,
.titleh4 {
margin-top: 20px;
margin-bottom: 10px
}
.titleh1 {
font-size: 26px
}
.titleh2 {
font-size: 24px
}
.titleh3 {
font-size: 22px
}
.titleh4 {
font-size: 20px
}
.titleh5 {
font-size: 18px
}
.rk_bgwhite {
background-color: #fff
}
.rk_product-details ul,
.rk_list-style ul {
padding-left: 1rem
}
.rk_pdftab {
border-top: solid 1px #d0d0d0;
}
.rk_pdftab p a img {
margin-right: 0.51rem;
}
.rk_pdftab p a {
text-decoration: none;
margin-right: 1rem;
display: flex;
justify-content: start;
align-items: center
}
.rk_pdftab p {
margin: 10px 0;
padding: 10px;
display: flex;
justify-content: start;
align-items: center
}
.rk_pdftab .rk_pdfbutton {
padding: .1rem .3rem;
font-weight: bold;
font-size: .8rem;
color: #fff;
margin-left: 5px;
margin-right: 8px;
border-radius: 3px;
background-color: var(–html_danger)
}
.rk_row {
–bs-gutter-x: 1.5rem;
–bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1* var(–bs-gutter-y));
margin-right: calc(-.5* var(–bs-gutter-x));
margin-left: calc(-.5* var(–bs-gutter-x));
}
.rk_row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-top: var(–bs-gutter-y);
}
.rk-col-12 {
flex: 0 0 auto;
width: 100%
}
.rk_right_section,
.rk_left_section {
flex: 0 0 auto;
max-width: 50%;
margin-top: var(–bs-gutter-y)
}
.rk_productpic img {
width: 100%;
display: inline-block;
height: 100%;
max-height: 400px;
-o-object-fit: contain;
object-fit: contain
}
.rk_imgsize {
max-width: 100%;
height: auto
}
.rk_bigtable {
border: solid 1px var(–html_dark);
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_bigtable tr td,
.rk_bigtable tr th,
.rk_table tr td,
.rk_table tr th {
padding: 8px;
border: solid 1px var(–html_dark);
text-align: left;
}
.rk_bigtable tr td,
.rk_bigtable tr th {
width: auto
}
.rk_bigtable tr td:first-child,
.rk_table tr td:first-child {
font-weight: bold
}
.rk_bigtable tr th {
background-color: var(–html_tablebg)
}
.rk_table {
border: solid 1px var(–html_dark);
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_tabledetail {
border-collapse: collapse;
overflow: hidden;
width: 100%
}
.rk_tabledetail tr:nth-child(odd),
.rk_table tr:nth-child(odd),
.rk_bigtable tr:nth-child(odd) {
background: var(–html_tablebg);
border-bottom: solid 1px var(–html_dark)
}
.rk_tabledetail tr td,
.rk_tabledetail tr th {
padding: 10px;
width: auto
}
.rk_table-responsive {
width: 100%;
overflow-x: auto
}
.rk_bgcolor {
background-color: var(–html_lightblue)
}
.rk_maintab {
background: var(–html_primary);
text-align: center;
padding: 10px
}
.rk_maintab p {
margin: 0 !important;
color: #fff;
font-size: 18px
}
.rk_product-details {
border: solid 1px var(–html_dark);
padding: 20px
}
.rk_product-details ul li:before,
.rk_list-style ul li::before {
font-family: FontAwesome;
content: “f105”;
font-size: 14px;
padding-right: 10px;
color: var(–html_secondary)
}
.rk_product-details ul li,
.rk_list-style ul li {
list-style-type: none;
color: #3f3f3f;
padding: 7px;
border-bottom: 1px dotted #ddd;
text-indent: -1em;
padding-left: 1.6em
}
.rk_maintab p .fa {
font-size: .7em;
display: inline-block;
margin-right: 5px;
font-weight: normal;
color: #ececec;
opacity: .2
}
.rk_maintab {
position: relative;
top: 0;
transition: all .25s
}
.rk_maintab:hover {
top: -.25em;
transition: all .25s
}
.rk_ja {
color: var(–html_secondary);
font-size: 1.3rem;
font-weight: bold
}
.rk_theme_blue {
background: var(–html_primary)
}
.rk_headingbg {
background-color: var(–html_secondary);
color: #fff;
padding: 7px;
font-weight: bold
}
.rk_fulldiv {
width: 100%
}
.rk_header_txt .rk_topbar {
color: #fff;
font-size: 14px;
background: var(–html_secondary);
text-align: center;
border-right: solid 2px var(–html_primary)
}
.rk_header_txt .rk_topbar:last-child {
border-right: 0
}
.rk_footer_heading {
background: var(–html_secondary);
color: #fff;
font-weight: 700;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center
}
.rk_footer_info {
display: flex;
justify-content: center;
color: #fff
}
.rk_footer_info ul li {
list-style-type: none;
text-align: left;
padding-bottom: 18px;
color: #fff
}
.rk_footer_info .rk_kontakt {
display: block;
max-width: 175px;
padding: 0;
line-height: 40px;
margin: 20px auto !important;
font-size: 14px;
font-weight: 700;
background: var(–html_secondary);
color: #fff;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none !important;
border: 2px solid var(–html_secondary)
}
.rk_footer_info .rk_kontakt:before {
font-family: FontAwesome;
content: “f0e6″;
font-size: 14px;
padding: 0;
margin: 0;
display: block;
background-color: var(–html_primary);
color: #fff;
width: 50px;
float: left
}
.rk_footer_info .rk_kontakt:hover {
background: repeating-linear-gradient(45deg, #333, #333 2px, #3f3f3f 2px, #3f3f3f 4px);
color: #fff
}
.pdf_img_ {
width: 100% !important
}
.rk_d_flex_center {
display: flex;
justify-content: center;
align-items: center;
}
.rk_d_flex_start {
display: flex;
justify-content: start;
align-items: start;
}
@media (max-width:400px) {
.rk-col-4 {
flex: 0 0 auto;
width: 100%
}
}
.rk_flex_row_reverse {
flex-direction: row-reverse
}
@media (max-width:767px) {
.rk_footer_info ul li {
display: flex;
justify-content: start;
align-items: center
}
.rk_footer_info ul {
margin-bottom: 0 !important
}
.rk_product-details {
border: solid 1px var(–html_dark);
padding: 10px
}
.rk_row {
padding-right: calc(var(–bs-gutter-x) * 0.5);
padding-left: calc(var(–bs-gutter-x) * 0.5);
display: flex;
flex-wrap: wrap;
margin: 0 auto
}
.rk_row .rk_right_section,
.rk_row .rk_left_section {
flex: 0 0 auto;
max-width: 100%;
padding-right: calc(var(–bs-gutter-x) * 0.5);
padding-left: calc(var(–bs-gutter-x) * 0.5);
margin-top: var(–bs-gutter-y)
}
.rk-col-3 {
flex: 0 0 auto;
width: 50%
}
}
@media (min-width:992px) {
.rk-col-4 {
flex: 0 0 auto;
width: 33.33%
}
.rk-col-3 {
flex: 0 0 auto;
width: 25%
}
.pic_pos {
position: relative;
top: -2rem
}
}
@media (min-width:768px) and (max-width:991px) {
.rk_row .rk_right_section,
.rk_row .rk_left_section {
flex: 0 0 auto;
max-width: 50%
}
.rk-col-4 {
flex: 0 0 auto;
width: 33.33%
}
.rk-col-3 {
flex: 0 0 auto;
width: 25%
}
.rk_footer_info ul {
padding-left: 0
}
}
.rk_bg_tab {
background-color: var(–html_rk_bg_tab) !important
}
.rk_content {
background: #fff;
color: #373737;
backface-visibility: hidden;
overflow: hidden
}
.rk_container #wplinks_tab {
padding: 0 !important
}
#rk_icon_txt {
padding: 10px;
font-size: 16px
}
/* Style Created By rohit */
.margintop0 {
margin-top: 0px !important;
}
.marginbottom0 {
margin-bottom: 0px !important;
}
.border-radius_5 {
border-radius: 5px !important;
}
.border-radius_10 {
border-radius: 10px !important;
}
.rk_product-points {
position: relative;
}
.rk_product-points::after {
content: ”;
width: 100px;
height: 100px;
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid var(–html_secondary);
border-left: 3px solid var(–html_secondary);
}
.rk_product-points::before {
content: ”;
width: 100px;
height: 100px;
position: absolute;
right: 0;
top: 0;
border-right: 3px solid var(–html_secondary);
border-top: 3px solid var(–html_secondary);
}
/* NEW CSS */
.pdf-icon {
color: black;
text-decoration: none;
}
.pdf-icon img {
margin-top: -3px;
margin-right: 10px;
}
.featured-img img {
max-height: 300px;
object-fit: contain;
}
.featured-banner img {
border-radius: 0.375rem;
width: 100%;
}
.box-heading {
position: relative;
z-index: 1;
display: inline-block;
text-transform: uppercase;
}
.steps_box img {
max-width: 100px;
}
.theusp_box img {
max-width: 150px;
}
.check_icon {
max-width: 25px;
margin-right: 10px;
}
.heading-after::after {
position: absolute;
content: ”;
width: 100%;
height: 3px;
border-bottom: solid 1px #000;
left: 0;
bottom: 0;
transition: all .5s;
display: inline-block;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.rk_box {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 0.5rem;
padding: 1rem 0 !important;
background-color: #fff;
}
.featuers-list p {
margin-bottom: 16px;
margin-top: 0;
}
@media (min-width: 768px) {
.rk_col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.rk_col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
}
@media (min-width: 576px) {
.rk_container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.rk_container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.rk_container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.rk_container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.rk_container {
max-width: 1320px;
}
}
.rk_container {
–bs-gutter-x: 1.5rem;
–bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-right: auto;
margin-left: auto;
}
.rk_border-bottom {
border-bottom: solid 1px #dee2e6;
}
.rk_text-center {
text-align: center;
}
.rk_steps_box .rk_steps_title {
border-radius: 0.5rem;
–bs-bg-opacity: 1;
background-color: #222;
color: #fff;
display: inline-block;
padding: 0.5rem 16px;
}
.rk_steps_box .rk_steps_desc {
color: #222;
font-weight: 600;
line-height: 1.7;
}
details.rk_faq_item {
padding: 10px;
border: solid 1px #ddd;
margin-bottom: 1rem;
border-radius: 0.5rem;
box-shadow: 1px 1px 10px 1px #77777717;
cursor: pointer;
}
details.rk_faq_item summary{
padding-top: 10px;
padding-bottom: 10px;
background: #e7f1ff;
padding-left: 10px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
details.rk_faq_item .rk_faq_answer {
padding: 12px 16px;
background: rgb(248 249 250) !important;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
/* Style Bu rohit */
.align-items-center{
align-items: center;
}
.featured-img .rk_imgsize {
width: 100%;
}
Hoyer AdBlue® hochreine Harnstofflösung für SCR Abgasnachbehandlung 10L inkl. Einfüllschlauch
AdBlue (ISO 22241/AUS32) ist eine wasserklare, synthetisch hergestellte 32,5-prozentige Lösung von hochreinem Harnstoff in demineralisiertem Wasser, die zur Nachbehandlung von Abgasen in einem SCR-Katalysator benutzt wird. Eine Technologie, mit der schädliche Stickoxide (NOx) im Abgasstrahl in ungefährlichen Stickstoff und Wasser aufgespalten werden.
Beste Ausnutzung des Motor-Wirkungsgrades.
Reduzierung der Stickoxide um bis zu 60%.
Reduzierung des Ruß-Partikel-Ausstoßes um min. 80%.
Hoyer AdBlue® hochreine Harnstofflösung für SCR Abgasnachbehandlung 10L inkl. Einfüllschlauch
Das SCR-Verfahren nutzt Ammoniak, welches an Bord des Fahrzeugs aus Harnstoff gewonnen wird. Die in einem separaten Tank liegende Harnstofflösung wird mittels Injektor dosiert in den Abgasstrom eingespritzt und sorgt im SCR-Katalysator für eine chemische Reaktion. Hierbei werden nur die Stickoxide in Stickstoff und Wasserdampf umgewandelt. Das Verhältnis von Harnstofflösung zu Dieselkraftstoff beträgt etwa 1:20 bis 1:30.
SPEZIFIKATIONEN:
Beste Ausnutzung des Motor-Wirkungsgrades.
Sonstige Tipps: AdBlue wird ideal zwischen 0 °C bis +30 °C aufbewahrt.
Reduzierung der Kohlendioxide um bis zu 7%.
TECHNICAL DETAILS:
Hersteller | Hoyer |
---|---|
Marke | Hoyer |
Artikle Gewicht | 10 kg |
EAN/GTIN | 4250010000000 |
Artikle nr. | 214339 |
Hersteller Nr. | 76040088 |
WIE ES FUNKTIONIERT:
Premium-Zubehör für Autos und Motorräder.
Aufrüsten mit hochwertigem Zubehör für jedes Fahrzeug.
Sichern Sie Ihre Fahrt mit langlebigen Pflegeprodukten für Autos.
Häufig gestellte Fragen:
Sind autospezifische Reinigungsprodukte wirklich notwendig oder kann ich auch Haushaltsreinigungsprodukte verwenden?
Welche wesentlichen Autoreinigungsprodukte sollte ich haben?
Wie oft sollte ich das Innere und Äußere meines Autos reinigen?
Wie vermeide ich Streifen und Wasserflecken beim Reinigen der Autofenster?