/* ----- VARIABLES ----- */
/* ----- MIXINS ----- */
/* ----- COMMONALITIES ----- */
#topbanners {
  position: relative;
  width: 100%;
}

#topbanners .summersale {
  background: url("/subpages/splashpages/summersale/background_banner3.jpg") right center;
  font-family: countach, sans-serif;
  color: white;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 2px black;
  max-height: 350px;
}

#topbanners .summersale.show {
  display: flex !important;
}

#topbanners .summersale h1 {
  font-family: inherit;
  color: inherit;
  font-size: 3.6rem;
  display: block;
  width: max-content;
  border: solid currentColor;
  border-width: 5px 0;
  margin-bottom: 1.5rem;
  padding-bottom: 5px;
  font-weight: 700;
}

#topbanners .summersale p {
  font-family: adobe-text-pro, "IBM Plex Serif", Quadraat, Georgia, serif;
  color: inherit;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0;
}

#topbanners .summersale p.emph {
  font-family: inherit;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 3px;
}

#topbanners .summersale .smallprint {
  font-size: 0.9rem;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  font-weight: 300;
}

.topbanner {
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  padding: 4rem;
  margin-bottom: 2em;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.topbanner * {
  box-sizing: inherit;
}

.topbanner p, .topbanner a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  margin-top: .75rem;
}

.topbanner a {
  color: #517b9b;
}

.topbanner > * {
  width: 800px;
  margin: auto;
}

.topbanner.easterhours {
  background: url(https://www.mtp.dk/images/banners/bg-easter.jpg) no-repeat bottom/cover;
  padding-top: 0;
  padding-bottom: 0;
}

.topbanner.easterhours > div {
  width: 700px;
  background: rgba(255, 255, 255, 0.6);
  padding: 2.5rem 1.5rem;
}

.topbanner.show {
  display: block !important;
}

.topbanner.summerhours {
  background: #f0e68c;
  border-bottom: 2px solid lightgray;
}

.topbanner.summerhours h1 {
  font-size: 2rem;
  letter-spacing: .125em;
}

.topbanner.summerhours p {
  font-size: 1.7rem;
  margin-top: 1em;
  color: #333;
  font-family: inherit;
}

.topbanner.blackfriday {
  background: #000;
  color: #ddd;
  background: black;
  font-family: Camphor, Inter, Helvetica, Arial, sans-serif;
}

.topbanner.blackfriday h1 {
  font-family: 'Fredericka the Great', cursive;
  font-size: 22pt;
  color: inherit;
  text-transform: uppercase;
  font-weight: 400;
}

.topbanner.blackfriday p {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin-top: 1em;
}

.topbanner.christmas {
  background: #cc231e;
  color: #fff;
  font-family: Faustina,Georgia,serif;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 10px solid #34a65f;
  background: #C0392B;
  background: repeating-linear-gradient(135deg, #ac0300, #ac0300 20px, #cc231e 20px, #cc231e 30px);
}

.topbanner.christmas h1 {
  font-size: 1.7em;
  letter-spacing: .07em;
  color: inherit;
  font-family: Podkova,Verdana,sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.topbanner.alenius70 {
  background: white;
  color: #130d11;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #c60c30;
}

.topbanner.alenius70.show {
  display: flex !important;
}

.topbanner.alenius70 h1, .topbanner.alenius70 p {
  width: 644px;
  padding-left: 56px;
}

.topbanner.alenius70 h1 {
  color: #c60c30;
}

.topbanner.alenius70 h1::after {
  content: '';
  position: absolute;
  display: block;
  height: 100px;
  width: 133px;
  top: calc(50% - 50px);
  background: url("/images/dk.svg");
  background-size: cover;
  transform: translateX(-170px);
  border-radius: 8px;
}

.topbanner.notice {
  font-size: 1.6rem;
  font-weight: bold;
  background: #71224f;
  color: white;
  text-align: center;
  text-wrap: balance;
}
