@import url("https://use.typekit.net/zeg8grc.css");

.arial p {font-family: Arial, Helvetica, sans-serif;line-height: 1.77;}

.lefier-pink, .lefier-green, .lefier-orange {padding: 15px;}

.lefier-pink {
  background: #9d4c8f;
  border: 35px solid #d14f83;
  color: #fff;
}

.lefier-pink-2 {
  background: #d14f83;
  color: #fff;
  text-align: right;
  font-weight: bold;
  padding: 31px;
  margin-bottom: 0;
}

.lefier-green {background:#aec256;}
.lefier-orange {background:#f0ab5f;}

.lefier-kop {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  font-family: "superclarendon", serif;
}


.border-white {
  border: 3px solid #fff;
}

/* MEDIA QUERIES */

/* Desktop  */
@media only screen and (min-width: 960px) and (max-width: 1200px) {

}

@media only screen and (max-width : 1280px) {
	
}

/* Tablet  */
@media (max-width: 959px) and (min-width: 769px) {

}

/* Mobile Modes */
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
    
.arial p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}    

.lefier-pink {
  background: #9d4c8f;
  border: 15px solid #d14f83;
  color: #fff;
}
    
.lefier-kop {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 22px;
  text-transform: none;
  font-family: "superclarendon", serif;
  margin-top: 10px;
}

.lefier-pink-2 {
  background: #d14f83;
  color: #fff;
  text-align: right;
  font-weight: bold;
  padding: 24px;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}

}