* {
    box-sizing: border-box;
}
html {
    font-family: Nimbus, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 106.25%; /* 17px */
    font-size: 100%; /* 16px */
    font-weight: 400;
    /*line-height: 1.25555;*/
    line-height: 1.33333;
    background-color: #555;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}
html.lt8 { /* ältere Windows-Plattformen */
    font-family: Arial, sans-serif;
    font-size: 93.75%; /* 15px */
}
body {
    background-color: #fff;
    color: #222;
    -webkit-transition: margin 0.4s;
            transition: margin 0.4s;
}
body:not(.iframe-content) {
    background-color: #f5f5f5;
}

.h0, h1, .h1 {
    font-family: Kanit, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h0 {
    font-size: 2.25em; /* 36/16 */
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
}
.h0::before {
    content: "";
    display: inline-block;
    width:  0.66em;
    height: 0.66em;
    background: #e50000;
    margin-right: 0.3em;
}
.h0::after {
    content: normal;
}
h1, .h1 {
    font-size: 1.6875em;
    font-weight: 200;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
}
h2, .h2 {
    font-family: nimbus;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}
h3, .h3 {
    font-family: nimbus;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2em;
}
h4, .h4, h5, h6, .h5, .h6 {
    font-family: nimbus;
    font-size: 1em;
    font-weight: bold;
    text-transform: none;
    margin: 1.5em 0 0;
}
.lt8 h1, .lt8 .h1 { font-weight: normal; }

.lt8  h2, .lt8  h3, .lt8  h4, .lt8  h5, .lt8  h6, 
.lt8 .h2, .lt8 .h3, .lt8 .h4, .lt8 .h5, .lt8 .h6 {
    font-family: Arial, sans-serif;
    letter-spacing: normal;
}
.lt8 .h0, .lt8 .h1 {
    font-family: Kanit, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    margin: 0.85em 0;
}

a {
    color: inherit;
}

img, video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
figure {
    margin: 0;
}
figcaption {
    font-size: 0.85em;
    padding: 0.5em 0;
}

ul {}
li {}

table {
    border-collapse: collapse;
    line-height: 1.2;
}
td, th {
    text-align: left;
    vertical-align: top;
}

.cols {
    -webkit-columns: 2 360px;
       -moz-columns: 2 360px;
            columns: 2 360px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
.section > .cols {
    padding-top: 34px;
    padding-bottom: 34px;
}
.cols :first-child { margin-top: 0; }
.cols :last-child { margin-bottom: 0; }
.cols p,
p.cols {
    margin-top: 0;
}
.cols br + br {
    display: none;
}

.nocols,
.nocols * {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
}
