/* noto-sans-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/noto-sans-v36-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-700 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/noto-sans-v36-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    background-color: #fafafa;

}

body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    text-align: center;
}

a {
    text-align: none;
    outline: none;
}

#content{
    max-width: 600px;
    min-width: 440px;
    margin: 3em auto;
    padding: 0em;
    text-align: left;
}

#logo {
    padding: 0 2em 2em;
    text-align: center;
}

#rR-Logo{
    width: 420px;
    margin: 0 auto;
}

#text-content {
    padding-left: 2em;
    padding-right: 2em;
}

#text-content a {
    color: #71122B;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
}

#text-content a:hover {
    color: #fff;
    background-color: #71122B;
}

#text-content.imprint a {
    padding: 0;
    color: #71122B;
    background-color: transparent;
}

h1, h3 {
    color: #000;
    white-space: nowrap;
    font-weight: 700;
}

h1 {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0.2em;
    text-align: center;
}

h2 {
    color: #999;
    font-weight: 400;
    line-height: 1.1em;
    text-align: center;
    white-space: nowrap;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}
.imprint h2 {
    margin-top: 1em;
}

h3 {
    padding-top: 1.5em;
    margin-bottom: 0em;
    border-top: 1px solid #cfcfcf;
}
.imprint h3 {
    white-space: normal;
    margin-bottom: 1em;
}

p {
    margin: 0;
    padding: 0;
    padding-bottom: 1.5em;
}

b, strong {
    font-weight: 600;
}

#address {
    font-size: 1em;
    text-align: center;
}

.box {
    border: 1px solid #71122B;
    text-align: center;
    vertical-align: top;
    padding: 0.3em;
}

hr {
    border: 0;
    padding: 0;
    margin: 1.5em 0;
    border-top: 1px solid #cfcfcf;
}

nav {
    text-align: center;
}

#text-content nav a {
    border-bottom: 0;
    background-color: transparent;
}