/* Import Font */
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainLight-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainRegular-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainBold-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pnl/assets-www/font/plain/PlainThin-Regular.css");
@import url("https://pblx.s3.amazonaws.com/pbe/assets-www/iframes/nl/glasopties-kind/css/bootstrap.css");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'PlainThin';
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.center {
  text-align: center;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

h2 {
  font-size: 24px;
  font-family: 'PlainBold'!important;
}

h3 {
  font-family: 'PlainBold'!important;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
}
p a {
    color: #000000;
}
.glaspakketten .col-md-5 {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.glaspakketten .col-md-6 {
  /*width: 16.6665%;*/
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

@media screen and (max-width: 1324px) {
  body {
    margin: 0 25px;
  }
}

@media screen and (max-width: 899px) {
  .glaspakketten .col-md-6 {
    width: 100%;
    float: left;
  }

  .glaspakketten .col-md-6 {
    margin-bottom: 15px;
  }
}

.glaspakketten {
  margin-top: 30px;
}

.glaspakketten h3 {
  display: block;
  color: #fff!important;
  padding: 10px 20px;
  margin: 0;
}

.junior span {
  color: rgba(0,104,83,1);
}

.junior h3 {
  background: rgba(255,206,0,1);
  color: rgba(0,104,83,1) !important;
}

.junior .pakket-content {
  background: rgba(255,206,0,0.1);
}

.bronze span {
  color: rgba(130,105,84,1);
}

.bronze h3 {
  background: rgba(130,105,84,1);
}

.bronze .pakket-content {
  background: rgba(130,105,84,0.1);
}

.zilver span {
  color: rgba(98,97,96,1);
}

.zilver h3 {
  background: rgba(98,97,96,1);
}

.zilver .pakket-content {
  background: rgba(98,97,96,0.1);
}

.gold span {
  color: rgba(141,117,53,1);
}

.gold h3 {
  background: rgba(141,117,53,1);
}

.gold .pakket-content {
  background: rgba(141,117,53,0.1);
}

.pakket-content {
  padding: 20px;
  min-height: 220px;
}

.pakket-content span {
  font-size: 24px;
  font-family: 'PlainBold'!important;
  
}

.pakket-content ul {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .bronze, .zilver, .gold {
    margin-top: 15px;
  }

  .pakket-content {
    min-height: auto;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
