/* Sidebar Buttons */
.stickybtn {
    position: fixed;
    left: 100%;
    bottom: 30px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

.stickybtn li {
    position: relative;
    display: block;
    padding: 0 0 0 8px;
    margin: 0;
    left: -86px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.stickybtn li:hover {
    left: -100%;
}
.stickybtn a {
    padding: 10px 20px 10px 50px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
}
@media (max-width:640px){
.stickybtn li {
    padding: 0 0 0 5px;
    left: -80px;
}
.stickybtn a {
    line-height: 30px;
}
}


.stickybtn .reservieren{
	    background: #111;
}
.stickybtn .reservieren a {
    background: url(../images/reservieren.svg) no-repeat center left;
}
.stickybtn .facebook a {
    background: url(../images/facebook.svg) no-repeat center left;
}
.stickybtn .facebook{
	    background: #111;
}
.stickybtn .instagram a {
    background: url(../images/instagram.svg) no-repeat center left;
}
.stickybtn .instagram{
	    background: #111;
}
.stickybtn .google a {
    background: url(../images/google.svg) no-repeat center left;
}
.stickybtn .google{
	    background: #111;
}
/* Scrollbar */

@media (max-width: 960px){
body::-webkit-scrollbar { width: 0 !important }
}
@media (min-width: 960px){
body::-webkit-scrollbar {
    width: 0.5em;
	background-color: #e6e0d1;
	position: 
}
 
body::-webkit-scrollbar-thumb {
  background-color: #563e39;
}