#bonhtmlcontent {
  overflow: hidden;
  position: relative;
}

#bonhtmlcontent .bonhtmlcontent-img {
  max-width: 100%;
}

#bonhtmlcontent .box-htmlcontent p.h1 {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  color: #3a3a3a;
  display: inline-block;
  line-height: 120%;
  margin-bottom: 0;
}

#bonhtmlcontent p {
  margin-bottom: 0;
}

#bonhtmlcontent .box-htmlcontent p.h2 {
  font-family: 'Condiment', cursive;
  color: #e3a1ac;
  font-weight: 400;
  margin-bottom: 5px;
}

#bonhtmlcontent .box-htmlcontent p.h3 {
  color: #3a3a3a;
  text-transform: none;
  line-height: 1.55;
}
#bonhtmlcontent .box-htmlcontent p.h3 {
  	color:#fff;
  }
 #bonhtmlcontent a.btn{
	color:#fff;
 	background:#c29756;
 	padding: 14px;
        font-size: 28px;
 	border-radius:5px;
 } 

 
  #bonhtmlcontent .information-htmlcontent{text-align:center;}
@media screen and (min-width: 1881px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: 82px;
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: 62px;
    margin-top: -20px;
  }

  #bonhtmlcontent .box-htmlcontent p.h3 {
    font-size: 23px;
  	color:#fff;
  }

  #bonhtmlcontent .box-htmlcontent p.h3:not(:last-child) {
    margin-bottom: 20px;
  }

  #bonhtmlcontent .information-htmlcontent {
    margin-bottom: 0px;
  	margin-top:30px;
  	color:#fff;
  }

  #bonhtmlcontent {
    margin-bottom: 80px;
  }

  #bonhtmlcontent .bonhtmlcontent-content {
    right: 100px;
    max-width: 875px;
  }
}
#bonhtmlcontent .bonhtmlcontent-img{
  filter: brightness(50%); /* maakt de afbeelding donkerder */
}

@media screen and (max-width: 1880px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    font-size: calc(25px + (202 - 25) * ((40vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    font-size: calc(20px + (62 - 20) * ((100vw - 320px) / (1880 - 320)));
    margin-top: calc(0px + (-20 - 0) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .box-htmlcontent p.h3 {
    font-size: calc(12px + (28 - 14) * ((100vw - 320px) / (1880 - 320)));
  	color:#fff;
  }
  
  #bonhtmlcontent a.btn{
 	padding: 8px 12px;
        font-size: 20px;
 } 

  #bonhtmlcontent .box-htmlcontent p.h3:not(:last-child) {
    margin-bottom: calc(6px + (20 - 6) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent .information-htmlcontent {
    margin-bottom: calc(10px + (55 - 10) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonhtmlcontent {
    margin-bottom: calc(30px + (80 - 30) * ((100vw - 320px) / (1880 - 320)));
  }
}

@media (min-width: 768px) and (max-width: 1880px) {
  #bonhtmlcontent .bonhtmlcontent-content {
    right: calc(5px + (100 - 5) * ((100vw - 768px) / (1880 - 768)));
    max-width: calc(475px + (875 - 475) * ((100vw - 768px) / (1880 - 768)));
  }
}

@media screen and (min-width: 768px) {
  #bonhtmlcontent .bonhtmlcontent-content {
    position: absolute;
    color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    width: 100%;
  }

  #bonhtmlcontent .box-htmlcontent p.h2 {
    text-align: right;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #bonhtmlcontent .bonhtmlcontent-img {
    margin-bottom: 20px;
  }
  #bonhtmlcontent a.btn{
 	padding: 4px 8px;
        font-size: 16px;
 } 
#bonhtmlcontent .bonhtmlcontent-content{
	max-width:100%;
}
  #bonhtmlcontent .bonhtmlcontent-content {
    padding-right: 15px;
    padding-left: 15px;
  }
	#bonhtmlcontent .bonhtmlcontent-img {
	    filter: brightness(100%);
	}
	.page-home #category-description.text-muted{font-size:16px;}
	#bonhtmlcontent .box-htmlcontent p.h3, #category_description ul, #category_description li{color:#7a7a7a !important;font-size:16px;}
	.box-htmlcontent{text-align:center;}
#bonhtmlcontent .box-htmlcontent p.h1{font-size:calc(20px + 22 * ((100vw - 320px) / 1560));margin-bottom:20px;}
	#category_description p, #category_description ul, #category_description li{color:#7a7a7a;}
}

@media screen and (min-width: 776px) {
  #bonhtmlcontent .box-htmlcontent p.h1 {
    line-height: 120%;color:#fff;
  	text-align: center;
        display: block;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 976px) {
#bonhtmlcontent .bonhtmlcontent-content{
	max-width:80%;
}
}