@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  scroll-behavior: smooth;
}

@keyframes welcome {
  0% {
    background-position: top left;
  }
  100% {
    background-position: 25% 25%;
  }
}
@keyframes welcomeTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes welcomeButton {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

.body {
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins, Calibri, sans-serif;
  color: #000000;
  line-height: 1.5;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  padding-bottom: 4rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 3px;
  text-align: center;
  text-transform: initial;
}
.header__title.header__title--hide {
  display: none;
}

.header__subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:visited, a:active {
  color: inherit;
}
a.underline:hover {
  text-decoration: underline;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 1.5625rem;
  color: #000000;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 200;
  background-color: #ffffff;
}

.header__wrapper {
  width: 1040px;
  max-width: 95%;
  margin: 0 auto;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 3rem 0 2.75rem;
}

.header__logo {
  position: relative;
  z-index: 9999;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

#g_menu {
  width: 100%;
  margin: auto;
}
#g_menu .langmenu {
  display: none;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu1 li a {
  display: block;
}
#menu1 li a.item1 {
  padding: 0.9rem 2rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: #ffffff;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  border-color: #000000;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
#menu1 li ul li {
  border: 1px solid #000000;
}
#menu1 li ul li a.item2 {
  padding: 0.9rem 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: initial;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu1 li ul li a.item2:hover {
  color: #ffffff;
  background: #000000;
}

#mobnav-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
}
#mobnav-btn .icon {
  font-size: 1.375rem;
  font-family: icomoon;
  color: #000000;
}
#mobnav-btn:hover {
  opacity: 0.8;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn div::after {
  content: "";
  display: inline-block;
  font-size: 1.375rem;
  font-family: icomoon;
  color: #000000;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.xactive #mobnav-btn div:hover::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.xactive #mobnav-btn .icon {
  display: none;
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.25rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  font-size: 3rem;
  font-family: icomoon;
  color: #ffffff;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

.langmenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.langmenu__item {
  margin: 0 0.3rem;
}
.langmenu__item.current .langmenu__link {
  text-decoration: underline;
}

.langmenu__link {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.langmenu__link:hover {
  color: inherit;
  text-decoration: underline;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}

.welcome {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #000000;
}

.welcome__image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: welcome 4s ease-in-out forwards;
}

.welcome__title {
  font-size: 6vmin;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
  animation: welcomeTitle 2s linear 0.75s both;
}

.welcome__button {
  margin-top: 1rem;
  padding: 1rem 7.5%;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  border: 1px solid #000000 !important;
  background: #ffffff;
  animation: welcomeButton 1s linear 3s both;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.welcome__button:hover {
  color: #ffffff;
  background: #000000;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: auto;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__description {
  width: 90%;
  position: absolute;
  top: 65%;
  left: 50%;
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider__excerpt {
  font-size: 1.25rem;
  font-weight: 600;
}

.slider__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider__item {
  margin: 0 1rem;
}
.slider__item.activeSlide .slider__link {
  background-color: #000000;
}

.slider__link {
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.slider__link:hover {
  background-color: #000000;
}

.body--subpage .body__wrapper {
  width: 1040px;
  max-width: 90%;
  margin: auto;
  padding: 2.5rem 0;
}

.section__wrapper {
  width: 1040px;
  max-width: 90%;
  margin: auto;
  padding: 2.5rem 0;
}

.footer {
  background-color: #ffffff;
}

.footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1040px;
  max-width: 90%;
  margin: auto;
  padding: 1rem 0;
}

.footer__elem {
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #ababab;
  line-height: 1.2;
  text-align: center;
}

.footer__link {
  color: inherit;
}
.footer__link:hover {
  color: #000000;
}

.contact-wrapper {
  padding-left: 20%;
}
.contact-wrapper p {
  margin-bottom: 0.6rem;
}

.img-fw {
  width: 100%;
}

.icon {
  padding-right: 0.8rem;
  vertical-align: bottom;
}

.btn-white {
  display: block !important;
  padding: 1.5rem 3rem;
  font-weight: 500 !important;
  color: #000000;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-white .icon {
  -webkit-transition: filter 0.3s ease;
  -moz-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.btn-white:hover {
  color: #ffffff;
  background: #000000;
}
.btn-white:hover .icon {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
.btn-white.btn-white--projects {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 334px;
  max-width: 334px;
  padding: 1rem 0.65rem;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}

.news__item {
  -webkit-box: 0 1 calc(33.33% - 1.2rem);
  -moz-box: 0 1 calc(33.33% - 1.2rem);
  -webkit-flex: 0 1 calc(33.33% - 1.2rem);
  -ms-flex: 0 1 calc(33.33% - 1.2rem);
  flex: 0 1 calc(33.33% - 1.2rem);
  margin: 0 0.6rem 3.4rem;
}

.news__link {
  display: block;
}
.news__link.news__link--image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news__link.news__link--title:hover .news__title {
  text-decoration: underline;
}

.news__image {
  margin-bottom: 1.75rem;
  overflow: hidden;
}
.news__image img {
  width: 100%;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}

.news__desc {
  letter-spacing: 1px;
}

.news__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.news__subtitle {
  margin-bottom: 1.35rem;
  font-size: 1rem;
  font-weight: 500;
}

.news__more {
  text-align: right;
}

.news__moreLink {
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  border: none !important;
  outline: none !important;
}
.news__moreLink:hover {
  font-style: italic;
  color: inherit;
  text-decoration: underline;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .body--subpage .body__wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .header__title {
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .header__title.header__title--hide {
    display: block;
  }

  .header__subtitle {
    font-size: 0.75rem;
  }

  .header__logo {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .header__bar {
    padding-bottom: 0;
  }

  .langmenu {
    top: 10px;
    right: 10px;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    font-weight: 700;
    border-color: transparent;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
    border: none;
  }
  #menu1 li ul li a.item2 {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    -webkit-transition: none 0s ease;
    -moz-transition: none 0s ease;
    -o-transition: none 0s ease;
    transition: none 0s ease;
  }
  #menu1 li ul li a.item2:hover {
    font-weight: 700;
    font-style: italic;
    color: #000000;
    background: transparent;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    margin-top: 4rem;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 2rem;
    overflow: hidden;
    background-color: #ffffff;
  }
  .xactive #mobnav-btn {
    left: auto;
    right: 10px;
  }
  .xactive #g_menu .langmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: static;
    margin-top: 2rem;
  }

  .welcome__title {
    font-size: 0.875rem;
  }

  .footer__wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-white.btn-white--projects {
    width: calc(100% - 2px);
    min-width: auto;
    max-width: calc(100% - 2px);
    opacity: 1;
  }

  .contact-wrapper {
    padding-left: 0;
  }

  .news__item {
    -webkit-box: calc(100% - 1.2rem);
    -moz-box: calc(100% - 1.2rem);
    -webkit-flex: calc(100% - 1.2rem);
    -ms-flex: calc(100% - 1.2rem);
    flex: calc(100% - 1.2rem);
  }

  .news__image {
    margin-bottom: 0.65rem;
  }

  .news__title {
    margin-bottom: 0.65rem;
    font-size: 1rem;
  }

  .news__subtitle {
    font-size: 0.875rem;
  }

  .news__moreLink {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .header__title.header__title--hide {
    display: block;
  }

  .header__logo {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .header__bar {
    padding-bottom: 0;
  }

  .langmenu {
    top: 10px;
    right: 10px;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
  #menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
    font-weight: 700;
    border-color: transparent;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
    border: none;
  }
  #menu1 li ul li a.item2 {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    -webkit-transition: none 0s ease;
    -moz-transition: none 0s ease;
    -o-transition: none 0s ease;
    transition: none 0s ease;
  }
  #menu1 li ul li a.item2:hover {
    font-weight: 700;
    font-style: italic;
    color: #000000;
    background: transparent;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    margin-top: 4rem;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    padding-top: 2rem;
    overflow: hidden;
    background-color: #ffffff;
  }
  .xactive #mobnav-btn {
    left: auto;
    right: 10px;
  }
  .xactive #g_menu .langmenu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: static;
    margin-top: 2rem;
  }

  .btn-white.btn-white--projects {
    width: calc(100% - 2px);
    min-width: auto;
    max-width: calc(100% - 2px);
    opacity: 1;
  }

  .news__item {
    -webkit-box: 0 1 calc(50% - 1.2rem);
    -moz-box: 0 1 calc(50% - 1.2rem);
    -webkit-flex: 0 1 calc(50% - 1.2rem);
    -ms-flex: 0 1 calc(50% - 1.2rem);
    flex: 0 1 calc(50% - 1.2rem);
  }
}

/*# sourceMappingURL=default.css.map */
