html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: #05090A;
    font-family: 'Marcellus', serif;
    color: #F8F8F8;
    font-size: 100%;
    line-height: 140%;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

a {
    color: #C2D1E1;
}

a:hover {
    color: #A4C1DF;
}

a:visited {
    color: #9AADC2;
}

.red {
    color: #D25032
}

a img {
    border: 0;
}

a:focus,
a:active {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

.big {
    font-size: 150%;
}

.biglineheight {
    line-height: 200%;
}

h1,
h2,
h3 {
    font-family: 'Marcellus SC', serif;
    margin-bottom: 20px;
    font-size: 150%;
}

.center {
    text-align: center !important;
}

#page {
    background: #16252B;
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(197 243 247 / 10%);
}

/* header */

#header {
    width: 100%;
    position: relative;
    background: url(images/header_bg.jpg) top center;
    background-size: cover;
}

#header #ratio {
    width: 100%;
    height: auto;
}

#header h1,
#header>div {
    position: absolute;
    z-index: 1;
}

#header h1 {
    width: 210px;
    top: 35px;
    left: 75px;
}

#header h1 img {
    display: block;
    width: 100%;
}

#address {
    top: 45px;
    right: 75px;
    text-align: right;
}

#address div:first-child {
    color: #07424E;
    font-family: 'Marcellus SC', serif;
    font-size: 125%;
}

#address div {
    color: #D25032;
    letter-spacing: 1px;
    line-height: 120%;
}

#offer_cont,
#reserve_cont {
    width: 50%;
    bottom: 0;
    text-align: center;
}

#offer_cont {
    left: 0;
}

#reserve_cont {
    right: 0;
}

.cta div {
    color: #F8F8F8;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    font-size: 120%;
    line-height: 120%;
}

.cta div:first-child {
    color: #A0DFEB;
    font-family: 'Marcellus SC', serif;
    font-size: 250%;
}

.btn {
    display: inline-block;
    margin: 20px auto;
    text-decoration: none;
    font-family: 'Marcellus SC', serif;
    color: #fff !important;
    text-shadow: 1px 1px 1px #C55434;
    padding: 10px 14px;
    font-size: 100%;
    letter-spacing: 1px;
    border-radius: 10px;
    background-color: #D25032;
    background-image: url(images/btn.png);
    background-size: cover;
    background-blend-mode: overlay;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .5),
        -4px -4px 10px rgba(255, 255, 255, .2),
        inset 0 0 4px rgba(255, 255, 255, .4);
    transition: box-shadow .5s ease, background-color .5s ease;
}

.btn:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5),
        -2px -2px 5px rgba(255, 255, 255, .2),
        inset 0 0 5px rgba(255, 255, 255, .4);
    background-color: #f55936;
}

.btn.big {
    font-size: 150%;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .5),
        -10px -10px 30px rgba(255, 255, 255, .5),
        inset 0 0 5px rgba(255, 255, 255, .4);
}

.btn.big:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5),
        -3px -3px 10px rgba(255, 255, 255, .5),
        inset 0 0 5px rgba(255, 255, 255, .4);
}

.cta .btn {
    margin: 50px auto 75px auto;
}

#threepic {
    border-top: 5px solid #48ADC0;
    border-bottom: 5px solid #48adc0;
}

#threepic img {
    display: block;
    width: 100%;
}

/* content */
#content {
    background: url(images/content.jpg) top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #121C20;
    padding: 65px;
}

#content h2,
#content h3 {
    color: #A0DFEB;
}

#content h2 {
    font-size: 225%;
    margin-bottom: 40px;
    line-height: 120%;
    text-align: left;
}

#content h3 {
    font-size: 150%;
}

#archives_link,
#photoarchives_link {
    position: absolute;
    top: 65px;
    right: 75px;
    margin: 0;
}

#photoarchives_link {
    right: 220px;
}

.newline {
    margin-top: 30px;
}

.one::after,
.onesmall::after,
.twosmall::after,
.threesmall::after,
.two::after,
.three::after,
.four::after {
    content: "";
    clear: both;
    display: table;
}

.two>div,
.three>div,
.four>div {
    float: left;
    padding: 10px;
}

.two>div {
    width: 50%;
}

.three>div {
    width: 33.333%;
}

.four>div,
.onesmall>div {
    width: 25%;
}

.onesmall>div {
    margin: 0 auto;
}

.wine_cont {
    width: 23%;
    display: inline-block;
    margin: 20px 10px;
    vertical-align: top;
}

.announcement {
    font-size: 32px;
    line-height: 40px;
    margin: 20px auto;
}

.news>a {
    display: block;
    text-decoration: none;
    color: #000;
    text-shadow: none;
    text-align: left;
    padding: 16px;
    background: linear-gradient(135deg, rgba(243, 237, 232, 1) 0%, rgba(187, 184, 180, 1) 100%);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.news>a div {
    font-size: 130%;
    color: #D25032;
    border-bottom: 3px solid #48ADC0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}


.newsitem a {
    color: #D25032;
}

.newsitem img.center {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}

.label {
    border-radius: 10px;
    padding: 30px 0;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 80%;
}

.label.color1 {
    background-color: #FEE5AE;
    background-image: url(images/color1.jpg);
}

.label.color2 {
    background-color: #F2BD8C;
    background-image: url(images/color2.jpg);
}

.label.color3 {
    background-color: #EA6343;
    background-image: url(images/color3.jpg);
}

.label.color4 {
    background-color: #3A0D12;
    background-image: url(images/color4.jpg);
}

.label.color5 {
    background-color: #2E0C16;
    background-image: url(images/color5.jpg);
}

.label .text {
    background: linear-gradient(135deg, rgba(243, 237, 232, 1) 0%, rgba(187, 184, 180, 1) 100%);
    text-align: center;
    color: #000;
    text-shadow: none;
    padding: 30px 10px;
    line-height: 200%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    position: relative;
}

.label .text::before,
.label .text::after {
    content: "";
    background: #48ADC0;
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    position: absolute;
}

.label .text::before {
    top: 15px;
}

.label .text::after {
    bottom: 15px;
}

.label .text .emblem {
    height: 25px;
    margin-bottom: -8px;
    display: inline-block;
}

.label .text span {
    font-size: 130%;
    display: block;
}

.pricetable,
.price {
    margin-top: 20px;
    line-height: 200%;
}

.pricetable div {
    width: 70%;
    float: left;
    text-align: right;
}

.pricetable div:first-child {
    text-align: left;
    width: 30%;
}

hr {
    border: 0;
    margin: 60px auto;
    height: 40px;
    background-image: url(images/spacer.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

hr.small {
    margin: 30px auto;
    height: 20px;
}

hr.smaller {
    margin: 0px auto 20px;
    height: 10px;
}

/* news */

#content h1 {
    width: 400px;
    margin: 0 auto 50px;
}

.newsitem {
    color: #000;
    text-shadow: none;
    text-align: left;
    padding: 16px;
    background: linear-gradient(135deg, rgba(243, 237, 232, 1) 0%, rgba(187, 184, 180, 1) 100%);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin-bottom: 50px;
}

.newsitem h3 {
    font-size: 150%;
    color: #D25032 !important;
    border-bottom: 3px solid #48ADC0;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

/* footer */
#footer {
    border-top: 5px solid #48ADC0;
    border-bottom: 5px solid #48ADC0;
    background: #A5C4CA url(images/footer.jpg) top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #16252B;
    text-shadow: 1px 1px 1px #8CA6AB;
    position: relative;
    line-height: 150%;
    padding-top: 50px;
}

#footer a {
    color: #16252B;
}

#contact {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 125%;
    line-height: 150%;
}

#open {
    float: right;
    width: 50%;
    text-align: center;
    font-size: 125%;
    line-height: 150%;
    margin-bottom: 40px;
}

#additional_info {
    clear: both;
    text-align: center;
}

#copyright {
    text-align: center;
    font-size: 80%;
    margin: 50px auto 20px;
}

#copyright img {
    width: 100px;
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
    #header {
        background-image: url(images/header_mobile.jpg);
    }

    #ratio {
        display: none;
    }

    #header h1,
    #header>div {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    #header h1 {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0 20px 0;
    }

    #address {
        text-align: center;
        margin-bottom: 50px;
    }

    #offer_cont,
    #reserve_cont {
        width: 100%;
    }

    .cta div {
        font-size: 100%;
    }

    .cta div:first-child {
        font-size: 200%;
    }

    .btn.big {
        font-size: 120%;
        margin: 10px auto 35px auto;
    }

    #content {
        padding: 10px;
        overflow-x: hidden;
    }

    #content h1 {
        width: 90%;
    }

    #archives_link,
    #photoarchives_link {
        position: relative;
        top: auto;
        right: auto;
        margin: 10 px auto;
    }

    #content h2 {
        font-size: 180%;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .announcement {
        font-size: 24px;
        line-height: 30px;
        margin: 20px auto;
    }

    .two>div,
    .three>div,
    .four>div,
    .onesmall>div {
        float: none;
        width: 100%;
        clear: both;
    }

    .onesmall {
        padding: 10px;
    }

    .wine_cont {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
    }

    .pricetable div {
        margin-bottom: 10px;
    }

    .label .text {
        padding: 20px 5px;
    }

    .label .text::before {
        top: 10px;
    }

    .label .text::after {
        bottom: 10px;
    }

    .newsitem {
        overflow: hidden;
    }

    .newsitem img {
        float: none !important;
        display: block !important;
        width: 90% !important;
        margin: 10px auto !important;
    }

    #footer {
        padding-top: 20px;
    }

    #contact {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #open {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #additional_info {
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }

    #copyright {
        text-align: center;
        font-size: 80%;
        margin: 50px auto 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 80%;
    }

    .cta .btn {
        margin: 20px auto 35px auto;
    }

    .btn.big {
        font-size: 130%;
        padding: 15px;
    }

    .cta div {
        font-size: 80%;
    }

    #content {
        padding: 25px;
    }

    #archives_link {
        top: 25px;
        right: 35px;
    }

    #photoarchives_link {
        top: 25px;
        right: 135px;
    }

    .news a {
        font-size: 80%;
        line-height: 120%;
    }

    .four>div {
        width: 50%;
    }

    .four>div:nth-child(3) {
        clear: both;
    }

    .onesmall>div {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1399px) {
    body {
        font-size: 80%;
    }
}