/*
Theme Name: Politiken Theme
Author: kodepine.dk
Version: 1.0.3 (upd. juni 2022)
*/
@import url("https://fonts.googleapis.com/css2?family=Gelasio:ital@0;1&family=Source+Sans+Pro:ital,wght@0,300;0,400;1,300&display=swap");
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

header {
  z-index: 1000000;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

nav {
  color: #000;
}

.nav-small {
  height: 3rem !important;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

@media screen and (max-width: 800px) {
  .nav-small {
    height: 5rem !important;
  }
}
.nav-full {
  height: 5rem !important;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.nav-top {
  background-color: #fefaee;
  position: fixed;
  width: 100%;
  margin: auto;
  z-index: 99;
  top: 0;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.75);
}

.nav-top--container {
  margin: auto;
  width: clamp(16rem, 80vw, 60rem);
  height: 5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-top--container > * a:link {
  text-decoration: none;
  font-size: 1em;
}

.nav-top--logo {
  margin-right: 2.5em;
}

@media screen and (max-width: 620px) {
  .nav-top--logo {
    margin-right: 0.5em;
  }
}
.nav-top--logo img {
  width: 100px;
  min-width: 80px;
}

.nav-top--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-top--primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}

.nav-top--primary ul li {
  text-align: left;
  white-space: nowrap;
}

.nav-top--primary ul li:nth-last-child(1) {
  text-align: right;
}

.nav-top--primary---desktop {
  opacity: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 800px) {
  .nav-top--primary---desktop {
    display: none;
  }
}
.nav-top--primary---mobile {
  opacity: 0;
  width: clamp(16rem, 80vw, 60rem);
  margin: auto;
  display: none;
  height: 1.6666666667rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.nav-top--primary---mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav-top--primary---mobile ul li {
  text-align: left;
  text-transform: uppercase;
  font-size: 90%;
  white-space: nowrap;
}

.nav-top--primary---mobile ul li a, .nav-top--primary---mobile ul li a:link, .nav-top--primary---mobile ul li a:visited {
  color: #000;
}

.nav-top--primary---mobile ul li:nth-last-child(1) {
  text-align: right;
}

@media screen and (max-width: 800px) {
  .nav-top--primary---mobile {
    display: block;
  }
}
.nav-top--login {
  text-transform: uppercase;
  font-size: 120%;
  margin: 0 2em;
  font-weight: 300;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .nav-top--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mobile-navigation {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: -2rem;
  z-index: 2;
  text-align: right;
  color: white;
  line-height: 1.5em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Safari 7.1+ CSS Hack (Formatted Example) */
  /* Only Safari 10.1+ */
}

.mobile-navigation _::-webkit-full-page-media, .mobile-navigation _:future, .mobile-navigation :root .selector {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .mobile-navigation {
      -webkit-transition: -webkit-transform 0s;
      transition: -webkit-transform 0s;
      transition: transform 0s;
      transition: transform 0s, -webkit-transform 0s;
    }
  }
}
.mobile-navigation.showMenu {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.mobile-navigation.hideMenu {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  .mobile-navigation {
    left: 0;
    width: 100vw;
  }
}
.mobile-navigation > div {
  width: clamp(16rem, 80vw, 60rem);
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 800px) {
  .mobile-navigation > div {
    width: 100vw;
  }
}
.mobile-navigation > div > div {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6rem 3rem 4rem 0rem;
  width: clamp(16rem, 40vw, 400px);
}

@media screen and (max-width: 620px) {
  .mobile-navigation > div > div {
    width: 100vw;
  }
}
.mobile-navigation li.active-item > a:link {
  font-size: 120% !important;
  font-weight: bold;
}

.mobile-navigation li, .mobile-navigation li ul li {
  list-style: none;
  line-height: 2.5em;
}

.mobile-navigation li a, .mobile-navigation li a:link, .mobile-navigation li a:visited, .mobile-navigation li ul li a, .mobile-navigation li ul li a:link, .mobile-navigation li ul li a:visited {
  color: white;
  text-decoration: none;
}

.mobile-navigation[data-showmobilenav=onload] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.mobile-navigation[data-showmobilenav=true] ul li {
  opacity: 1;
  /* Chromium + Firefox */
}

@supports (contain: paint) {
  .mobile-navigation[data-showmobilenav=true] ul li {
    opacity: 0;
    -webkit-animation: fadeNavTopShowItems 0.2s ease-in forwards;
            animation: fadeNavTopShowItems 0.2s ease-in forwards;
  }
}
@-webkit-keyframes fadeNavTopShowItems {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeNavTopShowItems {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mobile-navigation[data-showmobilenav=true] ul li:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(9) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.mobile-navigation[data-showmobilenav=true] ul li:nth-child(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes fadeNavTopHideItems {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeNavTopHideItems {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mobile-navigation[data-showmobilenav=false] ul li:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(3) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(7) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(8) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(9) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.mobile-navigation[data-showmobilenav=false] ul li:nth-child(10) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes fadeNavTopHide {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes fadeNavTopHide {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.mobile-navigation-button {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  z-index: 999999;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}

.mobile-navigation-button[data-showmobilenav=true] .button_container .top {
  -webkit-transform: translateY(12px) translateX(-4px) rotate(45deg);
          transform: translateY(12px) translateX(-4px) rotate(45deg);
  background: white;
}

.mobile-navigation-button[data-showmobilenav=true] .button_container .middle {
  opacity: 0;
}

.mobile-navigation-button[data-showmobilenav=true] .button_container .bottom {
  -webkit-transform: translateY(12px) translateX(-4px) rotate(-45deg);
          transform: translateY(12px) translateX(-4px) rotate(-45deg);
  background: white;
}

.mobile-navigation-button[data-showmobilenav=false] .button_container .top {
  top: 4px;
  background: black;
}

.mobile-navigation-button[data-showmobilenav=false] .button_container .middle {
  top: 10px;
  opacity: 1;
  background: black;
}

.mobile-navigation-button[data-showmobilenav=false] .button_container .bottom {
  top: 16px;
  background: black;
}

.mobile-navigation-button > div {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.mobile-navigation-button > div span {
  border: 0;
  height: 1px;
  width: 32px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

section {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 620px) {
  section {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    max-width: 100vw;
  }
}
footer a, footer a:link {
  text-decoration: none !important;
}

footer strong {
  font-size: 120%;
  margin: 0.7em 0;
  display: block;
}

footer {
  background-color: rgba(0, 0, 0, 0.9);
  line-height: 2em;
}

.footer-container {
  width: clamp(16rem, 80vw, 60rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
}

.footer-logo {
  width: 8rem;
}

.footer-adress {
  margin: 0;
  padding: 0;
}

.footer-adress span {
  display: block;
  color: white;
}

.footer-adress span:nth-child(1) {
  font-weight: bold;
}

.footer-contact {
  color: white;
}

.footer-contact span {
  display: block;
  margin-top: 2em;
}

.footer-contact a {
  color: white !important;
}

.footer-email {
  display: block;
  padding-left: 2em;
  background-image: url("img/icons/icons-mail-white.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left 0.4em;
}

.footer-phone {
  display: block;
  padding-left: 2em;
  background-image: url("img/icons/icons-phone-white.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left 0.4em;
}

.footer-social-media--icons {
  display: block;
  height: auto;
  width: 100%;
  margin-top: 1em;
}

.footer-facebook {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url("img/social-media/facebook-white.svg");
  background-repeat: no-repeat;
  background-size: 3em;
}

.footer-instagram {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url("img/social-media/instagram-white.svg");
  background-repeat: no-repeat;
  background-size: 3em;
}

.footer-after {
  padding: 1em 0;
  background-color: #000;
}

.footer-after > div {
  width: clamp(16rem, 80vw, 60rem);
  margin: 0 auto;
  color: grey !important;
}

.footer-after > div a, .footer-after > div a:link, .footer-after > div a:visited {
  color: grey !important;
}

@media screen and (max-width: 620px) {
  .footer {
    padding-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer div {
    display: block;
    margin-bottom: 3em;
  }
}
input[type=button],
input[type=submit],
input[type=button].button,
input[type=submit].button {
  background-color: red;
  color: #000;
  border: 0;
  border-radius: 0.2em;
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  text-shadow: none;
  padding: 0.5em 0.7em;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text],
input[type=password],
textarea {
  background: none;
  background: grey;
  border-radius: 0.1em;
  border: 0px solid;
  padding: 0.5em;
}

.button_white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  color: #132d4e !important;
  border-radius: 2em;
  padding: 0.5em 1.5em 0.6em 1.5em;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.button-related {
  font-family: "Gelasio", serif, sans-serif;
  font-size: 1.1em;
  position: relative;
  bottom: 0.5em;
  width: 100%;
  height: 0px;
  overflow: visible;
}

.button-related--orange a:link {
  background-color: #f2522e;
  color: white !important;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 620px) {
  .button-related--orange a:link {
    padding: 0.5em 3em 0.5em 3em;
  }
}
.button-related--orange a:visited {
  color: white;
}

.button-related--white a:link {
  background-color: white;
  color: #132d4e !important;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 620px) {
  .button-related--white a:link {
    padding: 0.5em 3em 0.5em 3em;
  }
}
.button-related--white a:visited {
  color: #132d4e;
}

.button-base {
  font-family: "Gelasio", serif, sans-serif;
  width: 100%;
  height: 0px;
  overflow: visible;
  white-space: nowrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: inline-table;
}

.button-base--outline {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid black;
  border-radius: 3px;
  text-align: center;
  padding: 0.4em 0;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.button-base--green {
  background-color: #18b140 !important;
}

.button-base--orange a:link {
  background-color: #f2522e;
  color: white !important;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 620px) {
  .button-base--orange a:link {
    font-size: 1em !important;
    padding: 0.3em 1em 0.3em 1em;
  }
}
.button-base--orange a:visited {
  color: white;
}

.button-base--white a:link {
  background-color: white;
  color: #132d4e !important;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 620px) {
  .button-base--white a:link {
    font-size: 1em !important;
    padding: 0.3em 1em 0.3em 1em;
  }
}
.button-base--white a:visited {
  color: #132d4e;
}

.button-base--new-member a:link {
  background-color: #18b140;
  color: white !important;
  border-radius: 2em;
  padding: 0.3em 1em 0.3em 1em;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 620px) {
  .button-base--new-member a:link {
    font-size: 1em !important;
    padding: 0.3em 1em 0.3em 1em;
  }
}
.button-base--new-member a:visited {
  color: #132d4e;
}

.button_orange-coupon a:link {
  background-color: #f2522e;
  color: white !important;
  border-radius: 2em;
  padding: 1em 3em;
  text-decoration: none;
  font-family: "Gelasio", serif, sans-serif;
  font-size: 1.2em;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 800px) {
  .button_orange-coupon a:link {
    font-size: 1em;
    white-space: nowrap;
    padding: 1em 2em;
  }
}
.button_orange-coupon a:visited {
  color: white;
}

.card-single--container---author {
  display: none;
  overflow: hidden;
  -webkit-animation: hideElem 500ms ease-in-out both;
          animation: hideElem 500ms ease-in-out both;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fefaee;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media screen and (max-width: 800px) {
  .card-single--container---author {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .card-single--container---author {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
.card-single--container---author.show {
  -webkit-animation: showElem 500ms ease-in-out both;
          animation: showElem 500ms ease-in-out both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@-webkit-keyframes showElem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showElem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hideElem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideElem {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.author-filter-by--container {
  margin: 2rem auto;
  width: clamp(16rem, 80vw, 60rem);
  font-family: "Gelasio", serif, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 620px) {
  .author-filter-by--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.author-filter-by--container > .reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 620px) {
  .author-filter-by--container > .reset {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 1rem;
  }
}
.author-filter-by--container > .filter {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 620px) {
  .author-filter-by--container > .filter {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1%;
  }
}
.author-filter-by--container > .filter [data-letter] {
  margin: 1px;
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  padding: 0.1em;
  background-color: #8c7e6b;
}

@media screen and (max-width: 620px) {
  .author-filter-by--container > .filter [data-letter] {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
.author-filter-by--container > .filter [data-letter][data-letterstate=true] {
  color: white;
  cursor: pointer;
}

.author-filter-by--container > .filter [data-letter][data-letterstate=false] {
  cursor: default;
  opacity: 0.2;
}

.author-filter-by--reset span {
  text-decoration: underline !important;
  display: inline;
  cursor: pointer;
  font-size: 80%;
}

.author-filter-by a img {
  aspect-ratio: 1/1;
}

.author-books--container {
  margin: 0 auto;
  width: clamp(16rem, 80vw, 60rem);
  padding: 2rem 0;
}

.author-books a img {
  inline-size: 100%;
  -webkit-box-shadow: 10px 10px 0px 0px #f2522e;
          box-shadow: 10px 10px 0px 0px #f2522e;
}

.card-single--container {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fefaee;
}

@media screen and (max-width: 620px) {
  .card-single--container {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
.card-single--top {
  height: auto;
  background-image: url("../politiken-theme/img/assets/no-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-single--top > img {
  height: 100%;
  inline-size: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-single--bottom {
  background-color: #e6e6de;
  padding: 1em 1.8em;
  height: 100%;
  border-bottom: 20px solid #fefaee;
}

.card-single--bottom strong {
  display: block;
  margin: 1em 0;
  font-family: "Gelasio", serif, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.65em;
  color: #132d4e;
}

.card-single--bottom p {
  text-align: left;
  color: #000;
}

.card-single--bottom ul {
  text-align: left;
  list-style-position: inside;
  text-indent: -1.4em;
  /* key property */
  margin-left: 1.4em;
  /* key property */
}

.card-single--stamp {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: #e6e6de;
  height: 50px;
  -webkit-mask-image: radial-gradient(circle at bottom left, transparent 0, transparent 20px, black 21px), radial-gradient(circle at bottom right, transparent 0, transparent 20px, black 21px);
  -webkit-mask-position: bottom left, bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50% 50%;
}

.card-single--stamp:after {
  position: absolute;
  bottom: -20px;
  content: "";
  display: block;
  background: radial-gradient(circle, #fefaee 3px, #e6e6de 0px);
  background-size: 10px 40px;
  background-position: 3px 0px;
  width: 100%;
  height: 40px;
  z-index: -1;
}

.expired--top-image {
  background-size: 0px;
  background-color: #a09483 !important;
}

.expired--top-image img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  opacity: 0.3;
  background-color: #a09483 !important;
  background-image: url();
}

.expired--top {
  background-color: #a09483;
}

.expired--top strong, .expired--top p, .expired--top a:link {
  color: #6b6152 !important;
}

.expired--top:after {
  background: radial-gradient(circle, #fefaee 3px, #a09483 0px);
  background-size: 10px 40px;
  background-position: 3px 0px;
}

.expired--date {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.3em 0.8em;
  border-radius: 2em;
  opacity: 0.7;
  font-size: 90%;
}

.card_double__container {
  margin-top: 1em;
  border: 2rem solid;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 620px) {
  .card_double__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1rem solid;
  }
}
.card_double__left {
  display: block;
  height: auto;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 620px) {
  .card_double__left {
    width: 100%;
  }
}
.card_double__left > img {
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card_double__left.hide {
  display: none;
  width: 0%;
}

.card_double__right {
  padding: 3vw;
  height: auto;
  text-align: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card_double__right strong {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 2.25em;
  color: #132d4e;
}

.card_double__right p {
  color: #000;
  padding: 0.5em 0 1em 0;
}

.card_double__right.fullwidth {
  width: 100%;
}

@media screen and (max-width: 620px) {
  .card_double__right {
    width: 100%;
    text-align: center;
  }
}
.content.coupon {
  color: red;
}

.top-feature {
  margin-top: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 20rem;
}

@media screen and (max-width: 620px) {
  .top-feature {
    margin-top: 6.6666666667rem;
    min-height: 10rem;
  }
}
.top-feature--container {
  margin: 0 auto;
  width: clamp(16rem, 80vw, 60rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Gelasio", serif, sans-serif;
  padding: 2rem 2rem 2rem 2rem;
  height: 100%;
}

@media screen and (max-width: 620px) {
  .top-feature--container {
    padding: 1rem 2rem 2rem 0.5rem;
  }
}
.top-feature--subheader {
  margin-bottom: -1px;
}

.top-feature--subheader h3 {
  font-size: clamp(1em, -0.875rem + 5vw, 3.875em);
  line-height: 1.3em;
  display: inline;
  background: white;
  -webkit-box-shadow: 10px 0 0 white, -10px 0 0 white;
          box-shadow: 10px 0 0 white, -10px 0 0 white;
}

.top-feature--header h1 {
  font-size: clamp(2.25rem, -0.875rem + 10vw, 8.5rem);
  line-height: 1.2em;
}

.top-feature--header h1 span {
  display: inline;
  background: white;
  -webkit-box-shadow: 10px 0 0 white, -10px 0 0 white;
          box-shadow: 10px 0 0 white, -10px 0 0 white;
}

.top-feature--after {
  margin: 0 auto;
  width: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .top-feature--after {
    width: 80vw;
  }
}
.top-feature--after div:nth-child(1) {
  font-size: 85%;
}

.top-feature--after div:nth-child(1) a {
  color: #f2522e;
}

.top-feature--after div:nth-child(2) {
  width: auto;
  display: none;
}

.top-feature--byline {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-spacing: 0.1em;
  color: #979592;
}

.content.image {
  color: red;
}

.inspiration--container {
  margin: 0 auto;
  width: clamp(16rem, 80vw, 60rem);
  padding: 2rem 0;
}

.inspiration a img {
  aspect-ratio: 1/1;
}

.parent_theme--container {
  margin: 0 auto;
  width: clamp(16rem, 80vw, 60rem);
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media screen and (max-width: 620px) {
  .parent_theme--container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.parent_theme--items {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.parent_theme--img {
  width: 30%;
}

.parent_theme--img img {
  height: 100%;
  aspect-ratio: 1/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.parent_theme--text {
  padding: 1rem;
}

.parent_theme--content {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}

.parent_theme--content img {
  margin-bottom: 0.5rem;
}

.parent_theme--content h2 {
  margin: 0;
}

.parent_theme--content span {
  padding: 0 2rem;
}

.parent_theme--content---color_light_blue {
  background-color: #7E94B2;
}

.parent_theme--content---color_dark_blue {
  background-color: #132d4e;
}

.parent_theme--content---color_orange {
  background-color: #f2522e;
}

.parent_theme--content---color_beige {
  background-color: #8c7e6b;
}

.login-prompt {
  margin: 2rem auto;
  margin-top: 8rem;
  margin-bottom: 4rem;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login-prompt--text {
  border-radius: 1em;
  padding: 3em 4em;
  background-color: #e6e6de;
  font-family: "Gelasio", serif, sans-serif;
  color: #132d4e !important;
}

@media screen and (max-width: 620px) {
  .login-prompt--text {
    padding: 2em;
  }
}
.login-prompt--text h2 {
  font-size: clamp(1.25rem, -0.875rem + 10vw, 2.5rem);
  color: inherit;
}

.login-prompt--text h2 strong {
  font-weight: bold;
}

.login-prompt--text h3 {
  font-size: clamp(1rem, -0.875rem + 10vw, 2rem);
  line-height: 1.2em;
  color: #f2522e !important;
  font-style: normal;
  font-style: italic;
}

.login-prompt--text p {
  font-size: 1.2em;
  line-height: 1.5em;
}

.login-prompt--text ul li {
  font-size: 1.2em;
  line-height: 1.3em;
  list-style: inside;
  list-style-position: inside;
  text-align: left;
  text-indent: -1.4em;
  /* key property */
  margin-left: 1.4em;
  /* key property */
}

.login-prompt--btn---signup {
  padding: 4em 0 1em 0;
  width: auto;
  display: block;
  margin: auto;
  text-align: center;
}

.login-prompt--btn---signup a {
  width: auto !important;
  min-width: 50px;
  padding: 1em 2em !important;
  color: white !important;
  background-color: #f2522e !important;
  border: 0;
  height: auto !important;
  font-size: 1em;
  margin: auto;
  border-radius: 2em;
  white-space: nowrap;
}

@media screen and (max-width: 620px) {
  .login-prompt--btn---signup a {
    padding: 1em !important;
  }
}
.login-prompt--btn {
  padding: 2em 0 1em 0;
  width: auto;
  display: block;
  margin: auto;
  text-align: center;
}

.login-prompt--btn a {
  width: auto !important;
  min-width: 50px;
  padding: 0.8em 2em !important;
  color: white !important;
  background-color: #979592 !important;
  border: 0;
  height: auto !important;
  font-size: 1em;
  margin: auto;
  border-radius: 2em;
}

.login-prompt--btn a:before {
  content: "Allerede medlem?";
}

.login-prompt--btn a i {
  display: none;
}

@media screen and (max-width: 620px) {
  .login-prompt {
    width: clamp(16rem, 80vw, 60rem);
  }
}
.page_builder--container {
  margin: 2rem auto;
  width: clamp(16rem, 80vw, 60rem);
}

.page_builder--items {
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
  margin: 0 auto;
  height: auto;
}

.page_builder--textarea {
  font-size: 18px;
  line-height: 1.5em;
  width: 35rem;
  margin: 1em auto;
}

@media screen and (max-width: 800px) {
  .page_builder--textarea {
    width: 80vw;
  }
}
.page_builder--textarea p {
  margin: 0;
}

.page_builder--textarea strong {
  font-weight: bold;
}

.page_builder--textarea ul li {
  list-style: disc;
  margin-left: 1em;
}

.page_builder--textarea blockquote {
  font-family: "Gelasio", serif, sans-serif;
  display: inline-block;
  margin: 2rem 0 1rem 0;
  color: #f2522e;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.5em;
  min-height: 100px;
  background-image: url("img/assets/quote.png");
  background-repeat: no-repeat;
  background-size: 1.5em;
  padding: 1rem;
  padding-top: 2rem;
  padding-left: 0;
}

.page_builder--textarea blockquote p {
  display: inline;
  margin: 0;
  padding: 0;
}

.page_builder--coupon_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

@media screen and (max-width: 800px) {
  .page_builder--coupon_code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_builder--coupon_code---box {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  padding: 1em 3em;
  background-size: 8px 8px;
  background-image: repeating-linear-gradient(45deg, #ddd 0, #ddd 1px, #e6e6de 0, #e6e6de 50%);
}

@media screen and (max-width: 620px) {
  .page_builder--coupon_code---box {
    padding: 1em;
    font-size: 1.1em;
    width: 100%;
  }
}
.page_builder--coupon_code---box.expired {
  text-decoration: line-through;
}

.page_builder--coupon_code---button {
  display: contents;
}

.page_builder--coupon_code.expired {
  opacity: 0.4;
}

.page_builder--divider {
  margin: 1rem 0;
}

.page_builder--divider---hr_01 {
  background-color: #979592;
  width: 35rem;
  margin: 1rem auto;
  height: 1px;
  display: block;
}

.page_builder--divider---hr_02 {
  background-color: #979592;
  width: clamp(16rem, 80vw, 60rem);
  margin: 1rem auto;
  height: 1px;
  display: block;
}

.page_builder--single_image {
  width: clamp(16rem, 80vw, 60rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_builder a img {
  width: 15vw;
  aspect-ratio: 1/1;
}

.page_builder--swiper---slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  text-align: center;
}

.page_builder--swiper---slide img {
  border-top: 20px solid white;
  border-left: 20px solid white;
  border-right: 20px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_builder--swiper---slide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 1em 2em 1em 2em;
}

.swiper-link {
  margin: 1rem auto 1rem auto;
  display: inline-block;
  background-color: #f2522e;
  color: white !important;
  border-radius: 2em;
  padding: 0.3em 1.5em 0.3em 1.5em;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.related--container {
  border-top: 1px solid #979592;
  border-bottom: 1px solid #979592;
  margin: 0 auto;
  width: clamp(16rem, 80vw, 60rem);
  padding: 2rem 0;
  height: 100%;
}

.related--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 800px) {
  .related--items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 620px) {
  .related--items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.yt-hd-thumbnail-inner-containerx {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail, .yt-hd-thumbnail-inner-container > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 0;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail {
  z-index: 2;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail img {
  width: 100%;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail.yt-hd-thumbnail-darken:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail.yt-hd-thumbnail-darken:hover:before {
  opacity: 0;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url(img/assets/youtube-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.yt-hd-thumbnail-inner-container > a.yt-hd-thumbnail:hover:after {
  opacity: 0.8;
}

.yt-hd-thumbnail-inner-container > iframe {
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.yt-hd-thumbnail-inner-container.yt-hd-thumbnail-clicked > a.yt-hd-thumbnail {
  display: none;
}

.yt-hd-thumbnail-inner-container.yt-hd-thumbnail-clicked > iframe {
  opacity: 1;
}

.video-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-text {
  display: block;
  width: 100%;
  background-color: red;
  height: auto;
  overflow: hidden;
}

h2 {
  font-family: "Gelasio", serif, sans-serif;
  font-size: clamp(1.8rem, -0.875rem + 5vw, 3rem);
  line-height: clamp(2rem, -0.875rem + 6vw, 4rem);
  margin-bottom: 2rem;
}

h3 {
  font-family: "Gelasio", serif, sans-serif;
  font-size: clamp(1.5rem, -0.875rem + 5vw, 2rem);
  line-height: clamp(1.3em, -0.875rem + 6vw, 1.3em);
  margin-top: 1rem;
  margin-bottom: .5rem;
}

h4 {
  font-family: "Gelasio", serif, sans-serif;
  font-weight: bold;
  font-size: clamp(1.2rem, -0.875rem + 5vw, 1.2rem);
  line-height: clamp(1.7rem, -0.875rem + 6vw, 1.2rem);
  margin-top: 1rem;
  margin-bottom: 0.2em;
}

em {
  font-weight: bold;
  font-variant: normal;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #fefaee;
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 1.35em;
  margin: 0;
  overflow-x: hidden;
  height: 100%;
}
body a, body a:link, body a:visited {
  color: #000;
  text-decoration: underline;
}

img {
  border: 0;
}

a, a:link, a:visited {
  text-decoration: none !important;
}