<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
    background-color: #161616;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}
p {
    margin: 0.5em 0px;
}

.background-image-wrap {
    width: 130%;
    position: relative;
    margin-left: -15%;
}
.background-image {
    background-image: url('../../images/background02.jpg');
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100vh;
    box-shadow: 10px 6px 10px 8px #161616 inset;
}
.background-image-shading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background-image-shading.darker {
  background-color: rgba(22, 22, 22, 0.4);
}
.background-image-shading.bottom {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 75%, rgba(22,22,22,1) 100%);   /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 75%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 75%,rgba(22,22,22,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 75%,rgba(22,22,22,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 75%,rgba(22,22,22,1) 100%); /* W3C */
}

.top-menu {}
.top-menu a {
    float: right;
}
.top-menu .btn {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 25px;
    margin-right: 20px;
}

h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 50px;
    color: #982717;
}
h2 {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 40px;
    color: #982717;
}
h3 {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 28px;
    color: #982717;
}
h4 {
    font-weight: bold;
    font-size: 18px;
}

h1.main {
    font-size: 90px;
    font-weight: bold;
    color: white;
}
h1.main:before, h1.main:after {
    content: "";
    position: absolute;
    left: 33%;
    height: 1px;
    width: 33%;
}
h1.main:before {
    bottom: 65px;
    border-bottom: 3px solid white;
}
h1.main:after {
    bottom: 60px;
    border-bottom: 1px solid white;
}
h4.red {
    color: #982717;
}

.top-icons {
    
}
.top-icons .btn {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size: 37px;    
}
.top-icons .btn.red{
    background-color: rgba(152, 39, 23, 0.9);
}

.content {
    background: white;
    padding: 25px 50px;
    overflow: hidden;
}
.content h2 {
    color: #982717;
}
.content strong {
    color: #982717;
}
.content a {
    color: #982717;
    font-weight: bold;
}

.red-box {
    background-color: #f6eced;
    padding: 55px 30px;    
}
.kosik {
    border: solid 2px grey;
}
.kosik .item {
    border: solid 2px #f6eced;
}
.kosik .item:hover {
    background-color: #f1e0e2;
    border-color: #e7d3d6;
}
.kosik .celkem {
    border-top: solid 2px grey;
}
.objednavka .label label {
    color: #982717;
}
.objednavka .input {
    min-width: 215px;
    width: 70%;
}
.objednavka .submit {
    text-align: center;
}
.nabidka {
    
}
.nabidka .polozky {
    border-bottom: solid 1px #d3c9c8
}
.nabidka .polozky .polozka {
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px transparent;
}
.nabidka .polozky .polozka:hover {
    /*background-color: #ffe2e5;*/
    /*border:solid 1px #ecb1b7;*/
}
.nabidka .polozky .polozka .cena {
    text-align: center;
}
.nabidka .polozky .polozka .cena input[type='text'],
.nabidka .polozky .polozka .cena input[type='number'],
.objednavka .input input[type='text'] {
    border: solid 1px #333;
    outline: none;
    padding: 2px 15px;
}

.nabidka .polozky .polozka .cena input[type='text'],
.nabidka .polozky .polozka .cena input[type='number']{
    width: 70px;
    margin-top: 3px;
}
.objednavka .input input[type='text'] {
    width: 100%;
}
.nabidka .polozky .polozka .cena input[type='text']:placeholder-shown,
.nabidka .polozky .polozka .cena input[type='number']:placeholder-shown, 
.objednavka .input input[type='text']:placeholder-shown {
    border: solid 1px #ccc;
}
.objednavka .input input[type='text'].invalid {
    border: solid 1px red;
}
.nabidka .polozky .polozka input[type='submit'],
.objednavka .submit input[type='submit']{
    outline: none;
    border: none;
}

.map-wrap {
    width: 110%;
    position: relative;
    margin-left: -5%;
    height: 400px;
    margin-bottom: -25px;
}
#map {
    position: absolute;
    width: 100%;
    height: 400px;
    width: 100%;
}

.foot {
    color: #979797;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}
.foot a {
    text-decoration: none;
    color: #979797;
}
.foot a:hover {
    color: #b7b7b7;
}</pre></body></html>