@font-face {
    font-family: baobab;
    src: url(../fonts/baobab.otf);
}

@font-face {
    font-family: Haas;
    src: url(../fonts/NHaas.otf);
}

@font-face {
    font-family: HaasMed;
    src: url(../fonts/NHaasMed.otf);
}
html {
    background-color: white;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    
}

*::-webkit-scrollbar {
  display: none;
}

.logo_events {
    position: static;
    display: block;
/*     width: auto;*/
      color: #dbdbdb;
/*     top: 2%;*/
/*    left: 2%;*/
    text-align: left;
    background-color: none;
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    width: 10%;
    float: left;
}


.logo_events svg {
/*    font-family: 'baobab';*/
/*    font-size: 50px;*/
    margin-top: 0px;
/*    left: 50px;*/
    margin-bottom: 0px;
/*     fill: white;*/
  background: transparent;
    filter: invert(100%);


}



.logo_events p:hover {
    color: blue;

}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
    animation-iteration-count: infinite;
     animation-direction: alternate;
}

@keyframes dash {
  to {
stroke-dashoffset: 0;
  }
}

a {
    text-decoration: none;
}

/*
.wrapper .dutch{
  display: none;
}
*/

.lang{
    float: right;
}

.btn, 
.btn:visited {
	color: #000000;
	background: #ffffff;
	padding: 8px 22px;
	font-size: 18px;
    font-family: 'Haas', sans-serif;
	line-height: 100%;
	color: #000000;
	display:inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: 300;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	color: #000000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn:hover, 
.btn:visited:hover,
.btn:focus, 
.btn:visited:focus {
	background: #000000;
    color: #ffffff;
}

.btn:active, 
.btn:visited:active {
	box-shadow: 0px 1px 0px 0px #01192e;
}

.container {
/*    display: block;*/
    position: relative;
/*    top: 150px;*/
    width: 99%;
   float: left;
}

.container p {
/*    color: #dbdbdb;*/
    font-family: 'Haas';
    font-size: 17px;
}

#bold{
    font-family: 'HaasMed';
}

p{
    margin:0;
}

img {
    height: 550px;
}


.wrapper { 
/*  border : 2px solid #000; */
  overflow:hidden;
    position: relative;
    margin-bottom: 20px;
}

.wrapper div {
/*   min-height: 200px;*/
/*   padding: 10px;*/
    
}
#one {
  float:left; 
  margin:0;
  width:38%;
/*    padding-right: 0;*/
/*  border-right:2px solid #000;*/
    position: absolute;
    bottom: 0;
    
}


#two { 
/*  background-color: white;*/
  overflow:hidden;
/*  margin:10px;*/
    width: 60%;
    float: right;
  min-height:170px;
}
.dragscroll {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    cursor: -webkit-grab; 
    cursor: grab;
     -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
.card:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
  .card {
    display: inline-block;
/*      padding-bottom: 20px;*/
  }


@media screen and (max-width: 900px) {
   #one, #two{ 
       position: relative;
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;    
  }
    
    #two{
        float: none;
    }
    .container{
        width: 100%;
    }
    .logo_events{
        position: static;
        text-align: center;
        margin: 0 auto;
        width: 15%;
    }
    
    .logo_events svg{
        
    }
    .wrapper{
        border-bottom: 1px solid white;
    }
    .wrapper div{
        min-height: 0;
    }
}