@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf");
	font-style: 700;
}

@font-face {
   font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf");
	font-style: 400;
}

body{
    background-color:white;
}

.top_adresse {
    margin-left: 30px;
    margin-right: 20px;
}
.top_adresse {
    font-size: 14px;
	line-height: 1.7;
}

.ce_iconbox .headline {
	font-size: 24px;
	color: rgb(71, 182, 242);
}

h3 {
    color: rgb(71, 182, 242);
}

h4 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}


.mod_article .downp p {
    margin-bottom: 5px;
}

/* ------------------ PDF Links ------------------ */

a[href$='.pdf']:not([rel="lightbox"]) img {
  display: none; }

a[href$='.pdf']:not([rel="lightbox"]):before {
  font-family: FontAwesome;
  content: "\f1c1";
  display: inline-block;
  color: #c34747;
  margin-right: 5px; }
  

@media only screen and (max-width: 767px) {
	.top_adresse {
		display: none
	}
}