/*
Theme Name: Der Elefant
Author: studiodev.pl
Version: 1.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: de
*/
/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 15px;
}

body {
  background-color: #414441;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 15px 15px 0 15px;
  color: #fff;
}
@media (min-width: 768px) {
  body {
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 992px) {
  body {
    padding: 60px 60px 0 60px;
  }
}

.loader *,
.loader *::before,
.loader *::after {
  transition: none !important;
  animation-duration: 0s !important;
}

.bold {
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: 2rem;
  color: #727272;
}
.breadcrumb a {
  color: #727272;
  font-weight: 300;
}
.breadcrumb_seperator {
  display: inline-block;
  margin: 0 0.5rem;
}
.breadcrumb_last {
  font-weight: bold;
  color: #000;
}

textarea {
  height: initial;
  width: 100%;
  padding: 1em;
  resize: vertical;
  height: 200px;
  line-height: 1.4rem;
}

.main {
  margin-top: 3.33rem;
}
.main--page {
  margin-top: 2rem;
}
.main ul,
.main ol {
  padding-left: 1.1em;
}
.main ul li,
.main ol li {
  margin-bottom: 0.7em;
}
.main ul li:last-child,
.main ol li:last-child {
  margin-bottom: 0;
}
.main p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
.main p:last-child {
  margin-bottom: 0;
}
.main .has-medium-font-size {
  font-size: 1.2rem;
}
.main .has-big-font-size {
  font-size: 1.4rem;
}

button,
textarea,
select,
input,
code,
tt,
pre {
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #444444;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.06rem;
}

.row {
  display: flex;
  flex-direction: row;
}

input[type=submit],
button {
  cursor: pointer;
}

.untouchable {
  pointer-events: none;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media all and (min-width: 1340px) {
  .container {
    width: 1340px;
  }
}

section .container > h2, section .container > h1 {
  font-size: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px 0;
}
section .container > h2:after, section .container > h1:after {
  content: "";
  height: 1px;
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 40px;
}
@media (min-width: 768px) {
  section .container > h2:after, section .container > h1:after {
    width: 50px;
  }
}
@media (min-width: 992px) {
  section .container > h2:after, section .container > h1:after {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  section .container > h2:after, section .container > h1:after {
    width: 80px;
  }
}
@media (min-width: 768px) {
  section .container > h2, section .container > h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  section .container > h2, section .container > h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  section .container > h2, section .container > h1 {
    font-size: 36px;
  }
}

a {
  color: #df5c5c;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #414441;
  top: 0;
  left: 0;
  padding: 15px;
}
@media (min-width: 768px) {
  header {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  header {
    padding: 30px 60px 30px;
  }
}
header .go-to-home {
  display: flex;
}
header .go-to-home img {
  width: 200px;
  height: auto;
}
header .menu {
  display: none;
  margin: auto;
}
@media (min-width: 992px) {
  header .menu {
    display: block;
  }
}
header .menu ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 11px;
}
@media (min-width: 1200px) {
  header .menu ul {
    font-size: 12px;
  }
}
header .menu ul li {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  header .menu ul li {
    padding: 0 20px;
  }
}
header .menu ul li.current-menu-item a, header .menu ul li:hover a {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
header .menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}
header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 992px) {
  header .right {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  header .right .bars {
    margin-left: 50px;
  }
}
header .right .bars img {
  width: 40px;
}
header .right .social-media {
  align-items: center;
  list-style-type: none;
  display: none;
}
@media (min-width: 992px) {
  header .right .social-media {
    display: inline-flex;
  }
}
header .right .social-media li {
  padding: 0;
  max-width: 30px;
}
header .right .social-media li a img {
  height: 16px;
  filter: brightness(5);
}

.top-contact {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: #000;
  display: none;
}
.top-contact .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.top-contact .content > img {
  width: 50%;
  margin-bottom: 30px;
}
.top-contact .content .close {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 20%;
}
.top-contact .content .close img {
  width: 100%;
  height: auto;
}
.top-contact .content .langs {
  margin-top: 30px;
  display: flex;
  list-style-type: none;
}
.top-contact .content .langs li {
  padding: 0 15px;
}
.top-contact .content .langs li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.slider {
  padding: 20px 0 0 0;
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (min-width: 768px) {
  .slider {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .slider {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
}
.slider .slider-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  top: 30%;
  width: 80%;
}
@media (min-width: 768px) {
  .slider .slider-logo {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .slider .slider-logo {
    width: 50%;
    top: 30%;
  }
}
.slider .home-slider {
  margin-bottom: 0 !important;
}
.slider .home-slider .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .slider .home-slider .item img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .slider .home-slider .item img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slider .home-slider .item img {
    height: 700px;
  }
}
@media all and (min-width: 1600px) {
  .slider .home-slider .item img {
    height: 900px;
  }
}
.slider .home-slider .slick-dots {
  bottom: 50px;
}
.slider .home-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.slider .home-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.slider .home-slider .slick-dots li button:before {
  display: none;
}
.slider .home-slider .slick-dots li.slick-active button {
  background: #fff;
}

.about-us .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .about-us .content {
    flex-direction: row;
  }
}
.about-us .content .text {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us .content .text {
    width: 75%;
  }
}
.about-us .content .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .about-us .content .icons {
    width: 25%;
    margin-top: 0;
  }
}
.about-us .content .icons img {
  height: 120px;
  width: auto;
}
.about-us .content .icons img:last-of-type {
  margin-left: auto;
}
@media (min-width: 768px) {
  .about-us .content .icons img:last-of-type {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .about-us .content .icons img {
    height: auto;
    width: 48%;
    max-height: 100px;
  }
  .about-us .content .icons img:last-of-type {
    margin-left: auto;
  }
}

.reviews {
  margin-top: 50px;
}
.reviews .reviews-slider .slick-dots {
  bottom: -40px;
}
@media (min-width: 992px) {
  .reviews .reviews-slider .slick-dots {
    bottom: -60px;
  }
}
.reviews .reviews-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.reviews .reviews-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.reviews .reviews-slider .slick-dots li button:before {
  display: none;
}
.reviews .reviews-slider .slick-dots li.slick-active button {
  background: #fff;
}
.reviews .reviews-slider .review-single {
  width: 100%;
  padding: 20px;
}
.reviews .reviews-slider .review-single .review-content {
  padding: 40px 20px;
  background: #646464;
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.reviews .reviews-slider .review-single .review-content .trip-logo {
  position: absolute;
  top: 12px;
  right: 12px;
}
.reviews .reviews-slider .review-single .review-content .trip-logo img {
  filter: invert(1);
  width: 25px;
  height: auto;
}
.reviews .reviews-slider .review-single .review-content .thumb img {
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
}
.reviews .reviews-slider .review-single .review-content .content {
  padding-left: 15px;
}
.reviews .reviews-slider .review-single .review-content .content .rate {
  margin: 6px -3px;
  display: flex;
}
.reviews .reviews-slider .review-single .review-content .content .rate img {
  width: 12px;
  margin: 0 3px;
}
.reviews .reviews-slider .review-single .review-content .content .visit-date {
  margin-top: 15px;
}

.news {
  margin-bottom: 120px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (min-width: 768px) {
  .news {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .news {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
}
.news .news-slider .single-news {
  color: #fff;
  text-decoration: none;
}
.news .news-slider .single-news img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .news .news-slider .single-news img {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .news .news-slider .single-news img {
    height: 450px;
  }
}
.news .news-slider .single-news h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .news .news-slider .single-news h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .news .news-slider .single-news h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .news .news-slider .single-news h3 {
    font-size: 36px;
  }
}
.news .news-slider .slick-dots {
  bottom: -40px;
}
@media (min-width: 992px) {
  .news .news-slider .slick-dots {
    bottom: -60px;
  }
}
.news .news-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.news .news-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
}
.news .news-slider .slick-dots li button:before {
  display: none;
}
.news .news-slider .slick-dots li.slick-active button {
  background: #fff;
}

.order p {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .order p {
    font-size: 27px;
  }
}

.about-us-page {
  padding-top: 60px;
}
.about-us-page .aboutus-sections {
  border-bottom: 1px solid #646464;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.about-us-page .aboutus-sections .aboutus-section {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .about-us-page .aboutus-sections .aboutus-section {
    flex-direction: row;
  }
}
.about-us-page .aboutus-sections .aboutus-section .icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-page .aboutus-sections .aboutus-section .icon {
    width: 120px;
  }
}
.about-us-page .aboutus-sections .aboutus-section .icon img {
  height: auto;
  width: 50px;
}
@media (min-width: 768px) {
  .about-us-page .aboutus-sections .aboutus-section .icon img {
    width: 70%;
  }
}
.about-us-page .aboutus-sections .aboutus-section .content {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about-us-page .aboutus-sections .aboutus-section .content {
    margin-top: 0;
    text-align: left;
    width: calc(100% - 120px);
    padding-left: 40px;
  }
}
.about-us-page .de-quote {
  display: flex;
  position: relative;
}
.about-us-page .de-quote .icon {
  position: absolute;
  width: 30%;
  z-index: -1;
  top: -30px;
}
.about-us-page .de-quote .icon img {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-page .de-quote .icon {
    position: relative;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .about-us-page .de-quote .icon {
    width: 250px;
  }
}
@media all and (min-width: 1600px) {
  .about-us-page .de-quote .icon {
    width: 300px;
  }
}
.about-us-page .de-quote .content {
  padding-left: 30px;
  font-size: 18px;
}
.about-us-page .de-quote .content p:first-of-type {
  font-style: italic;
  margin-bottom: 20px;
}
.about-us-page .de-quote .content p:last-of-type {
  text-align: right;
}

.banner {
  position: relative;
  z-index: 1;
}
.banner .page-banner {
  margin-top: 20px;
}
.banner .page-banner img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banner .page-banner img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .banner .page-banner img {
    height: 500px;
  }
}

.single-news {
  padding-top: 40px;
}
.single-news .content .gallery {
  display: flex;
  flex-wrap: wrap;
}
.single-news .content .gallery .gallery-item {
  width: 100% !important;
}
@media (min-width: 768px) {
  .single-news .content .gallery .gallery-item {
    width: 33% !important;
  }
}
.single-news .content .gallery .gallery-item dt {
  padding: 20px;
}
.single-news .content .gallery .gallery-item dt a img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border: 0 !important;
}
@media (min-width: 768px) {
  .single-news .content .gallery .gallery-item dt a img {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .single-news .content .gallery .gallery-item dt a img {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .single-news .content .gallery .gallery-item dt a img {
    height: 400px;
  }
}

.work {
  padding-top: 40px;
}
.work .work-content .before-form {
  font-size: 18px;
}
.work .work-content .work-form {
  margin: 40px 0;
  border-bottom: 1px solid #646464;
  padding-bottom: 40px;
}
.work .work-content .work-form form > p:first-of-type {
  margin-bottom: 30px;
}
.work .work-content .work-form form .line {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.work .work-content .work-form form .line .label {
  width: 120px;
}
.work .work-content .work-form form input[type=text] {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: unset;
  height: 40px;
}
.work .work-content .work-form form input[type=submit] {
  background: #fff;
  color: #646464;
  padding: 10px 45px;
  border: 0;
  margin-top: 20px;
}
.work .work-content .after-form {
  font-size: 10px;
}
.work .work-content .after-form a {
  color: #df5c5c;
}

.gallery {
  padding-top: 40px;
}
.gallery .desc {
  text-align: center;
  font-size: 18px;
}
.gallery .images-container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.gallery .images-container .images {
  display: flex;
  flex-wrap: wrap;
}
.gallery .images-container .images .image-wrapper {
  width: 50%;
  padding: 15px;
}
.gallery .images-container .images .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .gallery .images-container .images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .gallery .images-container .images .image-wrapper {
    width: unset;
    padding: 0;
  }
  .gallery .images-container .images .image-wrapper:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .gallery .images-container .images .image-wrapper:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .gallery .images-container .images .image-wrapper:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .gallery .images-container .images .image-wrapper:nth-child(4) {
    grid-area: 1/4/2/5;
  }
  .gallery .images-container .images .image-wrapper:nth-child(5) {
    grid-area: 2/2/3/3;
    max-height: 550px;
  }
  .gallery .images-container .images .image-wrapper:nth-child(6) {
    grid-area: 2/3/3/5;
    max-height: 550px;
  }
  .gallery .images-container .images .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.news-archive {
  padding-top: 60px;
}
.news-archive .posts-list .single-post {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .news-archive .posts-list .single-post {
    flex-direction: row;
  }
}
.news-archive .posts-list .single-post .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-archive .posts-list .single-post .content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .news-archive .posts-list .single-post .content {
    padding-left: 40px;
  }
}
.news-archive .posts-list .single-post .content h2 {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 20px;
}
.news-archive .posts-list .single-post .content .more {
  margin: 30px 0;
  text-align: right;
}
.news-archive .posts-list .single-post .content .more a {
  background: #fff;
  padding: 10px 40px;
  color: #646464;
  text-decoration: none;
}

.menu .container {
  background: #414441;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .menu .container {
    padding: 50px;
  }
}
.menu .container .menu-groups {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 25px auto;
  display: none;
}
@media (min-width: 768px) {
  .menu .container .menu-groups {
    display: flex;
  }
}
.menu .container .menu-groups li {
  padding: 0 20px;
}
.menu .container .menu-groups li a {
  color: #fff;
  text-decoration: none;
}
.menu .container .menu-groups li a.active, .menu .container .menu-groups li a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.menu .container .positions-container {
  flex-direction: column;
  margin-top: 50px;
  display: none;
  color: #fff;
}
@media (min-width: 992px) {
  .menu .container .positions-container {
    flex-direction: row;
  }
}
.menu .container .positions-container h3, .menu .container .positions-container a, .menu .container .positions-container p, .menu .container .positions-container ul {
  color: #fff;
}
.menu .container .positions-container > div {
  width: 100%;
}
@media (min-width: 992px) {
  .menu .container .positions-container > div {
    width: 35%;
  }
  .menu .container .positions-container > div:last-of-type {
    margin-left: auto;
  }
}
.menu .container .positions-container > div .group[data-group=fish-seafood] {
  display: none;
}
.menu .container .positions-container > div .group h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .menu .container .positions-container > div .group h3 {
    font-size: 28px;
  }
}
.menu .container .positions-container > div .group h3 img {
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
}
.menu .container .positions-container > div .group hr {
  margin: 20px 0;
}
.menu .container .positions-container > div .group .menu-positions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .container .positions-container > div .group .menu-positions.two-columns {
  margin-bottom: 25px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.menu .container .positions-container > div .group .menu-positions.two-columns li {
  margin-bottom: 0;
}
.menu .container .positions-container > div .group .menu-positions li {
  margin-bottom: 25px;
  position: relative;
}
.menu .container .positions-container > div .group .menu-positions li img {
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
}

.newsletter {
  margin-top: 50px;
}
.newsletter .desc {
  text-align: center;
  font-size: 18px;
}
.newsletter .newsletter-form {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.newsletter .newsletter-form form .wpcf7-spinner {
  position: absolute;
}
.newsletter .newsletter-form form > p {
  text-align: center;
}
.newsletter .newsletter-form form .line {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.newsletter .newsletter-form form .line .label {
  width: 120px;
}
.newsletter .newsletter-form form input[type=text], .newsletter .newsletter-form form input[type=email] {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: unset;
  height: 40px;
}
.newsletter .newsletter-form form input[type=submit] {
  background: #fff;
  color: #646464;
  padding: 10px 45px;
  border: 0;
  margin: 20px auto 0;
}

.full-screen-menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.86);
  top: 0;
  left: 0;
  z-index: 999999;
}
.full-screen-menu .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
.full-screen-menu .close img {
  width: 30px;
  height: auto;
}
.full-screen-menu .menu-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full-screen-menu .menu-container ul:not(.langs) {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.full-screen-menu .menu-container ul:not(.langs) li {
  padding: 12px 0;
  text-align: center;
}
.full-screen-menu .menu-container ul:not(.langs) li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.full-screen-menu .menu-container .langs {
  margin-top: 30px;
  display: flex;
  list-style-type: none;
}
.full-screen-menu .menu-container .langs li {
  padding: 0 15px;
}
.full-screen-menu .menu-container .langs li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

footer {
  padding: 60px 0;
  text-align: center;
  background: #fff;
  margin-top: 80px;
  position: relative;
}
footer:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 200vw;
  left: -50vw;
  top: 0;
  position: absolute;
  z-index: -1;
}
footer img {
  filter: invert(1);
  width: 220px;
  margin-bottom: 30px;
}
footer .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .content {
    flex-direction: row;
    justify-content: center;
  }
}
footer .content p {
  color: #646464;
}
@media (min-width: 992px) {
  footer .content p {
    text-align: left;
  }
}
footer .content p:first-of-type {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .content p:first-of-type {
    text-align: left;
    margin: 0 30px;
  }
}
@media (min-width: 992px) {
  footer .content p:last-of-type {
    margin-left: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
