#content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(11, 33, 45, 1) 100%
  );
}
#content .whiteborder {
  display: none;
}
#content .whiteborder.showed {
  display: block;
}
.whiteborder {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
  color: #23668b;
  margin-top: 32px;
}
h3 {
  max-width: calc(100% - 40px) !important;
  text-transform: uppercase;
}
.programblokk {
  background: white;
  border-radius: 10px;
  padding: 16px;
  position: relative;
}
.programblokk span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}
.programblokk span.time {
  width: 80px;
  color: #58a7c4;
}
.programblokk span.red {
  color: #d42b2a;
  font-weight: 600;
}
.whiteborder p:not(.programblokk p) {
  margin: 0px 1.2em !important;
  margin-bottom: 16px !important;
}
.flexblokk {
  max-width: 100%;
  display: flex;
}
.programblokk:nth-child(1) {
  margin-right: 8px;
}
.programblokk:nth-child(2) {
  margin-left: 8px;
}
.programblokk .kblokk {
  position: absolute;
  top: 0px;
  right: 0px;
}
.programblokk .dblokk {
  background: #d42b2a;
  color: white;
  padding: 8px 32px;
  border: none;
  border-radius: 0px 8px;
  font-weight: 600;
  display: inline-block;
  font-size: 12px;
  width: auto;
  right: 0px;
  position: relative;
}
.selector_button {
  border: 1px solid #23668b;
  border-radius: 8px;
  display: inline-block;
  padding: 8px;
  color: #23668b;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  width: auto;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
}
.selector_button:hover,
.selector_button.aktiv {
  background: #23668b;
  color: white;
}
@media (max-width: 1050px) {
  .flexblokk {
    flex-direction: column;
  }
  .programblokk {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .programblokk:nth-child(1) {
    margin-bottom: 16px;
  }
}
