@font-face {
  font-family: 'Alegreya SC';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiMGmRtCJ62-O0HhNEa-Z6q2ZU.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK8.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK8.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK8.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK8.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiOGmRtCJ62-O0HhNEa-a6o.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiTGmRtCJ62-O0HhNEa-ZZc-rUx.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiTGmRtCJ62-O0HhNEa-ZYU_LUx.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiTGmRtCJ62-O0HhNEa-ZYI_7Ux.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/alegreyasc/v26/taiTGmRtCJ62-O0HhNEa-ZYs_rUx.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftWyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKeg7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPsmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
html {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
p {
  text-align: justify;
}
header {
  max-width: 100%;
}
header .inside {
  max-width: 1920px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
  height: 70px;
  position: relative;
}
header .inside .logo {
  display: block;
  position: absolute;
  top: 12px;
  left: 200px;
  width: 309px;
}
header .inside .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .inside nav {
  margin-right: 22px;
}
header .inside nav ul {
  display: flex;
  list-style: none;
}
header .inside nav ul a {
  font-size: 18px;
  color: #4D4D4D;
  height: 70px;
  line-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  transition: 0.3s;
  display: block;
}
header .inside nav ul a:hover {
  background-color: #4D4D4D24;
  color: #226238;
}
header .inside .lang-box {
  display: flex;
  position: relative;
  margin-right: 197px;
  align-items: center;
}
header .inside .lang-box a {
  margin-left: 9px;
}
header .inside .lang-box:after {
  position: absolute;
  top: 18px;
  left: -12px;
  display: block;
  content: "";
  width: 1px;
  height: 36px;
  background: #D9D9D9;
}
header .inside .favourite-box {
  display: flex;
  margin-right: 22px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
}
header .inside .favourite-box .name {
  color: #226238;
}
header .inside .favourite-box img {
  display: block;
  margin-right: 5px;
}
header .inside .favourite-box:after {
  position: absolute;
  top: 18px;
  left: -12px;
  display: block;
  content: "";
  width: 1px;
  height: 36px;
  background: #D9D9D9;
}
.main-category {
  display: flex;
  justify-content: space-between;
  height: 100px;
  max-width: 1920px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.main-category .left {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  background: #226238;
}
.main-category .left .name {
  width: 300px;
  font-size: 40px;
  color: #fff;
  font-family: "Alegreya SC", serif;
  line-height: 100px;
  text-align: right;
  padding-right: 100px;
}
.main-category .right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  background: #288554;
}
.main-category .right .name {
  width: 300px;
  font-size: 40px;
  color: #fff;
  font-family: "Alegreya SC", serif;
  line-height: 100px;
  padding-left: 100px;
}
body {
  background: #fff;
  width: 100%;
  background: url(../demo.jpg) top center no-repeat;
  font-size: 16px;
  color: #0000000;
  font-family: "Ubuntu", sans-serif;
}
p {
  color: #4D4D4D;
  line-height: 23px;
}
h1 {
  font-family: "Alegreya SC", serif;
}
.layer-zero {
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  padding-top: 188px;
}
.overlay-content {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2 {
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
p {
  margin-bottom: 20px;
  color: #c7c7c7;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
.kontakt {
  flex-wrap: wrap;
  display: flex;
  min-width: 250px;
  font-size: 17px;
}
h1,
h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.blok {
  width: calc(50% - 20px);
  margin-bottom: 25px;
}
.blok p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .blok {
    width: 100%;
    margin-bottom: 25px;
  }
  .blok p {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=demo.css.map */