<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Open Sans';
    color: #322100;
    overflow-y: scroll;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#322100;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#322100; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
.container {
    max-width: 749px;
    width: 100%;
    border: 1px solid #dedede;
    margin: 0 auto;
    position: relative;
    background: url('/img/bg.jpg') top left no-repeat,
                url('/img/bg-2.jpg') top left repeat-y;
    min-height: 100vh;
}
.content {
    padding-top: 240px;
    width: 60%;
    margin-left: 10px;
}
.galeria, .galeria-bottom {
    overflow: hidden;
    width: 100%;
    padding: 0px;
    list-style: none;
}
.galeria li, .galeria-bottom li {
    width: 100px;
}
.galeria li img, .galeria-bottom li img {
    width: 100%;
}
.galeria {
    display: flex;
    align-items: center;
}
.galeria li {
    flex: 1;
    margin: 0px 20px;
}
.galeria-bottom li {
    margin: 0 auto;
    width: 100%;
}
header ul {
    list-style: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
header ul li {
    float: left;
    text-transform: uppercase;
}
header li a {
    text-decoration: none;
    background: transparent;
    font-weight: 600;
    color: #322100;
    padding: 11px;
    display: block;
    transition: all .2s ease-in-out;
}
header li a:hover {
    color: #fff;
    background: #925f00;
}
h1 {
    color: #322100;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: normal;
}
p {
    line-height: normal;
    text-align: justify;
}
h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 5px;
}
h2:not(:nth-of-type(1)) {
    margin-top: 40px;
}
ul {
    padding-left: 20px;
}
ul li {
    line-height: normal;
}
.logo {
    width: 200px;
}
.kontakt {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}
.kontakt li {
    line-height: normal;
}
.animate-content {
    transition: all .5s linear;
    opacity: 1;
    display: block;
}
.animate-content.ng-enter, animate-content.ng-leave {
    opacity: 1;
    position: absolute;
    top: 240px;
    left: 10px;
    width: 60%;
}
.animate-content.ng-enter {
    opacity: 0;
}
.animate-content.ng-enter-active {
    opacity: 1;
}
.animate-content.ng-leave-active {
    opacity: 0;
}</pre></body></html>