body {
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  cursor: default;
  direction: ltr;
  background-color: #0b171a;
}
* {
  outline: 0;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
a {
  text-decoration: none;
  color: #3a3939;
}
a:hover {
  text-decoration: none;
}
:after,
:before {
  transition: all 0.3s ease 0s;
}
::-moz-selection {
  color: #fff;
  background: #5f5f5f;
}
::selection {
  color: #fff;
  background: #5f5f5f;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
  border: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #5f5f5f;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aba8a6;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
header {
  background-color: #0b171a;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 118px;
  font-family: Comfortaa;
}
header .site-logo {
  float: left;
  width: 30%;
  padding: 20px 0 0;
  transition: all 0.3s ease;
}
header .site-logo img {
  max-width: 100%;
}
header .right-header {
  float: right;
  padding-top: 20px;
  width: 70%;
}
header .right-header .contact-tel {
  float: right;
}
header .right-header .contact-tel a {
  font-size: 15px;
  color: #0b171a;
  line-height: 41px;
  background-color: #fff;
  border-radius: 20px;
  display: block;
  padding: 0 50px 0 30px;
  position: relative;
}
header .right-header .contact-tel a:before {
  position: absolute;
  content: "";
  right: 15px;
  top: 7px;
  width: 29px;
  height: 29px;
  background: url(/shared/img/kontakt_gold.svg) no-repeat;
}
header .right-header .exklusive {
  float: right;
  margin-left: 20px;
  margin-top: 2px;
}
header .right-header .exklusive a {
  color: #fff;
  border-radius: 1px;
  font-size: 16px;
  background-color: #b78a21;
  display: block;
  padding: 0 15px;
  line-height: 36px;
}
header .main-menu {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
header .main-menu .wsdownmenu {
  background-color: transparent;
  max-width: 100%;
  position: static;
}
header .main-menu .wsdownmenu-list {
  text-align: right;
}
header .main-menu .wsdownmenu-list > li {
  display: inline-block;
  float: none;
}
header .main-menu .wsdownmenu-list > li > a {
  color: #fff;
  font-size: 16px;
}
header .main-menu .wsdownmenu-list > li > a:hover {
  background-color: #b78a21;
}
header .main-menu .megamenu {
  top: 112px;
  border-bottom: 4px solid #b78a21;
  border-top: 4px solid #b78a21;
  background-color: #0b171a;
  padding: 30px 20px;
  max-width: 1920px;
}
header .main-menu .megamenu .link-list li {
  width: 20%;
  float: left;
}
header .main-menu .megamenu .link-list li a {
  background-color: transparent;
  color: #fff !important;
  font-size: 15px;
  line-height: 16px;
}
header .main-menu .megamenu .link-list-coulmn li {
  width: 80%;
  float: none;
}
header .main-menu .megamenu .link-list li.title a {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
  width: 80%;
  margin-bottom: 30px;
}
header .main-menu .megamenu .row {
  width: 100%;
  display: inline-block;
}
header .main-menu .megamenu .link-list-coulmn li.title a {
  margin-bottom: 5px;
}
header .main-menu .megamenu .link-list li a:hover {
  text-decoration: none;
}
header .wsdownmenu-text {
  display: none !important;
}
.banner {
  text-align: center;
}
.banner img {
  max-width: 100%;
  margin: auto;
}
footer {
  background-color: #fff;
  font-family: Comfortaa;
}
footer .newsletter {
  border-top: 1px solid #cecece;
  padding-bottom: 3rem !important;
  text-align: center;
}
footer h3 {
  font-size: 26px;
  color: #4a4a4a;
  line-height: 1.3em;
  text-align: center;
  margin-top: 50px;
}
footer .newsletter p {
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
  text-align: center;
  width: 70%;
  margin: auto;
}
footer .newsletter .newsletter-form {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
}
footer .newsletter .newsletter-form .newsletter-input {
  display: inline-block;
  vertical-align: top;
}
footer .newsletter .newsletter-form .newsletter-input input {
  border: 1px solid #b78a21;
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 1rem;
  color: #b78a21;
  font-size: 14px;
  width: 100%;
}
footer
  .newsletter
  .newsletter-form
  .newsletter-input
  input::-webkit-input-placeholder {
  color: #b78a21;
}
footer
  .newsletter
  .newsletter-form
  .newsletter-input
  input:-ms-input-placeholder {
  color: #b78a21;
}
footer .newsletter .newsletter-form .newsletter-input input::placeholder {
  color: #b78a21;
}
footer .newsletter .newsletter-form .submit-button {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
  max-width: 190px;
}
footer .newsletter .newsletter-form .submit-button button {
  color: #fff;
  border: 1px solid #b78a21;
  border-radius: 2px;
  font-size: 18px;
  background-color: #b78a21;
  padding: 10px 50px;
  position: relative;
}
footer .newsletter .newsletter-form .submit-button button:before {
  content: ">";
  color: #fff;
  position: absolute;
  top: 11px;
  opacity: 0;
  font-family: tahoma;
  font-size: 15px;
  left: 72%;
}
footer .newsletter .newsletter-form .submit-button button:hover:before {
  left: 77%;
  opacity: 1;
}
footer .newsletter .newsletter-form .submit-button .newsletter-span {
  color: #b78a21;
  padding-top: 0.4rem;
  display: block;
  width: 100%;
  text-align: left;
}
footer .contactus {
  border-top: 1px solid #cecece;
  padding-bottom: 3rem;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
footer .contactus p {
  font-size: 16px;
  color: #666;
  line-height: 1.7em;
  text-align: center;
  margin: auto;
}
footer .contactus .contact-tel {
  text-align: center;
}
footer .contactus .contact-tel a {
  position: relative;
  padding-left: 40px;
  color: #b78a21;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  margin-top: 20px;
  line-height: 40px;
  transition: all 0.5s ease;
}
footer .contactus:hover a {
  font-size: 25px;
}
footer .contactus .contact-tel a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(/shared/img/kontakt_gold.svg) no-repeat;
}
footer .contactus .contact-column {
  width: 33%;
  float: left;
}
footer .contactus .contact-column h4 {
  color: #4a4a4a;
  font-size: 20px;
}
footer .contactus .contact-column p {
  text-align: left;
  color: #6b6b6b;
  margin-bottom: 30px;
}
footer .contactus .contact-column a {
  color: #b78a21;
  font-size: 16px !important;
}
footer .contactus .contact-column input,
footer .contactus .contact-column textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 7px;
  width: 80%;
  font-size: 14px;
  color: #999;
  font-family: Comfortaa;
}
footer .contactus .contact-column .contact-submit {
  width: 80%;
  margin-top: 5px;
}
footer .contactus .contact-column .contact-submit button {
  color: #fff;
  border: 1px solid #b78a21;
  border-radius: 2px;
  font-size: 18px;
  background-color: #b78a21;
  padding: 10px 30px;
  position: relative;
  float: right;
  transition: all 0.3s ease;
}
footer .contactus .contact-column .contact-submit button:before {
  content: ">";
  color: #fff;
  position: absolute;
  top: 11px;
  opacity: 0;
  font-family: tahoma;
  font-size: 15px;
  left: 72%;
}
footer .contactus .contact-column .contact-submit button:hover:before {
  left: 77%;
  opacity: 1;
}
footer .contactus .contact-column .contact-submit button:hover {
  padding: 10px 40px 10px 20px;
}
footer .contactus .contact-column .contact-submit a {
  padding-top: 10px;
  color: #4a4a4a;
  font-size: 14px !important;
  float: left;
}
footer .top-footer {
  display: inline-block;
  width: 100%;
  padding-top: 1rem;
  background-color: #0b171a;
  vertical-align: top;
}
footer .top-footer .top-footer-links {
  float: left;
  width: 25%;
  padding-bottom: 20px;
}
footer .top-footer .top-footer-links h5 {
  font-size: 18px;
  color: #6b6b6b;
  margin-bottom: 20px;
  margin-top: 30px;
}
footer .top-footer .top-footer-links ul {
  padding: 0;
  margin: 0;
}
footer .top-footer .top-footer-links ul li {
  list-style: none;
}
footer .top-footer .top-footer-links ul li a {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 30px;
  transition: all 0.3s ease;
}
footer .top-footer .top-footer-links ul li a:hover {
  color: #fff;
}
footer .bottom-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
  background-color: #0b171a;
  vertical-align: top;
}
footer .bottom-footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.47);
  margin-bottom: 30px;
}
footer .bottom-footer .bottom-footer-links {
  display: inline-block;
}
footer .bottom-footer .bottom-footer-links ul {
  padding: 0;
  margin: 0;
}
footer .bottom-footer .bottom-footer-links ul li {
  list-style: none;
  display: inline-block;
}
footer .bottom-footer .bottom-footer-links ul li a {
  font-size: 14px;
  color: #6b6b6b;
  padding: 13px;
  transition: all 0.3s ease;
  line-height: 35px;
}
footer .bottom-footer .bottom-footer-links ul li a:hover {
  color: #fff;
}
footer .bottom-footer .copyright {
  display: inline-block;
  font-size: 14px;
  color: #6b6b6b;
  padding: 13px;
}
footer .bottom-footer .copyright a {
  color: #6b6b6b;
  transition: all 0.3s ease;
}
footer .bottom-footer .copyright a:hover {
  color: #fff;
}
footer .bottom-footer .socials {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #6b6b6b;
}
footer .bottom-footer .socials span {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
footer .bottom-footer .socials ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .bottom-footer .socials ul li {
  display: inline-block;
}
@media (max-width: 980px) {
  .container {
    padding: 0 15px;
  }
  header .site-logo {
    padding: 5px 0 0;
  }
  header .right-header .contact-tel,
  header .right-header .exklusive {
    display: none;
  }
  header .site-logo {
    width: 65%;
    position: relative;
    z-index: 2;
  }
  header .main-menu {
    margin-top: 5px;
  }
  header .right-header {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .top-footer .top-footer-links {
    width: 50%;
  }
  .wsdownmenu-text {
    display: none !important;
  }
  .wsdown-mobile {
    border-left: 4px solid #b58f20;
    background-color: #0b171a;
    margin-top: 17px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .wsdown-mobile::-webkit-scrollbar {
    display: none;
  }
  header .main-menu .wsdownmenu {
    position: relative;
  }
  header .main-menu .megamenu .link-list li {
    width: 100%;
  }
  header .main-menu .megamenu {
    border-bottom: 0;
    border-top: 0;
    padding: 0 25px;
  }
  header .main-menu .wsdownmenu-list > li {
    border-bottom: 1px solid #fff;
  }
  header .main-menu .wsdownmenu-list > li > a {
    text-transform: uppercase;
  }
  header .main-menu .megamenu .link-list li.title a {
    border-bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
  header .main-menu .megamenu .link-list-coulmn {
    width: 100%;
  }
  header .main-menu .megamenu .link-list {
    padding: 10px 0;
  }
  header .main-menu .wsdownmenu-submenu .container > li > a {
    color: #fff;
    border-bottom: 0;
    background: 0 0 !important;
    color: #fff;
    font-size: 16px;
  }
  footer .newsletter .newsletter-form .submit-button {
    max-width: 100%;
    width: 100%;
  }
  footer .newsletter .newsletter-form .submit-button button {
    float: right;
    padding: 10px 30px;
    width: auto;
  }
  footer .newsletter .newsletter-form .submit-button .newsletter-span {
    float: left;
    width: auto;
  }
  footer .contactus .contact-column {
    width: 100%;
  }
  footer .contactus .contact-column input,
  footer .contactus .contact-column textarea {
    width: 100%;
  }
  footer .contactus .contact-column .contact-submit {
    width: 100%;
  }
  footer .newsletter .newsletter-form .submit-button button:hover:before {
    left: 80%;
  }
}
@media (max-width: 767px) {
  header .site-logo {
    padding: 15px 0 0;
    max-width: 240px;
  }
  header {
    height: 75px;
  }
  header .right-header {
    padding-top: 10px;
  }
  .wsdown-mobile {
    margin-top: 12px;
  }
  footer .newsletter .newsletter-form {
    max-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  header .site-logo {
    width: 50%;
    padding: 5px 0 0;
    max-width: 360px;
  }
  .wsdown-mobile {
    margin-top: 12px;
  }
  footer .contactus .contact-column {
    text-align: center;
  }
  footer .contactus .contact-column p {
    text-align: center;
  }
  footer .contactus .contact-column input,
  footer .contactus .contact-column textarea {
    max-width: 355px;
    display: block;
    margin: 0 auto 10px;
  }
  footer .contactus .contact-column .contact-submit {
    max-width: 355px;
    margin: auto;
  }
}
@media (min-width: 981px) and (max-width: 1280px) {
  .container {
    max-width: 96%;
  }
  header .site-logo {
    width: 23%;
    padding-top: 35px;
    transition: none;
  }
  header .right-header {
    width: 77%;
  }
  header .main-menu .wsdownmenu-list > li > a {
    padding: 0 15px !important;
  }
  header .main-menu {
    margin-top: 5px;
  }
  header .main-menu .megamenu {
    top: 111px;
  }
  header .main-menu .wsdownmenu-submenu.megamenu-link-list {
    top: 111px !important;
  }
}
@media (min-width: 510px) and (max-width: 980px) {
  footer .newsletter .newsletter-form .submit-button {
    max-width: 190px;
    width: auto;
  }
  footer .newsletter .newsletter-form .submit-button button {
    float: left;
    padding: 10px 30px;
    width: 100%;
  }
  footer .newsletter .newsletter-form .submit-button .newsletter-span {
    width: 100%;
  }
  header {
    height: 111px !important;
  }
  header .main-menu {
    max-width: 70%;
  }
  header .site-logo {
    padding: 15px 0 0 !important;
    max-width: 300px !important;
  }
  header .right-header {
    padding-top: 15px;
  }
  footer .newsletter .newsletter-form .newsletter-input {
    width: 60%;
    float: left;
  }
  footer .newsletter .newsletter-form {
    max-width: 480px;
  }
  .wsdown-mobile {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  footer .top-footer .top-footer-links {
    text-align: center;
    min-height: 660px;
  }
  footer .top-footer .top-footer-links h5 {
    font-size: 16px;
  }
  footer .top-footer .top-footer-links ul li a {
    font-size: 13px;
  }
  footer .newsletter .newsletter-form .submit-button button {
    padding: 10px 25px;
  }
  footer .newsletter .newsletter-form .submit-button button:hover:before {
    left: 85%;
  }
  footer .newsletter .newsletter-form .submit-button {
    padding-left: 0;
  }
}
@media (max-width: 360px) {
  footer .newsletter .newsletter-form .submit-button .newsletter-span {
    font-size: 12px;
  }
}
@media (min-width: 981px) {
  header
    .main-menu
    .wsdownmenu-list
    .wsdownmenu-submenu
    .wsdownmenu-submenu-sub {
    opacity: 1;
    transform: none;
    visibility: visible;
    position: relative;
    left: 0;
    top: 5px;
    display: none;
  }
  header .main-menu .wsdownmenu-list > li:hover .wsdownmenu-submenu-sub {
    display: block;
  }
  header .main-menu .wsdownmenu-submenu.megamenu-link-list {
    top: 112px;
    border-bottom: 4px solid #b78a21;
    border-top: 4px solid #b78a21;
    background-color: #0b171a;
    padding: 30px 20px;
    max-width: 1920px;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  header .main-menu .wsdownmenu-submenu li.title {
    width: 20%;
    float: left;
    text-align: left;
  }
  header .main-menu .wsdownmenu-submenu li.title:nth-child(5) {
    min-height: 230px;
  }
  header .main-menu .wsdownmenu-submenu li.title a {
    background-color: transparent !important;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #ededed;
    color: #fff;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
  header
    .main-menu
    .wsdownmenu-submenu
    .link-list-coulmn.wsdownmenu-submenu-sub
    li {
    width: 100%;
  }
  header
    .main-menu
    .wsdownmenu-submenu
    .link-list-coulmn.wsdownmenu-submenu-sub
    li
    a {
    font-size: 15px;
    line-height: 16px;
    border-bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent !important;
    color: #fff;
  }
  header
    .main-menu
    .wsdownmenu-list
    .wsdownmenu-submenu
    li:hover
    .wsdownmenu-submenu-sub {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
}
@media (min-width: 1921px) {
  header .main-menu .megamenu,
  header .main-menu .wsdownmenu-submenu.megamenu-link-list {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}

@media only screen and (max-width: 980px) {
  .wsdownmenu-animated-arrow {
    top: 5px !important;
  }

  .wsdown-mobile {
    position: absolute;
    left: 0;
    top: 90px;
    border-top: 1px solid #fff;
    z-index: 99;
  }

  header .main-menu .wsdownmenu {
    position: initial;
  }
}
