p{
    text-align: justify;
    color: #605E5E;
    
}

li{
    text-align: justify;
    color: #605E5E;
    
}

a{color: #7DA2A9; text-decoration: none;}
u{text-decoration: none;}

#artikelID a{  color: #7DA2A9;
    font-weight: bold;
    text-decoration: underline dotted;
    text-decoration-line: underline;
    text-decoration-style: dotted;} 

#artikelID a:hover{
            color: lightgray;
            text-decoration: none;
        }

/* a:is(.btn, .nav-link, .linkSideBar, .omgevinglink, .footerlink){
    text-decoration:none;
    text-decoration-style: none;
    font-weight: normal;
} */

body{
    font-family: "Hind";
}
h1,h2,h3,h4,h5,h6{ font-family: "Roboto"; margin-bottom: 15px; color: #605E5E; }

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}
h1{
    font-weight: bolder;
}
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  html {
    scroll-behavior: smooth;
  }

a:hover{
    color: lightgray;
    text-decoration: none;
}
p.infoscherm{
    color: white;
    max-width: 350px;
    text-align: justify;
}
p.introductie{
    font-size: 18px;
    margin-bottom: 20px;
}

h1.infoscherm{
    font-weight: bolder;
    letter-spacing: 6px;
    line-height: 50px;
    text-align: center;
    max-width: 350px;
    font-size: 50px;
}
.navbar-text{
    font-size: 16px;
    margin: 5px;
}
.nav-link{
    font-family: 'Montserrat';
    font-weight: bold!important;
    font-size: 16px;
    margin: 5px;
   
}

.scrollmenu {
    overflow: auto;
  white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link {
    color: #2F2E2E;
}
.navbar-light .navbar-nav .nav-link.side {
    font-size: 15px;

    color: grey;
}

p.homepage{
    color: grey;
    max-width: 400px;
    font-size: 26px;
    text-align: center;
}
h1.homepage{
    font-weight: bolder;
    line-height: 70px;
    letter-spacing: 4px;
    text-align: center;
    max-width: 400px;
    font-size: 65px;
}
center{
    text-align: center; 
}
.p1{
    font-size: 20px;
    text-align: justify;
}
.p3{
    font-size: 15px;
    width: 100%;
    text-align: justify;
}

p.footer{
    color: white;
    font-size: 12px;
    margin: 4px;
    width: 100%;
    text-align: center;
}
p.footer2{
    line-height: 30px;
    text-align: center;
}
h5.footer{
    font-weight: 700;
    text-align: center;
}

.zoekbalk{
    background-color: transparent;
    color: #2F2E2E;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    border-width: 0 0 1px;
    border-color: grey;
    max-width: 150px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.dropdown-menu{
    max-height:400px;
    overflow-y:auto;
 }
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#7DA2A9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    display: flex; /* or inline-flex */
    align-items: center; 
    justify-content: center;
}

.my-float{
	margin-top:22px;
    align-self: center;
}

.dropdown-toggle.is-active{
    color: #FF9AA2;
}

.dropdown-toggle.is-active{
    color: #FF9AA2;
}

.submenu{
    font-family: 'Montserrat';
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.fixed-div {
    position: fixed;
    bottom: 1em;
    right: 1em;
}

.filtermenu,.meerlezenbtn,.filterbtn{
    color: #a5a5a5;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    outline: none;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.filterbtn.possible{
    color: #3d3d3d;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    outline: none;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filtermenu:hover,.meerlezenbtn:hover{
    color: grey;
}
.filtermenu:focus,.meerlezenbtn,.filterbtn:focus{
    box-shadow: none;
    outline: none;
    
}
.submenu.active{
    color: #2F2E2E;
}
.submenu:hover{
    color: grey;
}
.submenu.active:hover{
    color: inherit;
}
.submenu:focus{
    box-shadow: none;
    outline: none;
    
}
.btn{
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-weight: bold!important;
}

.btn_plaats{
padding-left: 0px;
margin-left: 0px;
}

.btn_plaats.active:hover{
    color: #6da1c2;
    }
.artikelbox:hover{
    background-color: #fafafa;
}
.center-cropped {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.linkSideBar{
    color:  #605E5E ;

    font-size: 16px;
    text-align: start;
    margin-top: 7px;
    outline: none;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-right: 15px;
}

.mobile-only{
    display: none;
}

.hover:hover{
    background-color: #e8e8e8;
}

.filterbtn{
    text-align: left;
    padding:0;margin:15px 15px 0px 0px  
}
img{
    border-radius: 10px;
}


/* ICONS */

.icon-places{
    background-size: cover;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
.icon-stats{
    background-image : url('/images/icons/stats_icon.svg');
}
.icon-hotel{
    background-image : url('/images/icons/hotel_icon.svg');
}
.icon-maps{
    background-image : url('/images/icons/map_icon.svg');
}
.icon-info{
    background-image : url('/images/icons/info_icon.svg');
}

.icon-bg{
    background-image : url('/images/icons/achtergrond_icon.svg');
}
.icon-omgeving{
    background-image : url('/images/icons/omgeving_icon.svg');
}

.icon-accom{
    background-image : url('/images/icons/accom.svg');
}


[id] {
    /* 1. Approximate height of sticky navigation. */
    @media (min-height: 32em) {
      scroll-margin-top: 100px; /* 1 */
    }
  }
  
  .navigation {
    /* ... */
  
    @media (min-height: 32em) {
      position: sticky;
      top: 0;
    }
  }

  @media (max-width: 500px){
      
#zoekbalk{
    min-width:200px;
    min-height: 40px;
    
}

h1{font-size: 24px;}

    .mobile-hide{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .ddmmobile{
        margin: 0;
   list-style: none;
   white-space: nowrap;
   border: 0px solid black;
   padding: 10px;
   background-color: #ffffff;

    }

    h1.infoscherm{
        font-size: 40px;
    }
  }

  .play-audio {
    color: #6da1c2;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.play-audio:hover {
    color: #6da1c264;
    cursor: pointer;
}

  

  .tonen{
      color: white;
      margin-top: 15px;
      font-weight: bold;
      border: 0px;
      background-color: inherit;
  }
  .tonen:hover{
    color: grey;
    font-weight: normal;
    border: 0px;
    background-color: inherit;
}


  @media (max-width: 991px){
    .mobile-tablet-hide{
        display: none;
    }
  }

  