@charset "utf-8";
/* CSS Document */

@font-face{font-family:'fonts'; 

src:url("https://xn--bndner-Antiquitten-ztb97b.ch/wp-content/themes/lizards/fonts/font.ttf");
}

html {
      height: 100%;
    }
    body {
      background: #E2E4E7;
      padding: 0;
      text-align: center;
      font-family: 'open sans';
      position: relative;
      margin: 0;
      height: 100%;
      -webkit-font-smoothing: antialiased;
    }
    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      letter-spacing: -4px;
      font-weight: 100;
    }
    h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    }
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Pacifico', cursive;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    .main h1 {
      padding:150px 50px;
      float: left;
      width: 100%;
      font-size: 36px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-weight: 100;
      color: white;
      margin: 0;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
button#responsive-menu-button{

display:none;

}

.back {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  top: -80px;
  
  transition: top 1s ease 0s;
  width: 100%;
   z-index: 999;
}
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header {
      position: relative;
      z-index: 10;
    }

    .main section  {
      overflow: hidden;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
    .main section.page1 {
      background:rgb(230, 217, 200);
    }
    .main section.page1 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 70px;
      color: black;
    }
    .main section.page1 h2 {
      color: rgba(0,0,0,0.85);
      text-align: center;
      width: 435px;
      line-height: 160%;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    .main section.page2 {
      background:#000000 url(back-phone.png) no-repeat center -150px ;
    }
    .main section.page2 > img {
      position: absolute;
      top: -300px;
      left: 50%;
      margin-left: -1095px;
    }
    .main section.page2 .page_container {
      overflow: hidden;
    }
    .main section.page2 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: white;
    }
    .main section.page2 h2 {
      color: rgba(255,255,255,0.85);
      text-align: center;
      line-height: 160%;
      font-weight: 100;
    }
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }
    .main section.page3 {
      background:url(tilted-phone.png) no-repeat 156px -150px ;
    }

    .main section.page3 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 0;
      font-size: 70px;
      letter-spacing: -1px;
      color: black;
    }
    .main section.page3 h2 {
      color: rgba(0,0,0,0.85);
      text-align: left;
      line-height: 160%;
      font-weight: 100;
      font-size: 21px;
    }
    
    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto;
    }
    
    body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
      padding: 20px;
      margin-top: 150px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body.disabled-onepage-scroll  section .page_container h1{
      text-align: center;
      font-size: 50px;
    }
    body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
      text-align: center;
      width: 100%;
    }
    
    body.disabled-onepage-scroll .main section.page1 > img {
      position: absolute;
      width: 80%;
      left: 10%;
    }
    
    body.disabled-onepage-scroll .main section > img {
      position: relative;
      max-width: 80%;
      bottom: 0;
    }
    body.disabled-onepage-scroll code {
      width: 95%;
      margin: 0 auto 25px;
      float: none;
      overflow: hidden;
    }
    
    body.disabled-onepage-scroll .main section.page3 .page_container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      right: 0;
    }
.top_menu {
  margin: 0 auto;
  width: 1200px;
}

div[id*="ajaxsearchlite"].wpdreams_asl_container {
    width: 100%;
    max-width: 120px;
}


.logo{ float:left;margin:10px auto 0;}
.logo a {
  display: block;
  font-size: 2.55em !important;
  padding: 8px 0;
  color:#FFF;
  font-family: 'fonts';
}

ul{padding:0; margin:0;}
li{ list-style:none; }
.menu li{display:inline-block;}
.menu a {

  color: #fff;
  display: block;
  font-size: 14px;
  padding: 14px;
  margin: 1.2em auto;

}
.menu {
  	float: left;
	margin-left: 1.5rem;
	margin-right: 1rem;
}
.slider_one li{ position:relative;}
.slider_one li h1 {
  color: #fff !important;
  display: inline-block;
  font-size: 26px !important;
  left: 0;
  letter-spacing: 3px;
  position: absolute;
  text-align: center !important;
  top: 40%;
  width: 100%;
  z-index: 2147483647;
}
.slider_one .bx-controls-direction{ display:none;}
#loader {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{

width:100% !important;

}


div.wpforms-container-full {
    margin-bottom: 24px;
    display: inline-block;
}

#loader #top {
    background-color: #ffffff;
    height: 51%;
    position: absolute;
    top: 0;
    width: 100%;
}
#loader #bottom {
    background-color: #ffffff;
    bottom: 0;
    height: 51%;
    position: absolute;
    width: 100%;
}
.start_logo {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 100%;
}
.black{
    color: #000000;
    font-size: 110px;
    font-weight: 300;
}
.slider_one {
  display: inline-block;
  float: left;
  width: 100%;
}
.onepage-wrapper .section{ display:inline-block;}
.bxslider2 > li {
    margin-left: 1%;
}
.bxslider2 > li img{ width:650px;}
.bxslider3 img{ max-height:800px; width:100%;}
.page4{ background:url(../images/background.jpg) no-repeat left top; background-size:100% 100%;}
#degust-container {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  display: block;
  float: right;
  height: auto;
  margin-right: 111px;
  position: relative;
  width: 580px;
  text-align:left;
  padding:15px;
  margin-top:25px;
}


#degust-container-header {
  padding-left: 30px;
  position: relative;
  top:0%;
  transition: top 1s ease 0s;
}
#section4.active #degust-container-header {
  top: 50px;
  transition-delay: 1s;
}
.copy_5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
}
#degust-container-header h1 {
  color: #000 !important;
  letter-spacing: 5px;
  padding:0;
}
#degust-container-header #subtext {
  color: #000;
  font-style: italic;
  padding-left: 108px;
  width: 100%;
  display:inline-block;
}
.page5{background:url(../images/background2.jpeg) no-repeat left top; background-size:100% 100%;}
.page6{background:url(../images/background3.jpg) no-repeat left top; padding-top:85px; background-size:100% 100%;}
.contact1-text {
  padding-bottom: 40px;
  color:#FFF;
}
#contact-container .head {
  letter-spacing: 6px;
  text-transform: uppercase;
}
.copy_7 {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
}
.copy_1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-transform: none;
}
.email a{ color:#FFF;}
.shop-link > h2 {
  bottom: 50px;
  color: #fff;
  position: absolute;
}
.shop-link a{ color:#FFF;}
.page7{ background:url(https://xn--bndner-Antiquitten-ztb97b.ch/wp-content/uploads/2018/10/IMG_4283.jpg) no-repeat top left; background-size:100% 100%;}
#impressum-container {
  left: 27%;
  max-width: 600px;
  position: absolute;
  text-align: left;
  top: 0;
  transition: top 1s ease 0s;
}
#title {
  margin-bottom: 30px;
  color:#FFF;
}
#title h5 {
  font-size: 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom:0;
}
.text copy_2 .block{
  margin-bottom: 30px;
}
.block {
  color: #fff;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
.block a{ color:#FFF;}
.slider_one li img{
 width: 100%;
 }
.menuicons {
    position: fixed;
    right: 26px;
    top: 20px;
    display:none !important;
}
.page4.active #degust-container-header {
    top: 0;
    transition-delay: 1s;
}

#degust-container-header {
    padding-left: 30px;
    position: relative;
    top: 200%;
    transition: top 1s ease 0s;
}


.page6.active .page_container {
    transform: translate3d(0px, 0, 0px);
    transition: all 900ms ease 1s;
}
.page6 .page_container{
      transform: translate3d(0px, 100%, 0px);
    transition: all 900ms ease 1s;
}
.page7.active #impressum-container {
   transform: translate3d(0px, 0, 0px);
    transition: all 900ms ease 1s;
}
.page7 #impressum-container{
       transform: translate3d(0px, 100%, 0px);
    transition: all 900ms ease 1s;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{ display:none;}
.slides-pagination {
  display: none;
}
.mobildmenu,.menuiconsmobile{
	display:none ;
}

@media screen and (max-width:979px){
	.logo a{ padding-left:10px;}
.mobildmenu{
  
  height: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-size: 6px;
  font-weight: bold;
  left: inherit;
  position: absolute;
  text-align: center;
  right: 0;
  transition: top 1s ease 0s;
  width: 220px;
  z-index: 999;
  display:none !important;

}


.search-form{

 display:none; 

}

button#responsive-menu-button{

display:inline-block;

}

div[id*="ajaxsearchlite"].wpdreams_asl_container{

display:none;

}

.mobildmenu:hover .submenu {
  display: block;

}

.main-img{

left:0 !important;
width:100% !important;

}

.mobildmenu a{

  color: #fff;
  display: block;
  font-size: 14px;
  padding: 12px 6px;
  margin: 0 auto;

}

.menuiconsmobile {
  position: fixed;
  right: 17px;
  top: 11px;
  display:none !important;
}
.menu li {
  border-bottom: 1px solid #eee;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.top_menu {
    margin: 0 auto;
    width: auto;
}

.menu{
	display:none !important;
}

#responsive-menu-item-355
{
background-color:#ffca2c !important;
}
#responsive-menu-item-356
{
background-color:#ec3f11 !important;
}
#responsive-menu-item-357
{
background-color:#d02438 !important;
}
#responsive-menu-item-358
{
background-color:sandybrown !important;
}
#responsive-menu-item-359
{
background-color:maroon !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a{
background-color:transparent !important
}

#degust-container {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  display: block;
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 90%;
}
.bxslider2 > li {
    margin-left: 0;
}
.copy_5{ font-size:12px; margin-top:0; margin-bottom:10px;}
#title h5{ font-size:25px; margin-top:0px;}
.block {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-bottom:5px;
}
.mobilemen {
  position: absolute;
  right: 20px;
  top: 10px;
}

}
@media screen and (max-width:639px){
body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container{ width:100%; margin-top:0; padding:0;}
.black{ font-size:30px;}
.copy_7 {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-transform: none;
}
.contact1-text{padding-bottom:20px;}
}

@media screen and (max-width:479px){
body.disabled-onepage-scroll section .page_container h1{ font-size:20px;}
#degust-container-header #subtext{ padding-left:0;}

}


.aligncenter{
	
	margin:0 auto;
}