@font-face {
    font-family: "Fira Sans";
    src: url(../fonts/Firasansregular.woff2) format("woff2");
}
 @font-face {
  font-family: "Nunito Sans";
  src: local('Nunito Sans'),
  local('NunitoSans-Variable'),
  url('../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations');
  font-weight: 200 1000;
  font-style: normal;
  font-stretch: 75% 125%;
}
body {
    font-size: 12px;
    font-family: "Nunito Sans";
    line-height: 1.42857143;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
    color: #000;
}

div#wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    vertical-align: top;
    position: relative;
}

div.left {
    width: 100%;
}

div.right {
    width: 100%;
}

@media (min-width: 670px) {
    div.left {
        width: 46%;
        float: left;
    }

    div.right {
        width: 42%;
        margin-left: 52%;
    }
}

@media (min-width: 992px) {
    div#wrapper {
        width: 626.656px;
    }
}

section {
    margin: 0 0 20px;
}

h1 {
    font-size: 31px;
    padding-top: 17px;
    margin-bottom: 8.5px;
    font-weight: 500;
    line-height: 1.1;
}

p {
    line-height: 1.3em;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 40px;
}

p.einleitung {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 0;
}

h2 {
    display: list-item;
    padding-left: 5px;
    margin-left: 20px;
    line-height: 1.2em;
}

.canvas-container {
    background-size: contain;
    background-repeat: no-repeat;
}

.right .canvas-container {
    background-image: url('../img/packung-h.png');
    margin-left: 15px;
}

.left .canvas-container {
    background-image: url('../img/tabelle.png');
    background-position: 0 0;
}

.kat-01 {
    color: #7d8e18;
    list-style-image: url('../img/kat-01.png');
}

.kat-02 {
    color: #e49e06;
    list-style-image: url('../img/kat-02.png');
}

section#grafik {
    margin: 0 -15px 10px;
}

section#grafik .left {
    margin-left: 15px;
}

img {
    width: 100%;
}

img#tabelle {
    margin-left: 15px;
}

#infobox {
    visibility: hidden;
    position: absolute;
    padding: 0.1em;
    background-color: rgba(231,240,247,.95);
    -webkit-border-radius: 7px; /* Safari, Chrome */
     -khtml-border-radius: 7px; /* Konqueror */
       -moz-border-radius: 7px; /* Firefox */
            border-radius: 7px; /* CSS3 */
    border: 1px solid #d0e1ed;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #b9d3e3;
    box-shadow: 0 1px 1px #d8d8d8;
    margin-left: 0;
    display: block;
    margin-top: 10px;

    left: 40px;
    top: 210px;
    width: 260px;
    max-width: calc(100% - 45px);
}
@media (min-width: 350px) {
  #infobox {
    left: 83px;
  }
}

/*#infobox:before
{
    content: '';
    position: absolute;
    top: -24px;
    border-color: transparent transparent #d0e1ed transparent;
    border-style: solid;
    border-width: 12px;
    width: 0;
    height: 0;
    left: 10%;
}*/

#infobox h2 {
    list-style: none;
    margin: 10px;
    padding: 0;
    font-size: 1.3em;
}

#infobox p {
    font-size: 0.95em;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 10px;
    display: block;
    color: #000;
}

footer {
    margin-top: 40px;
}

footer p {
    font-size: 0.8em;
}

footer img {
    width: 35%;
    vertical-align: middle;
}

img.bmel {
    margin-left: 29%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hint{
    color: #444444;
    letter-spacing: 0.2pt;
    margin: 0 auto;
    padding-top: 20px;
    width: 240px;
    line-height: 9pt;
}

/*#tabelle {
    top: -4px;
}*/
