@font-face {
  font-family: "NexaBlackItalic";
  src: url("../fonts/Nexa Black Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBoldItalic";
  src: url("../fonts/Nexa Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBookItalic";
  src: url("../fonts/Nexa Book Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavyItalic";
  src: url("../fonts/Nexa Heavy Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavy";
  src: url("../fonts/Nexa Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaItalic";
  src: url("../fonts/Nexa Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaLightItalic";
  src: url("../fonts/Nexa Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/Nexa Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaThinItalic";
  src: url("../fonts/Nexa Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaThin";
  src: url("../fonts/Nexa Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBoldItalic";
  src: url("../fonts/Nexa XBold Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBold";
  src: url("../fonts/Nexa XBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
Theme Name: Helemaal de bom Thema
Theme URI: http://helemaaldebom.com
Author: Helemaal de bom
Author URI: http://helemaaldebom.com
Description: Het thema van Helemaal de bom, gemaakt om websites te laten knallen.
Version: 1.0
*/




.balloon {
	width: 200px;
    height: 50px;
    padding: 13px 30px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    text-align: center;
    font-size: 16px;
	bottom: 15px;
}
.balloon .tip {
    width: 0;
    height: 0;
    position: absolute;
    right: 25px;
    bottom: -20px;
    border: solid 10px;
    border-color: #fff transparent transparent transparent;
}

.balloon svg {
	    width: 23px;
    height: 23px;
    position: relative;
    z-index: 100;
    bottom: 45px;
    background: #008a3c;
    fill: #ffffff;
    border-radius: 100px;
    padding: 2px !important;
    left: 95px;
}

.close-balloon:hover {
	cursor: pointer; 
}

.counter_message {
	position: relative;
    top: 20px;
    right: 5px;
    background: #F72E2E;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    font-size: 14px;
    color: white;
}

/* Diensten detail pagina de BR weghalen bij een informatie vlak */
.info-informatie-dienst-detail br {
	display: none;
}

/*# sourceMappingURL=style.css.map */