article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0;padding: 0;border: 0;outline: 0 !important;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;}

a:link, a:visited, a:active, nav ul.hauptnavigation li, .button, .css_img_button, textarea, input, select, #konfigurator .item  div {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
button {font-size: 14px; cursor:pointer}

a:focus {outline:none}

table {border-collapse: separate;border-spacing: 0;}

html {height: 100%; margin-bottom: 1px}

body {line-height:1.4em;margin:0 auto;}

ul, ol {margin-left: 22px}

h1 { margin:0 0 0.5em 0; font-size:2em; font-weight:800; line-height:1.4em;}
h1.klein {font-size:17px; font-weight:600; margin-bottom:20px;}
h2 { margin:0 0 0.4em 0; font-size:1.4em; font-weight:700; line-height:1.2em; clear:both; padding: 0 20px !important }
h3 { font-weight: 600; font-size: 14px; margin: 5px 0px; padding: 0px; }
h4 { font-weight: 600; font-size: 12px; margin: 10px 0px 5px 0px; padding: 0px; }
h5 { font-weight: 600; font-size: 12px; margin: 5px 0px 5px 0px; padding: 0px; }
h6 { font-weight: 600; font-size: 12px; margin: 5px 0px 5px 0px; padding: 0px; }

img { border: 0 none; }

hr {background: #fff;height: 2px;width: 100%;display: block;border:none;margin: 31px 0 12px 0; clear:both}

.products_qty{width: auto !important;}

select {padding: 2px}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  width: 100%	
}
select::-ms-expand {
  display:none;
}

html {font-size: 16px; font-family: Quicksand; text-align: center;}

header {padding: 40px 20px 50px 20px;background: #f0e00c; color: #000}
header h1, header p {margin: 0}
header p {margin-top: 10px; line-height: 1.2}

.button {border: 1px solid #000; text-decoration: none; background: #f0e00c; color: #000; padding: 5px 15px; display: inline-block}
.button:hover {background:#000; color:#fff}

html, body {
    height: 100%;
    margin: 0;
    color: #000;
    background: #fffcd9;
  }

  h1 {font-size: 40px; line-height: 1.1}
  .wrapper {
    min-height: 100%; padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -80px;
  }
  main {padding-right: 20px; padding-left: 20px;}
  .footer,
  .push {
    height: 80px;
  }

  a {color: #000; text-decoration: none;}

  .footer {background: #f0e00c; color: #000; padding: 30px 10px 50px 10px;}
ffed00
  .footer a {color: #fff !important;}

  form {width: 340px;
    margin: 0 auto;
    text-align: left;}

    form label {
        width: 140px;
        display: block;
        float: left;
        margin-top: 9px;
        text-align: left;
    }

    form input, form textarea {
        height: 35px;
        padding: 9px;
        font-size: 16px;
        width: 200px;
        margin: 5px 0;
        border: 0;
        height: 32px;
        font-family: Quicksand
    }

    form textarea {
        height: 100px;
        resize: none
    }

    form button#senden {height: auto;width: 100%; background: #5a9587; color: #fff; border: 0;padding: 11px;
        font-size: 16px;
        font-family: Quicksand;}


@media screen and (max-width:430px) {
  h1 {
    font-size: 32px;
  }

  .telefon {
    font-size: 25px !important
  }
}