/***************************************
!! FONT FAMILY !!
***************************************/
@font-face {font-family: "Impact"; src: url(font/impact.ttf) format("truetype");}
@font-face {font-family: "Raleway"; src: url(font/raleway.ttf) format("truetype");}
@font-face {font-family: "Raleway-bold"; src: url(font/Raleway-ExtraBold.ttf) format("truetype");}
@font-face {font-family: "Sans-serif"; src: url(font/OpenSans.ttf) format("truetype");}
@font-face {font-family: "Oswald"; src: url(font/Oswald.ttf) format("truetype");}
@font-face {font-family: "Roboto"; src: url(font/Roboto.ttf) format("truetype");}

/***************************************
!! ALGEMEEN !!
***************************************/.bold{font-weight: bold !important;}
.zwart{color: black !important;}
.wit{color: white !important;}
.oranje1{color: rgb(222,111,33) !important;}
.bgrood{background-color: rgb(206,64,62) !important;}
.bgoranje{background-color: rgb(222,111,33) !important;}
.bggroen{background-color: green !important;}
a:link, a:visited, a:hover, a:active {color: rgb(0,0,0); text-decoration: none;}
.center{text-align: center !important;}
.rechts{text-align: right !important;}
.links{text-align: left !important;}
.bold{font-weight: bold;}
.goud{color: rgb(255,215,0);}
.zilver{color: rgb(192,192,192);}
.brons{color: rgb(205, 127, 50);}

.fs11{font-size: 11px !important;}
.fs20{font-size: 20px !important;}
.fs25{font-size: 25px !important;}
.fs30{font-size: 30px !important;}

.nadruk{font-family: Raleway-bold; color: rgb(222,111,33);}
.nadruk2{font-family: Raleway-bold; color: rgb(206,64,62) !important;}
.subtitel{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  font-family: Raleway-bold;
  font-weight: bold;
  font-size: 26px;
  margin-top: 30px;
}

.mbot32-0{margin-bottom: 32px !important;}
.margintop20{margin-top: 20px !important;}


.opsomming{
  width:100%;
  height: auto;
  float: left;
  position: relative;
}

.opsomming-icon{
  width: auto;
  float: left;
  position: relative;
  height: auto;
  color: rgb(222,111,33);
  margin: 7px 10px 7px 0px;
  font-size: 10px;
}

.opsomming-tekst{
  height: auto;
  width: calc(100% - 17px);
  float: left;
  position: relative;
  margin: 4px 0px;
}

.margin0{margin: 0px !important;}
.no-hover::hover{background-color: white !important;}
.no-hover{background-color: white !important;}
@media screen and (max-width: 900px) {
 .mbot32-0{margin-bottom: 0px !important;}
}