/* FONT FORMAT */

html,
body,
* {
    font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
}

img {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.5em;
    margin: 0 10px;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
p > span {
    border-bottom: 1px solid #000;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.auto-silbentrennung {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

*[data-style="lato:12:bold:black:center:uppercase"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

*[data-style="lato:21:regular:black:center:none"] {
    font-family: 'Lato';
    font-size: 21px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:21:light:black:center:none"] {
    font-family: 'Lato';
    font-size: 21px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:16:light:black:center:none"] {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="vollkorn:16:bold:black:center:none"] {
    font-family: 'Vollkorn';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="vollkorn:21:bold:black:center:none"] {
    font-family: 'Vollkorn';
    font-size: 21px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:12:light:black:center:none"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:11:light:gray:center:none"] {
    font-family: 'Lato';
    font-size: 11px;
    font-weight: 300;
    color: #666;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:16:bold:black:left:uppercase"] {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

*[data-style="lato:12:bold:black:left:uppercase"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

*[data-style="vollkorn:12:regular:gray:left:none"] {
    font-family: 'Vollkorn';
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: left;
    text-transform: none;
}

*[data-style="lato:21:light:black:left:none"] {
    font-family: 'Lato';
    font-size: 21px;
    font-weight: 300;
    color: #000;
    text-align: left;
    text-transform: none;
}

*[data-style="lato:12:light:dark-gray:justify:none"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 300;
    color: #333;
    text-align: justify !important;
    text-transform: none;
}

*[data-style="lato:12:regular:black:center:uppercase"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

*[data-style="lato:16:regular:black:center:uppercase"] {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

*[data-style="lato:12:regular:black:center:none"] {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-style="lato:16:regular:black:center:none"] {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: none;
}

*[data-space="20"] {
    margin-top: 20px;
}

*[data-space="40"] {
    margin-top: 40px;
}