.header-bar {
  display: flex;
  line-height: 65px;
  width: auto;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 90;
}

.header-bar a {
  display: block;
  height: 45px;
  margin-right: 10px;
}

.header-bar a img {
  height: 100%;
}

.more-posts-button {
  width: 250px;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
}

.no-more-posts {
  width: 250px;
  display: none;
  margin: 5px auto 0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

body.wirz-green .more-posts-button{
   background-color: #289b38;
}

body.wirz-blue .more-posts-button{
    background-color: #1c7fc6;
}

body.wirz-red .more-posts-button {
    background-color: #e63027;
}
body.wirz-brown .more-posts-button {
    background-color: #d2a58c;
}

body.wirz-dark-blue .more-posts-button{
    background-color: #38667a;
}

body.wirz-aqua .more-posts-button{
    background-color: #2070bc;
}

body.wirz-turquoise .more-posts-button{
    background-color: #1ba89b;
}

@media screen and (max-width: 1440px) {
  .header-bar {
    width: 70%;
    right: 3%;
  }
  /*.header-bar a {*/
  /*  width: 12.5%;*/
  /*  margin-right: 4px;*/
  /*}*/
  .header-bar a img {
    max-height: 31px;
  }
}

@media screen and (max-width: 1100px) {
  .header-bar {
    width: 65%;
    right: 2.5%;
  }
}

@media screen and (max-width: 767px) {
  .header-bar {
    display: none;
  }
}

.header-bar-mobile {
  width: calc(100% - 40px);
  max-width: 99%;
  display: flex;
  align-items: center;
  height: inherit;
}

.header-bar-mobile a {
  display: block;
  width: 12.5%;
  padding: 0 5px;
}

.header-bar-mobile a img {
  height: auto;
  max-height: 45px;
  display: block;
}

@media screen and (max-width: 768px) {
  .header-bar-mobile a img {
    max-height: 15px;
  }
}

form {
  max-width: 600px;
}
form .contacts-form-row {
  margin-bottom: 1.5rem;
}
form .contacts-form-row label {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
form .contacts-form-row span {
  display: block;
}
form input[type="submit"] {
  min-width: 185px;
  max-width: 100%;
  padding: 10px 15px;
  border: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
form textarea {
  height: 100px;
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="text"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="file"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="date"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="email"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="password"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form input[type="tel"] {
  width: 100%;
  padding: 7px 10px;
  margin-top: 0.5rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
form span.wpcf7-list-item {
  position: relative;
  margin: 0 2rem 1rem 0;
}
form span.wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  opacity: 0;
}
form span.wpcf7-list-item input[type="checkbox"]:checked span:after {
  opacity: 1;
}
form span.wpcf7-list-item-label {
  padding-left: 3rem;
}
form span.wpcf7-list-item-label::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #1d8acd;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.layout-wirz form input.wpcf7-not-valid {
  border: 1px solid #ff8d8d;
}
.layout-wirz form span.wpcf7-not-valid-tip {
  display: none;
}
div[role=form] label {
  width: 100%;
}
div[role=form] div.wpcf7-validation-errors,
div[role=form] div.wpcf7-acceptance-missing {
  border: none;
  padding: 0;
}
div.wpcf7-response-output {
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  div.wpcf7-response-output {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.wirz-blue form input {
  border: 1px solid #1d8acd;
}
.wirz-blue form textarea {
  border: 1px solid #1d8acd;
}
.wirz-blue form input[type="submit"] {
  background: #1d8acd;
}
.wirz-blue form .contacts-form-row label {
  color: #1d8acd;
}
.wirz-green form input {
  border: 1px solid #289b38;
}
.wirz-green form textarea {
  border: 1px solid #289b38;
}
.wirz-green form input[type="submit"] {
  background: #289b38;
}
.wirz-green form .contacts-form-row label {
  color: #289b38;
}
.wirz-red form input {
  border: 1px solid #e63027;
}
.wirz-red form textarea {
  border: 1px solid #e63027;
}
.wirz-red form .contacts-form-row label {
  color: #e63027;
}
.wirz-red form input[type="submit"] {
  background: #e63027;
}
.wirz-brown form input {
  border: 1px solid #d2a58c;
}
.wirz-brown form textarea {
  border: 1px solid #d2a58c;
}
.wirz-brown form .contacts-form-row label {
  color: #d2a58c;
}
.wirz-brown form input[type="submit"] {
  background: #d2a58c;
}
.wirz-dark-blue form input {
  border: 1px solid #38667a;
}
.wirz-dark-blue form textarea {
  border: 1px solid #38667a;
}
.wirz-dark-blue form input[type="submit"] {
  background: #38667a;
}
.wirz-dark-blue form .contacts-form-row label {
  color: #38667a;
}
.wirz-aqua form input {
  border: 1px solid #2070bc;
}
.wirz-aqua form textarea {
  border: 1px solid #2070bc;
}
.wirz-aqua form .contacts-form-row label {
  color: #2070bc;
}
.wirz-aqua form input[type="submit"] {
  background: #2070bc;
}
.wirz-turquoise form input {
  border: 1px solid #1ba89b;
}
.wirz-turquoise form textarea {
  border: 1px solid #1ba89b;
}
.wirz-turquoise form .contacts-form-row label {
  color: #1ba89b;
}
.wirz-turquoise form input[type="submit"] {
  background: #1ba89b;
}
.text-block ul.wp-block-gallery > li {
  padding: 0;
}
.text-block ul.wp-block-gallery > li:before {
  display: none;
}
.text-block a.btn {
  text-decoration: none;
}
.text-block ul {
  margin-bottom: 2.5rem;
}
.text-block ol {
  margin-bottom: 2.5rem;
}
.wp-block-gallery .blocks-gallery-image figcaption {
  font-size: 1.8rem;
}
.wp-block-gallery .blocks-gallery-image figcaption a {
  color: #fff;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1.8rem;
}
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: #fff;
}
.nav-header .nav-header__menu > li > ul > li a {
  font-size: 1.8rem;
}
.archive__preview {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.archive__preview iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.layout-wirz .nav-header .nav-header__menu li.current-menu-item > a {
  color: #fff;
}
body.layout-wirz .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}
.custom-pagination {
  padding: 20px 0;
}
.custom-pagination .page-numbers {
  font-size: 18px;
  font-weight: 300;
  margin-right: 10px;
}
.custom-pagination .page-numbers.current {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
body.layout-wirz.wirz-blue .custom-pagination a.page-numbers:hover {
  color: #1c7fc6;
}
body.layout-wirz.wirz-blue .custom-pagination .page-numbers.current {
  background-color: #1c7fc6;
  color: #fff;
}
body.layout-wirz.wirz-blue form span.wpcf7-list-item-label::before {
  border-color: #1c7fc6;
}
body.layout-wirz.wirz-blue form span.wpcf7-list-item-label::after {
  border-color: #1c7fc6;
}
body.layout-wirz.wirz-brown .custom-pagination a.page-numbers:hover {
  color: #d2a58c;
}
body.layout-wirz.wirz-brown .custom-pagination .page-numbers.current {
  background-color: #d2a58c;
  color: #fff;
}
body.layout-wirz.wirz-brown form span.wpcf7-list-item-label::before {
  border-color: #d2a58c;
}
body.layout-wirz.wirz-brown form span.wpcf7-list-item-label::after {
  border-color: #d2a58c;
}
body.layout-wirz.wirz-green .custom-pagination a.page-numbers:hover {
  color: #289b38;
}
body.layout-wirz.wirz-green .custom-pagination .page-numbers.current {
  background-color: #289b38;
  color: #fff;
}
body.layout-wirz.wirz-green form span.wpcf7-list-item-label::before {
  border-color: #289b38;
}
body.layout-wirz.wirz-green form span.wpcf7-list-item-label::after {
  border-color: #289b38;
}
body.layout-wirz.wirz-red .custom-pagination a.page-numbers:hover {
  color: #e63027;
}
body.layout-wirz.wirz-red .custom-pagination .page-numbers.current {
  background-color: #e63027;
  color: #fff;
}
body.layout-wirz.wirz-red form span.wpcf7-list-item-label::before {
  border-color: #e63027;
}
body.layout-wirz.wirz-red form span.wpcf7-list-item-label::after {
  border-color: #e63027;
}
body.layout-wirz.wirz-dark-blue .custom-pagination a.page-numbers:hover {
  color: #38667a;
}
body.layout-wirz.wirz-dark-blue .custom-pagination .page-numbers.current {
  background-color: #38667a;
  color: #fff;
}
body.layout-wirz.wirz-dark-blue form span.wpcf7-list-item-label::before {
  border-color: #38667a;
}
body.layout-wirz.wirz-dark-blue form span.wpcf7-list-item-label::after {
  border-color: #38667a;
}
body.layout-wirz.wirz-aqua .custom-pagination a.page-numbers:hover {
  color: #2070bc;
}
body.layout-wirz.wirz-aqua .custom-pagination .page-numbers.current {
  background-color: #2070bc;
  color: #fff;
}
body.layout-wirz.wirz-aqua form span.wpcf7-list-item-label::before {
  border-color: #2070bc;
}
body.layout-wirz.wirz-aqua form span.wpcf7-list-item-label::after {
  border-color: #2070bc;
}
body.layout-wirz.wirz-turquoise .custom-pagination a.page-numbers:hover {
  color: #1ba89b;
}
body.layout-wirz.wirz-turquoise .custom-pagination .page-numbers.current {
  background-color: #1ba89b;
  color: #fff;
}
body.layout-wirz.wirz-turquoise form span.wpcf7-list-item-label::before {
  border-color: #1ba89b;
}
body.layout-wirz.wirz-turquoise form span.wpcf7-list-item-label::after {
  border-color: #1ba89b;
}
body.layout-wirz.wirz-default .custom-pagination a.page-numbers:hover {
  color: #3c3c3b;
}
body.layout-wirz.wirz-default .custom-pagination .page-numbers.current {
  background-color: #3c3c3b;
  color: #fff;
}
body.layout-wirz.wirz-default form span.wpcf7-list-item-label::before {
  border-color: #3c3c3b;
}
body.layout-wirz.wirz-default form span.wpcf7-list-item-label::after {
  border-color: #3c3c3b;
}
span.wpcf7-list-item-label::after {
  margin-top: -4px;
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 8px;
  border: 1px solid #1d8acd;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  opacity: 0;
}
.footer-controls {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.footer-controls li {
  display: block;
  list-style: none;
  margin: 0 0 5px;
}
.footer-controls li:last-child {
  margin-bottom: 0;
}
.footer-controls a {
  font-weight: bold;
  text-decoration: none;
  color: #1f1f1f;
}
.footer-controls a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}
.wirz-blue .footer-controls a {
  color: #1d8acd;
}
.wirz-blue .footer-controls a:hover {
  color: #1d8acd;
}
.wirz-green .footer-controls a {
  color: #289b38;
}
.wirz-green .footer-controls a:hover {
  color: #289b38;
}
.wirz-red .footer-controls a {
  color: #e63027;
}
.wirz-red .footer-controls a:hover {
  color: #e63027;
}
.wirz-brown .footer-controls a {
  color: #d2a58c;
}
.wirz-brown .footer-controls a:hover {
  color: #d2a58c;
}
.wirz-dark-blue .footer-controls a {
  color: #38667a;
}
.wirz-dark-blue .footer-controls a:hover {
  color: #38667a;
}
.wirz-aqua .footer-controls a {
  color: #2070bc;
}
.wirz-aqua .footer-controls a:hover {
  color: #2070bc;
}
.wirz-turquoise .footer-controls a {
  color: #1ba89b;
}
.wirz-turquoise .footer-controls a:hover {
  color: #1ba89b;
}
.header-search__wrap {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.header-search {
  display: block;
  position: relative;
  width: 100%;
}
.header-search label {
  display: block;
  width: 100%;
}
.header-search .search-btn {
  display: block;
  width: 33px;
  height: 33px;
  border: none;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  transition: all 0.3s;
}
.header-search .search-btn:hover .svg-icon {
  fill: #fff;
}
.header-search .search-input {
  margin: 0;
  padding-right: 40px;
}
.header-search .svg-icon {
  width: 100%;
  height: 100%;
  transition: fill 0.3s;
}
.wirz-blue .header-search .svg-icon {
  fill: #1d8acd;
}
.wirz-blue .header-search ::-webkit-input-placeholder {
  color: #1d8acd;
}
.wirz-blue .header-search ::-moz-placeholder {
  color: #1d8acd;
}
.wirz-blue .header-search :-ms-input-placeholder {
  color: #1d8acd;
}
.wirz-blue .header-search :-moz-placeholder {
  color: #1d8acd;
}
.wirz-blue .header-search .search-btn:hover {
  background: #1d8acd;
}
.wirz-green .header-search .svg-icon {
  color: #289b38;
}
.wirz-green .header-search ::-webkit-input-placeholder {
  color: #289b38;
}
.wirz-green .header-search ::-moz-placeholder {
  color: #289b38;
}
.wirz-green .header-search :-ms-input-placeholder {
  color: #289b38;
}
.wirz-green .header-search :-moz-placeholder {
  color: #289b38;
}
.wirz-green .header-search .search-btn:hover {
  background: #289b38;
}
.wirz-red .header-search .svg-icon {
  color: #e63027;
}
.wirz-red .header-search ::-webkit-input-placeholder {
  color: #e63027;
}
.wirz-red .header-search ::-moz-placeholder {
  color: #e63027;
}
.wirz-red .header-search :-ms-input-placeholder {
  color: #e63027;
}
.wirz-red .header-search :-moz-placeholder {
  color: #e63027;
}
.wirz-red .header-search .search-btn:hover {
  background: #e63027;
}
.wirz-brown .header-search .svg-icon {
  color: #d2a58c;
}
.wirz-brown .header-search ::-webkit-input-placeholder {
  color: #d2a58c;
}
.wirz-brown .header-search ::-moz-placeholder {
  color: #d2a58c;
}
.wirz-brown .header-search :-ms-input-placeholder {
  color: #d2a58c;
}
.wirz-brown .header-search :-moz-placeholder {
  color: #d2a58c;
}
.wirz-brown .header-search .search-btn:hover {
  background: #d2a58c;
}
.wirz-dark-blue .header-search .svg-icon {
  color: #38667a;
}
.wirz-dark-blue .header-search ::-webkit-input-placeholder {
  color: #38667a;
}
.wirz-dark-blue .header-search ::-moz-placeholder {
  color: #38667a;
}
.wirz-dark-blue .header-search :-ms-input-placeholder {
  color: #38667a;
}
.wirz-dark-blue .header-search :-moz-placeholder {
  color: #38667a;
}
.wirz-dark-blue .header-search .search-btn:hover {
  background: #38667a;
}
.wirz-aqua .header-search .svg-icon {
  color: #2070bc;
}
.wirz-aqua .header-search ::-webkit-input-placeholder {
  color: #2070bc;
}
.wirz-aqua .header-search ::-moz-placeholder {
  color: #2070bc;
}
.wirz-aqua .header-search :-ms-input-placeholder {
  color: #2070bc;
}
.wirz-aqua .header-search :-moz-placeholder {
  color: #2070bc;
}
.wirz-aqua .header-search .search-btn:hover {
  background: #2070bc;
}
.wirz-turquoise .header-search .svg-icon {
  color: #1ba89b;
}
.wirz-turquoise .header-search ::-webkit-input-placeholder {
  color: #1ba89b;
}
.wirz-turquoise .header-search ::-moz-placeholder {
  color: #1ba89b;
}
.wirz-turquoise .header-search :-ms-input-placeholder {
  color: #1ba89b;
}
.wirz-turquoise .header-search :-moz-placeholder {
  color: #1ba89b;
}
.wirz-turquoise .header-search .search-btn:hover {
  background: #1ba89b;
}
.hero {
  height: 420px;
}
@media (max-width: 768px) {
  .hero {
    height: 320px;
  }
}
.single-post.layout-wirz-internal .hero {
  height: 800px;
}
@media (max-width: 768px) {
  .single-post.layout-wirz-internal .hero {
    height: 400px;
  }
}
.section-result {
  background: #dbe0e5;
}
.search__results-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
}
.pagination__counter {
  display: block;
  padding: 0 0 2rem;
  text-align: right;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .pagination__counter {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 0 0 1.5rem;
  }
}
.search__results-item {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #1f1f1f;
  font-weight: 300;
  margin: 0 0 3rem;
  background: #fff;
  padding: 1.5rem 2rem;
}
.search__results-item .item__title {
  display: block;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.search__results-item .item__description {
  display: block;
  margin: 0 0 0.75rem;
}
.search__results-item .item__bottom {
  display: flex;
  flex-direction: row;
}
.search__results-item .item__date {
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #5a5a5a;
  font-weight: bold;
}
.search__results-item .item__link-wrap {
  display: inline-block;
  margin-left: auto;
  width: 100%;
  text-align: right;
}
.search__results-item .item__link-wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .search__results-item {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin: 0 0 2rem;
    padding: 1.2rem 1.8rem;
  }
  .search__results-item .item__title {
    font-size: 2.1rem;
    line-height: 2.6rem;
    margin: 0 0 0.35rem;
  }
  .search__results-item .item__description {
    margin: 0 0 0.5rem;
  }
  .search__results-item .item__date {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.custom-pagination {
  display: block;
  width: 100%;
  text-align: center;
  cursor: default;
}
.custom-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  margin: 0 0.3rem;
  min-width: 3.4rem;
  cursor: pointer;
}
.custom-pagination .page-numbers.dots {
  cursor: default;
}
.custom-pagination .page-numbers.dots:hover {
  color: #1f1f1f;
}
.custom-pagination .page-numbers.current {
  width: auto;
  height: auto;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .custom-pagination .page-numbers {
    padding: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 0.2rem;
    min-width: 2.2rem;
  }
  .custom-pagination .page-numbers.current {
    line-height: 1.4rem;
  }
}
.wirz-blue .search__results-item .item__link {
  color: #1d8acd;
  font-weight: normal;
}
.wirz-green .search__results-item .item__link {
  color: #289b38;
  font-weight: normal;
}
.wirz-red .search__results-item .item__link {
  color: #e63027;
  font-weight: normal;
}
.wirz-brown .search__results-item .item__link {
  color: #d2a58c;
  font-weight: normal;
}
.wirz-dark-blue .search__results-item .item__link {
  color: #38667a;
  font-weight: normal;
}
.wirz-aqua .search__results-item .item__link {
  color: #2070bc;
  font-weight: normal;
}
.wirz-turquoise .search__results-item .item__link {
  color: #1ba89b;
  font-weight: normal;
}
/*# sourceMappingURL=custom.css.map */

[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

#ui-datepicker-div {
  background: #fff;
  padding: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 17px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}

.wirz-blue #ui-datepicker-div {
  border-color: #1d8acd;
}

.wirz-green #ui-datepicker-div {
  border-color: #289b38;
}

.wirz-red #ui-datepicker-div {
  border-color: #e63027;
}

.wirz-brown #ui-datepicker-div {
  border-color: #d2a58c;
}

.wirz-dark-blue #ui-datepicker-div {
  border-color: #38667a;
}

.wirz-aqua #ui-datepicker-div {
  border-color: #2070bc;
}

.wirz-turquoise #ui-datepicker-div {
  border-color: #1ba89b;
}

.ui-datepicker-prev.ui-corner-all {
  width: 100%;
}

.ui-icon.ui-icon-circle-triangle-w,
.ui-icon.ui-icon-circle-triangle-e {
  width: 50%;
  display: inline-block;
}

.ui-icon.ui-icon-circle-triangle-w:hover,
.ui-icon.ui-icon-circle-triangle-e:hover {
  cursor: pointer;
}

.wirz-blue .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-blue .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-blue .ui-datepicker-calendar tbody tr td a:hover {
  color: #1d8acd;
}

.wirz-green .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-green .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-green .ui-datepicker-calendar tbody tr td a:hover {
  color: #289b38;
}

.wirz-red .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-red .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-red .ui-datepicker-calendar tbody tr td a:hover {
  color: #e63027;
}

.wirz-brown .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-brown .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-brown .ui-datepicker-calendar tbody tr td a:hover {
  color: #d2a58c;
}

.wirz-dark-blue .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-dark-blue .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-dark-blue .ui-datepicker-calendar tbody tr td a:hover {
  color: #38667a;
}

.wirz-aqua .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-aqua .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-aqua .ui-datepicker-calendar tbody tr td a:hover {
  color: #2070bc;
}

.wirz-turquoise .ui-icon.ui-icon-circle-triangle-w:hover,
.wirz-turquoise .ui-icon.ui-icon-circle-triangle-e:hover,
.wirz-turquoise .ui-datepicker-calendar tbody tr td a:hover {
  color: #1ba89b;
}

.ui-icon.ui-icon-circle-triangle-e {
  text-align: right;
}

.ui-icon.ui-icon-circle-triangle-e:after {
  content: ">";
  padding-left: 5px;
}

.ui-icon.ui-icon-circle-triangle-w:before {
  content: "<";
  padding-right: 5px;
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px 0px;
}

.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar tbody tr td {
  padding: 10px;
}

.ui-datepicker-calendar thead tr th:last-child {
  padding-right: 0px;
}

.post .post__thumb.post__thumb_small,
.post .post__thumb.post__thumb_medium,
.post .post__thumb.post__thumb_large {
  background-size: cover;
}

.post .post__brochure {
  width: 100%;
  height: 60rem;
}

.posts-grid__item:not(.open) .post__header-hide-small,
.posts-grid__item.open .post__header-hide-big {
  display: none;
}

.post.wirz-default .post__footer {
  background: #545454;
}

.post__desc-short img, .post__desc-long img {
  height: auto;
}

@media screen and (min-width: 1800px) {
  .post .post__thumb.post__thumb_large {
    height: 42rem;
  }
}

.text-block img {
  height: auto;
}

@media screen and (min-width: 1500px) {
  .hero {
    height: 600px;
}
}


/* 360px */
.nav-header.nav-header_sidebar{
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.nav-header.nav-header_sidebar .nav-header__control{
  left: -32px;
}

.nav-header .nav-header__inner{
  padding: 15px 50px;
  margin-right: unset !important;
  margin-left: -15px !important;
}

.nav-header.nav-header_sidebar .nav-header__control {
  left: unset;
  right: -32px;
  width: 18px;
}

.nav-header.nav-header_sidebar .nav-header__burger {
  background-color: #fff;
  width: 44px;
  height: 65px;
  padding: 0 10px;
  position: absolute;
  top: -20px;
  left: calc(100% + 18px);
  z-index: 102; 
  color: #999;
}

.www-wirz-unternehmungen-ch .nav-header.nav-header_sidebar .nav-header__burger {
  top: -47px;
}

.no-touchevents .nav-header .nav-header__burger .svg-icon, .no-touchevents .nav-header .nav-header__close .svg-icon {
  transition: .2s ease-in-out all;
}

.no-touchevents .nav-header .nav-header__burger:hover .svg-icon, .no-touchevents .nav-header .nav-header__close:hover .svg-icon {
  fill: currentColor;
  transform: scale(1.1);
}

@media (min-width: 768px) {/*TODO: MIĘDZY 750px a 900px to wchodzi po siebie*/
  .header-bar {
    width: calc(100% - 3% - 7%);
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
  }

  .nav-header_open .header-bar {
    width: calc(100% - 3% - 3% - 230px);
  }
}

@media (min-width: 950px) {
  .header-bar {
    width: calc(100% - 3% - 5%);
  }

  .nav-header_open .header-bar {
    width: calc(100% - 3% - 5% - 230px);
  }
}

@media (min-width: 1600px) {
  .nav-header_open .header-bar {
    width: calc(100% - 3% - 5%);
  }
}

.header-bar .pages-wrapper {
  display: flex;
  width: 65%;
  background-color: #fff;
  padding: 10px;
  position: relative;
}
.header-bar .pages-wrapper .header-career-button,
.header-bar-mobile .header-career-button,
.header-bar-socials .header-career-button {
  position: absolute;
  right: 20px;
  top: calc(100% - 10px);
  text-transform: uppercase;
  background-color: #000000;
  box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 33%);
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1.4em;
  height: auto;
  width: auto;
  margin-right: 0;
  padding: 5px 20px;
  transform: rotate(10deg);
  transition: 0.5s all;
  border-radius: 0;
}
.header-bar .pages-wrapper .header-career-button {
  display: none;
}
@media only screen and (max-width: 940px) {
  .header-bar .pages-wrapper .header-career-button {
    display: block;
  }
}
.header-bar-socials .header-career-button {
  right: 80px;
}
.header-bar .pages-wrapper .header-career-button:hover,
.header-bar-mobile .header-career-button:hover,
.header-bar-socials .header-career-button:hover {
  transform: rotate(10deg) scale(1.2);
}
.header-bar .pages-wrapper .header-career-button:after,
.header-bar-mobile .header-career-button:after,
.header-bar-socials .header-career-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #000000 transparent;
  border-width: 10px 10px 0;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .nav-header_open .header-bar-mobile .header-career-button {
    display: none;
  }
  .header-bar-mobile .header-career-button {
    top: calc(100% + 5px);
    font-size: 0.8em;
    line-height: 0.8em;
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 940px) {
  .header-bar .pages-wrapper {
    width: 100%;
  }
}

.nav-header_open .header-bar .pages-wrapper {
  width: 75%;
}

.header-bar-socials {
  background-color: #fff;
  padding: 10px;
}

.header-bar-socials a:last-child {
  margin-right: 0;
}