@charset "utf-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/*!
 * CSS Vogtlandkonservatorium Plauen
 *
 * @site         sybdruck.de
 * @version      1.0.0
 * @date         2021-05-01
 * @author       Olaf Thiel, Sybdruck
 * @copyright    2021 by the author
 * @lastmodified 2021-05-07
 */

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.woff) format("woff")
}

@font-face {
    font-family: RobotoSlab;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/RobotoSlab-Regular.woff) format("woff")
}

html {
    font: 300 100%/1.5 Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #404040;
    padding-top: 10em;
}

.sybdruck {
    max-width: 48em;
    margin: 0 auto
}

.chkspm,
.h[class],
hr {
    display: none
}

.vh[class] {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap
}

.clear,
h1,
h2 {
    clear: both
}

a {
    color: currentColor;
    text-decoration: none
}

a:focus,
a:hover {
    color: currentColor
}

a:active {
    background-color: transparent
}

:active,
:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: RobotoSlab;
    font-weight: 400;
    word-wrap: break-word;
    word-break: normal
}

h1,
h2 {
    font-size: 2em;
    margin: 0 0 .75em
}

h3 {
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 1.2em
}

h4 {
    font-size: 1em;
    margin: 0 0 1.5em
}

h5,
h6 {
    font-size: 1em;
    margin: 0
}

strong {
    font-weight: bold
}

dl,
figure,
li,
p {
    word-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

dl,
figure,
p,
table {
    margin: 0 0 1.5em
}

ul {
    list-style: square;
    padding-left: 2em;
    margin: 0 0 1.5em
}

ol {
    list-style: decimal;
    padding-left: 1.75em;
    margin: 0 0 1.5em
}

li>ol,
li>ul {
    margin-bottom: 0
}

nav ol,
nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

address {
    font-style: normal
}

caption,
figcaption {
    color: #7f90b2;
    padding: .75em 1.5em
}

img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    box-sizing: border-box
}

svg {
    vertical-align: middle;
    max-width: 100%
}

blockquote {
    clear: both;
    font-style: italic;
    margin: 0 0 1.5em
}

abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: help
}

small {
    font-size: .875em;
    color: #99b4ca
}

table {
    clear: both;
    caption-side: bottom;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

tr {
    border-bottom: 1px solid #99b4ca;
    -webkit-transition: border-bottom-color .2s .1s;
    transition: border-bottom-color .2s .1s
}

tr:hover {
    border-bottom-color: currentColor;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

th {
    text-align: left;
    vertical-align: baseline;
    padding: .75em 1.5em .75em 0
}

td {
    vertical-align: baseline;
    padding: .75em 1.5em .75em 0
}

tbody th:not(:only-of-type),
tfoot,
thead {
    border-bottom: 2px solid currentColor
}

audio,
canvas {
    vertical-align: middle
}

iframe,
video {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto 1.5em
}

iframe:not([width]) {
    width: 100%
}

video:not([width]) {
    width: 100%;
    height: auto
}

.embed-container {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1.5em;
    overflow: hidden
}

.embed-container>embed,
.embed-container>iframe,
.embed-container>object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

dt {
    text-align: right;
    font-weight: 700;
    width: 33.333333%;
    color: #99b4ca;
    padding-right: 1em;
    margin-bottom: -1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box
}

dd {
    padding-left: .5em;
    margin-left: 33.333333%
}

.vh~dd {
    padding-left: 0;
    margin-left: 0
}

code,
pre {
    font-family: Consolas, Monaco, "Courier New", Courier, monospace;
    font-weight: 400;
    color: #666;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .1875em
}

pre {
    clear: both;
    white-space: pre-wrap;
    padding: .75em 1em;
    margin-bottom: 1.5em
}

code {
    padding: 0 .25em
}

pre code {
    background-color: transparent;
    padding: 0;
    border: 0
}

fieldset {
    padding: 0;
    border: 0;
    margin: 0
}

legend {
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1.2em
}

label {
    display: inline-block
}

button,
input,
select,
textarea {
    min-height: 3em;
    width: 100%;
    color: inherit;
    background-color: #24628f;
    padding: .75em;
    border: 0;
    border-bottom: 1px solid #99b4ca;
    border-radius: 0;
    box-sizing: border-box
}

select {
    height: 3em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' fill='%2300447b'%3E%3Cpolygon points='0,0 12,0 6,6'/%3E%3C/svg%3E");
    background-position: right .75em center;
    background-repeat: no-repeat;
    padding-right: 2.25em;
    -webkit-appearance: none;
    -moz-appearance: none
}

select[multiple] {
    height: auto;
    background-image: none !important
}

select::-ms-expand {
    display: none
}

textarea {
    line-height: inherit;
    max-width: 100%;
    min-height: 10.5em;
    resize: vertical;
    vertical-align: middle
}

input:focus,
select:focus,
textarea:focus {
    border-color: #00447b
}

[readonly] {
    color: #99b4ca;
    cursor: not-allowed
}

[type=checkbox],
[type=radio] {
    min-height: 0;
    width: auto;
    border: 0
}

[type=email],
[type=number],
[type=password],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=url],
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

[type=number] {
    -moz-appearance: textfield
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

[type=date],
[type=time] {
    -webkit-appearance: none;
    -webkit-padding-before: .5em;
    -webkit-padding-after: .5em
}

[type=date]::-webkit-datetime-edit-fields-wrapper {
    text-transform: uppercase
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 0
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-input-placeholder {
    color: #7f90b2
}

::-moz-placeholder {
    color: #7f90b2;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7f90b2
}

::-ms-input-placeholder {
    color: #7f90b2
}

::placeholder {
    color: #7f90b2
}

::selection {
    color: #fff;
    background-color: #002265
}

.noscript,
.update {
    text-align: center;
    color: #fff;
    background-color: red;
    padding: .75em 1.5em;
    margin-bottom: 0
}

.box {
    padding: 1.5em
}

@media only screen and (min-width:30.0625em) {
    .sybdruck {
        max-width: none
    }
}

@media only screen and (min-width:48.0625em) {
    [type=button],
    [type=reset],
    [type=submit],
    a,
    button {
        -webkit-transition: color .5s, background-color .2s, border-color 1s, opacity .2s;
        transition: color .2s, background-color .2s, border-color 1s, opacity .2s
    }
}

@media only screen and (max-width:48em) {
    table {
        display: inline-block;
        overflow: auto;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media only screen and (min-width:64.0625em) {
    .box {
        max-width: 80em;
        padding: 1.5em;
        margin: 0 auto;
        box-sizing: border-box
    }
}

@media only screen and (max-width:30em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    dt {
        text-align: left;
        width: auto;
        padding-right: 0;
        margin-bottom: 0
    }
    dd {
        padding-left: 2em;
        margin-left: 0
    }
}

@media only screen and (min-width:64.0625em) {

header .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meta-nav > ul {
    float: right;
    margin-top: -2em
}

.meta-nav > ul > li {
    float: left;
    margin-left: 1.5em
}
}

.content {
    margin-top: 42em
}

.content a {
    border-bottom: 1px dotted currentColor
}

.content a:focus,
.content a:hover {
    border-bottom-style: solid
}

.content ol,
.content ul {
    overflow: hidden
}

.content ul>li {
    padding-left: 0
}

.content ol>li {
    padding-left: .25em
}

figure img {
    border-radius: .1875em
}

.content h2 {
    padding-bottom: .4em;
    margin-bottom: .6em;
    border-bottom: .1em solid #828282
}

.buttons {
    clear: both
}

.buttons>a,
.buttons>button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: #24628f;
    width: 100%;
    box-sizing: border-box;
    padding: .75em 1.5em;
    border: 0;
    border-radius: .1875em;
    margin: 0 .75em 1.5em 0
}

.buttons>a:focus,
.buttons>a:hover,
.buttons>button:focus,
.buttons>button:hover {
    background-color: #878786
}

.buttons>a:active,
.buttons>button:active {
    background-color: #000
}

@media only screen and (min-width:30.0625em) {
    .buttons>a,
    .buttons>button {
        width: auto
    }
}

@media print {
    
}