*,
:after,
:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
html {
    font-size: 62.5%;
}
body {
    font-family: sans-serif;
    color: var(--textcolor);
    font-size: 1.6rem;
}
body.custom-background:not(.home) {
    background: 0 0;
}
.clear:after,
.clear:before {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
img {
    max-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: var(--secondary);
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04a4cc;
}
p {
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 70rem;
}
p + ol,
p + ul {
    max-width: 70rem;
}
p + p:not(.mobile_only + p) {
    margin-top: 1.6rem;
}
blockquote {
    margin: 1.6rem 0;
    color: var(--secondary);
}
blockquote > :first-child:before {
    content: '„';
    display: inline;
}
blockquote > :last-child:after {
    content: '“';
    display: inline;
}
ul {
    margin: 0.8rem 0 1.6rem 1.5rem;
}
h2,
h3,
h4,
h5,
h6 {
    margin-top: 3.2rem;
    margin-bottom: 1.6rem;
}
.scroll_top {
    position: relative;
    width: 7rem;
    height: 7rem;
    display: block;
    transform: rotate(90deg);
}
.scroll_top:before {
    content: url(../img/arrow-left.svg);
}
@font-face {
    font-family: Font-Name;
    src: url(fonts/font-name.eot);
    src: url(fonts/font-name.eot?#iefix) format('embedded-opentype'),
        url(fonts/font-name.woff) format('woff'),
        url(fonts/font-name.ttf) format('truetype'),
        url(fonts/font-name.svg#font-name) format('svg');
    font-weight: 400;
    font-style: normal;
}
::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.gallery-caption,
.wp-caption .wp-caption-text {
    font-size: 1rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
section {
    width: 100%;
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.mce-ico.mce-i-none {
    background-size: 100%;
    background-repeat: no-repeat;
}
