@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.ttf);
}

html, body{
    
    font-family: 'Lato', sans-serif;
    margin: 0;

    
}

a{
    text-decoration: none;
    color: #FFF
}

.link{
    text-decoration: underline;
    color: #4a4a4a;
}

p{
    margin: 5px;
}

h1{
    margin: 0;
}

hr{
    padding: 0;
    margin: 0;
}

hr.hr1 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #000 inset;
}

hr.hr3{
    background: #434343;
    	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -12px #000 inset;
}



hr.hr2 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, transparent, #8c8b8b, transparent);
  background-image: -moz-linear-gradient(left, transparent, #8c8b8b, transparent);
  background-image: -ms-linear-gradient(left, transparent, #8c8b8b, transparent);
  background-image: -o-linear-gradient(left, transparent, #8c8b8b, transparent); 
}

input.textbox{
    font-size: 1.2em;
    padding: 2px;
            
}

input.checkbox{
    margin-right: 5px;
}



td{
    vertical-align: middle;
    padding: 2px
}

div#splash-wrapper{
    
    
    height: 66vh;

    
}

div#splash-overlay{
    
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    
  
        
}

div#splash-content{   
     
    
    
}

.aligner{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.aligner2{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.aligner-item-top{
    align-self: flex-start;
}

.aligner-item-center{
    align-self: center;
}


.aligner-item-bottom{
    align-self: flex-end
}


div.splash-title{
    margin: 20px;
    padding: 20px;
     background-color:  rgba(255,255,255,0.025);
    border-radius: 0.1em;     

    
}

h1.splash-title, h2.splash-title{
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #FFF;    
}

span.splash-title{
    font-size: 0.6em;
}


h1.splash-title{
        font-size: 7vmin;   
}

h2.splash-title{
        font-size: 6vmin;    
    
} 

@media(max-width: 680px){
    div.navBtns{
       display: none;
        
    }
    
    .whatsappManual{
    display: none;
    }
        
    a.navBtns{
      font-size: 0.8em  
    }
    
    #priceArea{
    order: 2;
    }
    
    #appImg{
        display: none;
    }
    
    #guideAbout{
       
    }
    
    #guideMore{
        order: 2;
    }
    
    #guide-info-wrapper{
        justify-content: space-around !important;
    }
    
    
    
}

#hamburger{
    z-index: 1000; 
    position: fixed;
    
}




.button{
    font-size: 1em;
    border-radius: 0.3em;
    padding: 0.5em;
    margin: 0.5em;
    cursor: pointer;
}

.button1{   
    
    background-color: transparent;
    color: #FFF;
    margin: 5px 50px;
    border: 1px solid #FFF;
    transition: 0.5s;
    
    
}

.button1:hover{
    background-color: rgba(255,255,255,0.1);
}

.button2{
   background-color: #757575;
    color: #ECEFF1;
    transition: 0.5s; 
}

.button2:hover{
    background-color: #9E9E9E;
}

.space{    
    margin: 20px;
}

.space-top{
    margin-top: 20px;
}

.space-bottom{
    margin-bottom: 20px;
}

.square{
    width: 80px;
    height: 80px;
}

.circle-medium{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.circle-small{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.circle-tiny{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.background-circle{
    background-color: #424242;
}

.overlay{
    background-color:  rgba(0,0,0,0.6);
    height: 100%;
}


div#content{
    
}

div.panel{
    padding: 20px;
    color: #263238;
}

div.block-item{
    max-width: 400px;
    padding: 10px;
    margin-bottom: 40px;

}

div.block-item2{
    width: 200px;
    padding: 10px;
    margin-bottom: 40px;
    align-self: flex-start;
}

div.block-item-header{
    text-align: center;
}

div.block-item-content{
    text-align: center;
    padding: 10px
}

div.guide-title{
    padding: 20px;
    margin-bottom: 50px;
    
}

a.guide{
    color: #000;
}

.guide-title{
    margin: 0;
    padding: 0;
    color: #FFF;
}

.guide-extra{
    background-color: #FFF;
    margin: 0 0 5px 5px;
}

h1#guide-title{
  font-size: 3em;  
    
}



h2#guide-subtitle{
  font-size: 0.8em;  
}

h3{
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    color: #FFF;
}

h4{
    font-weight: 700;
    font-size: 1.1em;
    color: #000;
}

#guide-wrapper{
    

   
}

#guide-info-wrapper{
    margin: 10px;     
    justify-content: flex-end;
}

#guide-info{
    border-radius: 5px;
    background-color: #FFF;
    padding: 10px;
}

#map{
    
}

div.map-content{
    color: #FFF;
    
    height: 100%;
}

h1.map-content{
    font-size: 2.5em;
    margin: 0 0 0 20px;

}

#map-overlay{
    
    background-color:  rgba(0,0,0,0.6);
}

.hidden{
    display: none;
}


.shadow-circle{
    box-shadow: 0 3px 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 3px 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 3x 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 3px 10px  rgba(0,0,0,0.6);
	border-radius: 50%;
}

.shadow{
  box-shadow: 0 3px 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 3px 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 3x 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 3px 10px  rgba(0,0,0,0.6);  
    
}

h1#price{
    font-size: 4em;
}

span.ca{
    
    font-size: 0.5em;
}

#startText{
    
}

#startAddress{
    font-size: 1.8em;
}

#back{
    cursor: pointer;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #FFF;
    border: 1px solid #424242;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    border: none;
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
    
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    border: none;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    height: 100vh;
  position: absolute;
  
  
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #424242;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

div.bottom-bar{
    background-color: #424242;
    padding: 20px;
   justify-content: space-between;
}

a.bottom-bar{
margin-left: 20px
}

#moreBtn{
    cursor: pointer;
    text-decoration: overline;
    color: #424242;
}

#lessBtn{
    cursor: pointer;
    text-decoration: overline;
    color: #424242;
}

.more{
    display: none;
}

#consent{
    text-align: center;
}


.guide-el{
    margin: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
   
    
}

.guide-el-wrapper{
   width: 100%;  
    height: 400px;
}

@media(min-width: 680px){
    
    .guide-el-wrapper{
        width: 50%;
    }
    
}

@media(min-width: 1600px){
    
    .guide-el-wrapper{
        width: 25%;
    }
    
}

h1.guide-el-title{
    color: #FFF;
    text-align: center;
    padding: 10px;
    font-size: 2.5em;
    padding: 10px;

    
}

div.guide-el-info{
    padding: 10px;
    width: 100%;
    background-color: rgba(255,255,255,0.85);
}

div.guide-el-wrapper{
   
}

#impressum {
    padding: 20px;
}
