/*
    Created on : 1. 5. 2023, 17:10:32
    Author     : radek.pospisek@gmail.com
*/
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnfw.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAA.ttf) format('truetype');
}
html,
body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-size: 13.4pt;
}
h1 {
  font-size: 19.3pt;
  font-weight: 600;
  letter-spacing: 4px;
}
h2 {
  font-size: 17.1pt;
  font-weight: 500;
  letter-spacing: 4px;
}
h3 {
  font-size: 14.8pt;
  font-weight: 500;
  letter-spacing: 4px;
}
h4 {
  font-size: 13.4pt;
  font-weight: 500;
  letter-spacing: 2px;
}
a {
  color: black;
  letter-spacing: 3px;
}
a:hover {
  color: black;
}
p {
  font-size: 13.4pt;
}
nav {
  font-size: 14pt;
  font-weight: 500;
}
nav a:hover {
  font-weight: 600;
}
img.round {
  display: block;
  border-radius: 100%;
}
footer {
  padding: 50px 0px;
  background: #272425;
  font-size: 13.4pt;
  color: white;
}
footer strong {
  display: block;
  margin-bottom: 15px;
}
footer .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.page {
  padding: 100px 0px;
  min-height: 600px;
}
.banner {
  position: relative;
}
.banner .wine {
  position: absolute;
  height: 50%;
  top: 25%;
  right: 10%;
}
.banner-paralax {
  aspect-ratio: 8;
  background-image: url('../images/banner.jpg');
  background-position: center -200px;
  background-attachment: fixed;
}
section {
  position: relative;
}
.background-arrow {
  position: absolute;
  right: 0px;
  top: 25%;
}
@media (max-width: 1200px) {
  .background-arrow {
    display: none;
  }
}
.news {
  margin-bottom: 50px;
}
.news .new {
  margin-bottom: 25px;
  display: block;
  text-align: center;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.news .new img {
  margin: auto;
  max-width: 75%;
}
.news .new img.img-100 {
  width: 75%;
  height: auto;
}
.news .new strong {
  display: block;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
}
.news .new p {
  text-align: center;
}
.news .new .title {
  margin: 30px 0px;
  font-size: 15.6pt;
  font-weight: 500;
}
.news .new .title .small {
  font-size: 11.1pt;
  font-weight: 400;
}
.news .new .icons {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0px;
}
.news .new .icons img {
  height: 20px;
  width: auto;
  max-width: 100%;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.dash {
  display: block;
  width: 100%;
  height: 1px;
  font-size: 1px;
  border-top: 1px dashed #272425;
}
.top-dashed {
  border-top: 1px dashed #272425;
}
.bottom-dashed {
  border-bottom: 1px dashed #272425;
}
.logo-dashed {
  position: relative;
  display: block;
  text-align: center;
}
.logo-dashed img {
  position: relative;
  z-index: 10;
}
.logo-dashed:before {
  z-index: 5;
  display: block;
  position: absolute;
  content: " ";
  height: 10px;
  width: 100%;
  border-top: 1px dashed #272425;
  top: 50%;
  left: 0px;
}
section.kyjov .wrapper {
  margin: 50px 0px;
  text-align: center;
}
section.kyjov .wrapper p {
  font-size: 17.8pt;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
section.kyjov2 .wrapper {
  margin: 50px 0px;
}
section.kyjov2 .wrapper p {
  text-align: justify;
}
section.article3 {
  margin: 50px 0px;
}
section.article3 p {
  text-align: justify;
}
.project {
  font-size: 15.6pt;
  font-weight: 500;
  letter-spacing: 8px;
}
section.partners {
  padding: 50px 0px;
}
/*# sourceMappingURL=style.css.map */