

:root {
    --color-primary: #0093FE;
    --color-light: #F2F3F7;
    --color-border: #A2A5AD;
    --color-font: #202124;
    --color-font-grey: #5F6369;
    --color-white: #FFFFFF;
    --color-error: #ff4848;
    --color-error-light: rgba(255,132,132,0.1);
}
/* General */ 
.content h1 {
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 20px;
}

.content h2 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
}
.content {
    color: var(--color-font);
}

a.scrollup {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid var(--color-border);
  text-decoration: none;
}

a.scrollup i {
  font-size: 20px;
  margin-top: 0;
  color: var(--color-font);
}

footer {
  padding: 0;
}

footer a, footer ul.link-list li a, footer ul.link-list li a i {
  color: var(--color-font)!important;
}

footer .row .row, footer .row {
  margin-bottom: 0;
}

footer .copyright {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
select, select.formfield1 {
    height: auto;
    border-radius: 0;
  /*  border: 1px solid var(--color-border) !important;*/
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 4.8rem;
    padding: .5rem 5rem .5rem 1.8rem;
-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    appearance:none;
    background-size: 1.6rem 1.6rem;
    margin-bottom: 20px;
}

select {
    border: 2px solid var(--color-error) !important;
    color: var(--color-error)!important;
    background: var(--color-error-light) url('https://kollin.de/wp-content/themes/kollin/assets/img/_style/_svg/arr_dn.svg') no-repeat 98% center;
}

select option {
    color: var(--color-font)!important;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
    color: var(--color-font)!important;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
    border: 1px solid var(--color-border) !important;
    color: var(--color-font)!important;
    background: white url('https://kollin.de/wp-content/themes/kollin/assets/img/_style/_svg/arr_dn.svg') no-repeat 98% center;
    background-size: 1.6rem 1.6rem;
}


input[type="text"].formfield, input[type="text"].formfield1,
input[type="email"].formfield, input[type="email"].formfield1,
input[type="password"].formfield, input[type="password"].formfield1,
input[type="number"].formfield, input[type="number"].formfield1
 {
    appearance: none;
    border-radius: 0;
    display: inline-block;
    padding: 1.1rem 1.8rem 1.1rem;
    height: 4.8rem;
    line-height: 1;
    border: 1px solid #A2A5AD;
    transition: .3s;
    color: #202124;
    margin-bottom: 20px;
}

input[type=submit].formbutton, .formbutton, input[type=button].formbutton, a.btn, input.btn {
    text-decoration: none !important;
    box-shadow: none!important;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 2.4rem .5rem;
    min-height: 4.6rem;
    border: 1px solid #202124;
    color: var(--color-font);
    border-color: var(--color-font);
    background-color: var(--color-white);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    transition: .15s;
    position: relative;
}

input[type=submit].formbutton:hover, .formbutton:hover, input[type=button].formbutton:hover, a.btn:hover, input.btn:hover {
    color:  var(--color-white);
    border-color: var(--color-font);
    background-color: var(--color-font);
}

input[type=radio], input[type=checkbox] {
    accent-color: var(--color-primary);
    width: 20px;
    height: 20px;
    margin: 4px 3px 5px 0;
    vertical-align: middle;
}

.infoTooltip svg {
    width: 18;
    height: 18px;
    color: var(--color-font-grey);
}
#cluetip {
    background: var(--color-white);
    z-index: 100;
}
#cluetip h3 {
    margin: 0;
}
/* Produkt styles */

#produkt select.formfield1 {
    margin-bottom: 20px;
}

#produkt h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    color: var(--color-font);
    text-transform: none;
}

.productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    color: #202124;
    position: relative;
}

.productGrid h1 {
    font-size: 3.6rem;
    line-height: 1.2;
    color: var(--color-font);
}

.productGrid h1, .productGrid h2, .productGrid h3, .productGrid h4 {
    text-transform: none;
}

.productGrid__full {
    grid-column: span 2;
}
.productGrid__image {
    width: 100%
}
.productGrid__stepTitle {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    color: #202124;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.productGrid__stepTitle::before {
    content: '1';
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50%;
    border: 2px solid var(--color-font);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    margin-right: 7.5px;
    font-weight: 600;
    line-height: 1;
}
.productGrid__stepTitle--2::before {
    content: '2'
}
.productGrid__stepTitle--3::before {
    content: '3'
}
.productGrid__label {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--color-font);
}
.productGrid__label .infoTooltip {
    margin-left: 1px;
}
.productGrid__tableWrapper {
    overflow-x: auto;
    width: 100%;
}
.productGrid__table {
    min-width: 520px;
}
#preise.productGrid__table tr{
    background-color: var(--color-light);
}
.productGrid__table td {
    padding: 10px 5px;
    text-align: center;
}
.productGrid__loader {
    background: var(--color-white);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
}
.productGrid__loader--active {
    display: block;
}
.productGrid__table td.spauflage {
    width: 50px;
    font-weight: bold;
}
.productGrid__table.produkt_preise td:not(.spauflage) {
    padding: 0;
    min-width: 80px;
}
.productGrid__table.produkt_preise td:not(.spauflage) a{
    padding: 10px 5px;
    display: block;
}
.productGrid__table.produkt_preise td:not(.spauflage) a:hover {
    background-color: var(--color-primary);
    color: var(--color-white)
}
.productGrid__table.produkt_preise td.preise_zeile1 {
    line-height: 1.1;
    font-size: 14px;
    color: var(--color-font-grey);
    padding: 10px 5px;
}
.produkt_preise {
    margin-bottom: 20px;
}
.productGrid__table tr:nth-child(even) {
    background-color: var(--color-light);
}

.productGrid__table .fett {
    font-weight: bold;
}
.productGrid__table .fett td{
    padding-bottom: 0;
}
.productGrid .erklaerung {
    font-size: 14px;
    color: var(--color-font-grey);
}

.productGrid__tabs {
   margin-top: 20px;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-gap: 10px;
}

.productGrid__tab--active {
   background-color: var(--color-font);
   color: var(--color-white);
}

/* Warenkorb */
form[name="anfrage"] {
    max-width: 730px;
    margin: 0 auto;
    color: var(--color-font);
}

form[name="anfrage"] h1 {
    font-size: 30px;
    font-weight: 400;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 20px;

}

form[name="anfrage"] .error {
    color: var(--color-error);
    margin-bottom: 20px;
}

form[name="anfrage"] h2 {
  font-weight: 400
}


form[name="anfrage"] h5 {
  margin-top: 20px;
}

body * {
  font-family: 'Roboto', sans-serif!important;
}

body .fa {
  font-family: FontAwesome!important;
}

form[name="anfrage"] table {
    margin-top: 20px;
}

form[name="anfrage"] table:first-child {
    margin-top: 0;
}

form[name="anfrage"] .farbe_bg1.opt3 td {
  padding-top: 50px;
}

/*Special Style for Gutscheincode*/
form[name="anfrage"] .farbe_bg1.opt1 td.text.t1:first-child {
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
form[name="anfrage"] input[name="gutschein_code"] {
  margin-right: 10px;
}
form[name="anfrage"] input[name="check_gutschein_code"] {
  margin-top: 0;
}
form[name="anfrage"] input[name="gutschein_code"], form[name="anfrage"] input[name="komission"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

form[name="anfrage"] .basket_agb_text {
  margin-bottom: 20px;
}

input#showOrderform {
  width: auto;
}

.artikelbeschreibung-basket li, .artikelbeschreibung-basket p {
    color: var(--color-font-grey);
    /*font-size: 14px;*/
}

#optionen_warenkorb .farbe_bg1 td:first-child {
    font-weight: 600;    
}

#optionen_warenkorb .infobox, form[name="anfrage"] .infobox {
   /*display: none;*/
   margin-right: 10px;
}

.warenkorb-small p {
    color: var(--color-font-grey);
}

#showorderform [name="anfrage"] [name="la_plz"] {
    display: inline-block;
}
#showorderform [name="anfrage"] [name="la_ort"] {
    display: inline-block;
    margin-left: 5px;
    width: 67%
}

@media screen and (min-width: 767px) {
    input#check_gutschein_code, input#gutschein_code {
        width: 250px;
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    form[name="anfrage"] {
        max-width: 100%;
    }
    .productGrid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .productGrid__tableWrapper {
        width: calc(100vw - 40px);
    }
    .productGrid__stepTitle {
        font-size: 18px;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .productGrid__tableWrapper {
        width: 510px;
    }
}

