@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,700|Montserrat&display=swap');
body{
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  color: #FFF;
  background-color: #0C090D;
  font-size: 16px;
  overflow-x: hidden;
}

.parallax-window {
  height: 300px;
  overflow: hidden;
  position: relative;
}

::-webkit-scrollbar:vertical {
    width: 7px;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(47, 37, 26, .3);
    border-radius: 0px;
    border: 2px solid #0C090D;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #0C090D;
}
.center-text{
  margin: 0 auto;
  text-align: center;
}
.yellow-title{
  font-family: 'EB Garamond', serif;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB71B;
  max-width: 950px;
  padding: 70px 50px 30px 50px;
  margin: 0 auto;
  text-align: center;
}
h3{
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  line-height: 27px;
}
h4{
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
  .max-width{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
  }
  .abs-center{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 100px;
  }
.top-row{
  height: 30px;
  background-color: #525252;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.top-row img{
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.back-to-top {
 background: rgba(240, 240, 240, .92);
 position: fixed;
 bottom:20px;
 right:20px;
 padding: 4px 10px 11px 10px;
 transform: rotate(180deg);
}
#more-arrows {
  width: 25px;
  height: 25px;
  fill: #FFB71B;
}
  /*menu start*/
  header.top{
    padding-top: 0;
  }
  header.top ul{
    height: 60px;
  }
  header.top .logo{
    height: 50px;
    padding: 5px 9% 5px 0;
  }
  .header {
  background-color: #0C090D;
  position: fixed;
  padding-top: 30px;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transition: height 0.5s linear;
  box-shadow: 0 0 5px rgba(255, 183, 27, 0.15);
}
.header .head-content{
  display: flex;
  justify-content: space-between;
}
.header ul {
  display: flex;
  height: 100px;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: padding-top 0.5s linear;
}

.header li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #FFF;
  fill: #FFF;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.3s linear;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #FFB71B;
  fill: #FFB71B;
}

.header li a:hover svg{
  transform: rotate(180deg);
}
.menu-active{
  color: #FFB71B !important;
  fill: #FFB71B !important;
}

.header .logo {
  float: left;
  height: 70px;
  padding: 15px 9% 15px 0;
  transition: height 0.3s linear;
}
.header .logo img{
  height: 100%;
}
/* menu */

.header .menu {
  clear: none;
  max-height: none;
}

.header li {
  float: left;
  align-self: center;
  position: relative;
}
.header li:last-child a{
  padding-right: 0;
}
.header .menu-icon,
.header .menu-btn{
  display: none;
}
div.link{
  display: block;
  margin-top:-60px;
  padding-top: 60px;
}

.header ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  background-color: rgba(12, 9, 13, 0.95);
  height: auto;
  margin-top: -1px;
  min-width: max-content;
  padding: 20px 0 40px 0;
}

/*.header ul li:hover > ul,
.header ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  flex-wrap: wrap;
}*/
.header ul li ul.dropdoun-menu-show {
  visibility: visible;
  opacity: 1;
  display: block;
  flex-wrap: wrap;
}
.header ul li ul li {
    clear: both;
  width: 100%;
}
.header svg{
  width: 15px;
  height: 6px;
  padding: 2px;
}
ul.dropdown li a{
  border-bottom: 1px solid rgba(255, 183, 27, 0.5);
  padding: 20px 0;
  margin: 0 25px;
}
ul.dropdown li:last-child a{
  border-bottom: none;
}
.menu-images{
  display: flex;
  padding: 0;
  margin: 0 auto -40px auto;
  justify-content: center;
  width: 100%;
  height: 140px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s linear;
}
.menu-images a{
  padding: 20px 5px 0 5px !important;
}
.menu-images a:hover{
  transform: scale(1.1);
}
.menu-single-image{
  width: 100%;
  text-align: center;
}
.menu-single-image img{
  margin: 0 auto;
  max-width: 100%;
  padding-top: 40px;
}
/*menu end*/

/*main teaser start*/
.main-teaser{
  background: url(../img/heroimg.png);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  height: 100vh;
  text-align: center;
}
.main-teaser img{
  width: 480px;
}
.main-teaser h1{
  font-weight: bold;
  font-size: 54px;
  margin: 10px 0;
  color: #FFF;
  text-transform: uppercase;
}
/*main teaser end*/

/*about us start*/
.about-us p{
  padding: 0 0 60px 0;
  line-height: 20px;
  margin: 0;
}
.about-us .about-title{
  padding: 70px 0 30px 0;
  font-family: 'EB Garamond', serif;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB71B;
  margin: 0 auto;
}
/*about us end*/

/*tabs start*/
.harmonika {
  background-color: #0C090D;
  padding-bottom: 70px;
}
.harmonika section {
	transition: 0.25s all;
	position: relative;
  background-color: #0C090D;
  transition: background 0.5s linear;
  cursor: pointer;
}

.harmonika section.active, .harmonika section:hover {
	background-color: #FFB71B;
}
.harmonika section .collapseIcon {
  position: absolute;
  width: 950px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #FFB71B;
}
.harmonika section.active .collapseIcon, .harmonika section:hover .collapseIcon{
  fill: #FFF;
}
.harmonica-title{
  max-width: 950px;
  padding: 23px 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}
.harmonica-title.first{
  border-top: 1px solid rgba(240, 240, 240, 0.3);
}
.harmonika section img{
  align-self: center;
  max-width: 50%;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.harmonika section.active img{
  align-self: center;
  opacity: 0;
}
.harmonika .harmonica-title h2{
  font-size: 26px;
  margin: 10px 0 10px 35px;
  position: relative;
  font-weight: 400;
  color: #F0F0F0;
  width: calc(50% - 50px);
  align-self: center;
  padding: 0 20px 0 0;
}
.border-bottom{
    border-bottom: 1px solid #2F251A;
}
/*.harmonika section.active h2, .harmonika section.active button{
  display: none;
}*/
.harmonika div.harmonica-content {
	display: none;
}
.harmonica-content{
  background-color: #2c2a2d;
  padding: 60px 0 70px 0;
  border-bottom: 5px solid #FFB71B;
}
.w950 {
  max-width: 950px;
  padding: 0 50px;
  margin: 0 auto;
}
.harmonica-content .w950 h2{
  margin:0;
}
p.overlay{
  position: absolute;
  top: -16px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  /*display: none;*/
}
section.active p.overlay,
section:hover p.overlay{
  visibility: visible;
  opacity: 1;
}

.comming-soon{
  color: #FFF;
  font-weight: 600;
  padding: 15px 0px;
}
/*tabs end*/

/*modal box start*/
.modal {
    display: none;
    position: fixed;
    z-index: 8888;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(47,37,26);
    background-color: rgba(47,37,26,0.6);
}

/* Modal Content/Box */
.modal-box {
    background-color: #0C090D;
    /*margin: 10vh auto;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    position: relative;
    max-height: 80vh;
}
.modal-content {
    padding: 45px 40px;
    font-size: 14px;
}
.modal-close-box{
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  margin: 20px;
  cursor: pointer;
}
.modal-close {
  background: transparent;
  display: block;
  height: 1px;
  position: relative;
  width: 25px;
  top: 10px;
}

.modal-close::before,
.modal-close::after {
  background: #FFB71B;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.modal-close::before {
  transform: rotate(-45deg);
}
.modal-close::after {
  transform: rotate(45deg);
}
button.button {
  font-family: 'Montserrat', sans-serif;
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10.5px 0px;
  display: inline-block;
  outline: none;
  border: none;
  position: relative;
  border:none;
  margin: 40px 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
}

button.button:hover {
  opacity: 0.8;
}
.modal-content h3{
  padding-bottom: 20px;
}
.modal-cigar-info{
  display:flex;
}
.modal-cigar-info .modal-left{
  display: flex;
  flex: 1;
}
.modal-left div{
  flex: 1;
    /*  flex: 0 44%;*/
      padding: 3%;
}
.modal-cigar-info .modal-right{
  width: 33%;
  padding-bottom: 10%;
}
.modal p{
  font-size: 14px;
  margin: 10px 0;
}
/*modal box end*/

/*cigars info start*/
.cigar-info{
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
.cigar-info p{
  font-size:14px;
  line-height: 25px;
  margin: 0;
  width: 60%;
  padding-right: 40px;
}
.cigar-info img{
  max-width: 100%;
}
.cigar-title h3{
  line-height: 20px;
}
.col-1{
  width: 50%;
}
.col-1 .cigar-title{
  display: flex;
  margin: 20px 0 10px 0;
}
.col-1 .cigar-title h3:first-child{
  color: #FFB71B;
  width: 60%;
  padding-right: 40px;
}
.col-1 h3 span{
  font-size:14px;
  font-weight: 400;
}
.col-1 h3 span:nth-child(2)::before{
  content: '\A';
  white-space: pre;
}
.col-1 .cigar-content{
  padding-bottom: 30px;
  margin-top: -30px;
}
.col-2{
  width: 50%;
  align-self: center;
  padding-left: 40px;
}
.cigar-description{
  display: flex;
  border-top: 1px solid #FFB71B;
  margin-top: 50px;
  justify-content: space-between;
  text-align: center;
}
.cigar-description div {
  padding: 3% 0 0 0;
  width: 22%;
  font-size: 14px;
}
/*cigars info end*/

/*dealers start*/
.dealers a{
  color: #FFB71B;
  text-decoration: none;
}
.dealers .dealers-title{
  padding: 70px 0 30px 0;
  font-family: 'EB Garamond', serif;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB71B;
  margin: 0 auto;
}
.dealer-row{
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.3);
}
.dealer-row div{
  width: 33.3%;
}
.dealer-row p{
  margin: 0;
  padding: 0 15px;
  line-height: 20px;
}
.dealer-row .web{
  color: #917151;
  font-weight: 600;
}
.dealer-row .name{
  font-weight: 600;
}
.dealers .dealer-row:last-child{
  border-bottom: none;
  padding-bottom: 70px;
}
/*dealers end*/

/*contact form start*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    border: none;
}
.contact-back{
  background-color: #2C2A2D;
  position: relative;
}
.contact-title{
  padding: 70px 0 30px 0;
  font-family: 'EB Garamond', serif;
  font-size: 34px;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFB71B;
}
.contact-row{
  display: flex;
  justify-content: space-between;
}
.contact-row div{
  width: 48%;
}
.contact-form p{
  margin: -15px 0 10px -10px;
  text-align: left;
  color: #f0f0f0;
  font-weight: 400;
  font-size: 14px;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 20px;
  font: inherit;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  margin-left: -10px;
  outline: none;
  border: none;
}
.contact-form textarea {
  padding-top: 10px;
  height: 230px;
}
::placeholder {
  color: rgba(44,42,45, 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(44,42,45, 0.5);
}

::-ms-input-placeholder {
  color: rgba(44,42,45, 0.5);
}
.contact-form input:not(:placeholder-shown):valid,
.contact-form textarea:not(:placeholder-shown):valid {
    border: 2px solid rgba(255,183,27, 0.6);
}
.contact-form input:not(:placeholder-shown):invalid,
.contact-form textarea:not(:placeholder-shown):invalid {
  border: 2px solid rgba(203, 0, 0, 0.6);
}
.contact-form label{
  display: block;
  text-align: left;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin-left: -10px;
}
.contact-form button {
  margin: 10px auto 70px auto;
  background: #FFB71B;
  color: #FFF;
}

.js-submitted input:valid,
.js-submitted textarea:valid {
  border: 1px solid rgba(104, 176, 76, 0.6);
}
.js-submitted input:invalid,
.js-submitted textarea:invalid {
  border: 1px solid rgba(203, 0, 0, 0.6);
}

.hidden {
  display: none;
}
.contact-submitted{
  color: rgba(104, 176, 76, 1);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  overflow: hidden;
}
.contact-error{
  color: rgba(203, 0, 0, 1);
  font-weight: 600;
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  overflow: hidden;
}
/*contact form end*/

/*footer start*/
footer{
  background-color: #0C090D;
  color: #FFF;
}
footer .foot-content{
  display: flex;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
footer .foot-content div{
  padding: 70px 0px;
  flex: 1;
}
footer .foot-content div:nth-child(1){
  padding-right: 25px;
}
footer .foot-content div:nth-child(2){
  padding-left: 25px;
}
footer .foot-content div h4{
  padding: 15px 0;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}
footer .foot-content p{
  padding: 15px 0;
  margin: 0;
}
#modalImpresum .modal-content {
    padding: 45px 40px;
}
#modalImpresum .modal-content h3::after{
  content:" ";
  position: fixed;
  height: 20px;
  width: 99%;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(12,9,13,0) 0%,rgba(12,9,13,1) 100%);
}

#modalImpresum .modal-content::after{
    content:" ";
    position: fixed;
    border-bottom: 44px solid rgba(12,9,13,1);
    height: 20px;
    width: 99%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(12,9,13,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(12,9,13,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(12,9,13,1) 100%);
  }
.impresum-text{
  height: 60vh;
  overflow-y: auto;
  padding: 10px 0;
  margin-right: -10px;
  padding-right: 10px;
  line-height: 20px;
}
.impresum-text .impresum-title {
    padding: 35px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.impresum-text .impresum-title:nth-child(1){
  padding: 35px 0 20px 0;
}
.impresum-text .impresum-subtitle {
  margin-top: 20px;
  font-weight: 600;
}
.impresum-text p:last-child{
  padding-bottom: 40px;
}
#modalImpresum h3{
  color: #FFB71B;
}
/*footer end*/

@media screen and (max-width: 1024px) {
  .parallax-window {
    height: 200px;
  }
.harmonika section .collapseIcon{
  width: calc(100% - 100px);
}
  /* menu icon */
  .menu-images, .menu-single-image{
    display: none !important;
  }
  .header{
    overflow: hidden;
    width: 100vw;
    left: 0;
    transform: none;
    max-height: 100vh;
    overflow-y: auto;
  }
  .header .head-content{
    display: block;
  }
  .header .logo {
    padding: 5px 50px 5px 0;
    width: auto;
  }
  .header ul{
    display: block;
    height: auto;
  }
  .header li{
    width: 100%;
    float: none;
  }
  .header li a {
    padding: 15px 0px;
  }
  .header ul li:last-child{
    margin-bottom: 20px;
  }
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 38px 0 38px 50px;
    position: relative;
    z-index: 4;
    user-select: none;
  }

  .header .menu-icon .navicon {
    background: #FFF;
    display: block;
    height: 1px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
  }
  header.top .menu-icon{
    padding: 30px 50px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #FFF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .header .menu-icon .navicon:before {
    top: 8px;
  }

  .header .menu-icon .navicon:after {
    top: -8px;
  }

  .header ul li ul {
     visibility: visible;
     opacity: 1;
     position: relative;
     display: block;
     padding: 0 40px;
     min-width: 0;
   }
   .header ul li ul a{
     font-size: 14px;
   }
   .header ul li ul li {
     width: 100%;
   }
   .header li a:hover svg{
     transform: none;
   }
   header.top ul{
     height: auto;
   }
  /* menu btn */

    .header .menu {
      clear: both;
      max-height: 0;
      transition: all .3s ease-out;
      display: none;
    }
  .header .menu-btn:checked ~ .menu {
    max-height: 700px;
    display: block;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .main-teaser img{
    width: 50%;
    max-height: 50vh;
  }

  .modal-box {
      width: 75%;
  }
  .harmonika .harmonica-title h2{
    font-size: 24px;
    width: calc(60% - 50px);
  }
  .harmonika section img{
    max-width: 40%;
  }
  .harmonica-title {
    max-width: 100%;
    padding: 20px 0px;
    margin: 0 50px;
  }
  .harmonika section .collapseIcon {
    left: 50px;
    transform: translate(0%, -50%);
  }

}
@media (max-width: 1023px) {
  .cigar-info{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cigar-info img {
    padding: 30px 0 0 0;
  }
  .col-1, .col-2{
    width: 100%;
    padding: 0;
  }  
  .cigar-info p{
    width: 100%;
    padding-right: 0;
  }
  .col-1 .cigar-title h3:first-child{
    width: auto;
  }
  .col-1 .cigar-content {
    margin-top: 0px;
  }
  .cigar-title h3 {
    line-height: 27px;
  }
  .col-1 h3 span:nth-child(2)::before{
    content: '\A';
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .parallax-window {
    height: 150px;
  }
  .main-teaser h1{
    font-size: 40px;
  }

  .modal-content {
    padding: 45px 40px;
}
.modal-content h3::after{
  display: inline-block;
  content:" ";
  position: fixed;
  height: 20px;
  width: 99%;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(12,9,13,0) 0%,rgba(12,9,13,1) 100%);
}

  .modal-content::after{
    display: inline-block;
    content:" ";
    position: fixed;
    border-bottom: 44px solid rgba(12,9,13,1);
    height: 20px;
    width: 99%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: -moz-linear-gradient(top, rgba(12,9,13,0) 0%, rgba(12,9,13,1) 100%);
    background: -webkit-linear-gradient(top, rgba(12,9,13,0) 0%,rgba(12,9,13,1) 100%);
    background: linear-gradient(to bottom, rgba(12,9,13,0) 0%,rgba(12,9,13,1) 100%);
  }
  .modal-left div:last-child {
    padding-bottom: 45px;
}
  .modal-cigar-info {
    display: block;
    height: 60vh;
    overflow-y: scroll;
    margin-right: -10px;
}
.modal-cigar-info .modal-left, .modal-cigar-info .modal-right{
    width: 100%;
    display: block;
}
.harmonika .harmonica-title h2{
  font-size: 20px;
  width: calc(60% - 50px);
}
.harmonika section img{
  max-width: 40%;
}
.dealer-row{
  flex-wrap: wrap;
  text-align: center;
}
.dealer-row div{
  width: 100%;
  padding: 3px 0;
}

}

@media (max-width: 480px) {
  .harmonika section .collapseIcon{
    width: calc(100% - 40px);
  }
  .parallax-window {
    height: 100px;
  }
  .harmonika section .collapseIcon {
    left: 20px;
    transform: translate(0%, -50%);
  }
  .w950 {
    padding: 0 20px;
}
header.top .logo{
  padding: 5px 20px;
}
header.top .menu-icon{
  padding: 30px 20px;
}
.header ul li ul {
   padding: 0 20px;
 }
 .harmonika .harmonica-title h2{
   width: 100%;
   margin: 10px 0;
 }
 .harmonika section img{
   max-width: 0%;
   display: none;
 }
 .harmonica-title {
    padding: 20px 0px 20px 30px;
    margin: 0 20px;
}

 .cigar-title {
 flex-direction: column;
 }
 .cigar-description{
   flex-wrap: wrap;
   flex-direction: column;
 }
 .cigar-description div {
   width: 100%;
 }
.contact-form p {
    margin: -15px 0 10px 2px;
}
.contact-row{
  flex-wrap: wrap;
}
.contact-row div{
  width: 100%;
}
.contact-form input, .contact-form textarea {
   width: 95%;
   margin-left: 0px;
  }
  .contact-form label {
    margin-left: 5px;
}
  .header .logo {
    padding: 5px 20px 5px 0;
  }
  .header .menu-icon {
    padding: 38px 0 38px 20px;
  }
  .header li a {
    padding: 15px 0px;
  }
  .main-teaser h1{
    font-size: 30px;
  }
  .harmonica-content .w950 {
    padding: 0 20px;
}
.modal-close-box{
  margin: 12px;
}
.modal-content{
  padding: 45px 20px;
}
.modal-cigar-info{
  margin-right: 0;
}
#modalImpresum .modal-content {
    padding: 45px 20px;
}
  footer .foot-content{
    display: block;
  }
  footer .foot-content div:nth-child(1){
    padding-right: 0px;
  }
  footer .foot-content div:nth-child(2){
    padding-left: 0px;
    padding-top: 0px;
  }
}
@media all and (-ms-high-contrast:none)
    {
    #modalImpresum .modal-content::after,
    #modalImpresum .modal-content h3::after
    {display: none;}
    *::-ms-backdrop, #modalImpresum .modal-content::after{display: none;}
    *::-ms-backdrop, #modalImpresum .modal-content h3::after{display: none;} /* IE11 */
    }
  @media screen and (max-width: 1024px) and (orientation:landscape) {
    .main-teaser img{
      width: auto;
      max-height: 25vh;
    }
    .main-teaser h1{
      font-size: 5vw;
    }
  }
