
html{
scroll-behavior: smooth;
}
body{
	overflow: hidden;
	margin:0px;
	    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
            -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@font-face {
  font-family: 'Bodoni-seven';
  src:url('bodoni-seventytwo-itc-book.ttf') format('truetype');
}
::selection {
  color: #1b1e27;
  background: #85f4d8;
}

							/*top bar telefon / tablet*/
#ffbar{
	background-color:#1b1e27;
	display:none;
	overflow:hidden;
	top:0;
	z-index:1;
	width:100%;
}
#logo{
	width:67%;
	float:left;
	background-color:#1b1e27;
    text-align:left;
    color:#cacaca;
    padding:0%;
    font-size:50px;
    cursor:pointer;
	font-family:Bodoni-seven;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#bar{
	width:28%;
	float:left;
	text-align:left;
	margin-left:5%;
	cursor:pointer;
}
#bar img{
	padding-top:6%;
	width:15%;
}
#ffbarClose{
	display:none;
}	
img {
    pointer-events: none;
}
.dropfullwidthResponsive{
	width:60%;
	display:none;
	float:left;
	padding:0% 20% 0% 20%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}