.imgtext {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2rem;
}

html,
body {
  overflow-x: hidden;
  height: 100%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: #262626;
  background-color: #f9f9f9;
  text-wrap: pretty;
}

/* FIXES PADDING ON TABLET AND MOBILE */
article {
  padding-left: 1rem;
  padding-right: 1rem;
}

bg-orange {
  background-color: #ff7417;
}

/* Background color for the body */
bg-smoke {
  background-color: #efefef;
}

/* All images are responsive*/
img {
  max-width: 100%;
  height: auto;
}

::selection {
  background: #91c7f1;
}

.top {
  vertical-align: top;
}

/* // Links */
/* unvisited link */
section a:link {
  color: #0000ff;
}

/* visited link */
section a:visited {
  color: #800080;
}

/* mouse over link */
section a:hover {
  color: #ff0000;
  /* Change to red on hover */
  text-decoration: underline;
  /* Add or emphasize underline */
}

/* selected link */
section a:active {
  color: #ff0000;
}

/* =============================================== */
/* Block quotes  */
/* unvisited link */
blockquote cite a:link {
  color: #0000ff;
}

/* visited link */
blockquote cite a:visited {
  color: #800080;
}

/* mouse over link */
blockquote cite a:hover {
  color: #ff0000;
  /* Change to red on hover */
  text-decoration: underline;
  /* Add or emphasize underline */
}

/* selected link */
blockquote cite a:active {
  color: #ff0000;
}

.blockquote-foote {
  padding-top: 1em;
}

/* =============================================== */
/* NAVIGATION */
/* SECTION FOOTER  */
.footer h2 {
  color: white;
}

.footertop {
  font-family: "Noto Sans", sans-serif;
  background-color: #032045;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-top: solid 0.3em #030066;
  border-bottom: solid 0.3em #030066;
}

.footertop h3 {
  color: white;
}

.footertop h1 {
  color: white;
}

/* // Footer Links */
/* unvisited link */
footer a:link {
  color: #dedede;
  text-decoration: underline;
}

/* visited link */
footer a:visited {
  color: #c65112;
}

/* mouse over link */
footer a:hover {
  color: #111111;
  background-color: #ffffff;
  text-decoration: none;
  /* Add or emphasize underline */
}

/* selected link */
footer a:active {
  color: #767676;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Noto Sans", sans-serif;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 120%;
}

h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.subheader {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 130%;
  font-weight: 600;
  font-style: italic;
  color: #292a37;
}

.small-subheader {
  color: #222222;
  font-family: "Noto Sans", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 120%;
  font-weight: 400;
  font-style: italic;
  color: #08062a;
}

.smallprint {
  background-color: #f9f9f9;
  color: #292a37;
}

.blockquote {
  border-left: 3px solid #0e2a48;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

/* Smallest */
@media (min-width: 320px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .subheader {
    font-size: 1.5rem;
  }
  .imgtxt {
    font-size: 1rem;
  }
  body {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .bg-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/* Small devices */
@media (min-width: 544px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .subheader {
    font-size: 1.5rem;
  }
  .imgtxt {
    font-size: 1rem;
  }
  body {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .bg-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/* Medium devices */
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .subheader {
    font-size: 2rem;
  }
  .imgtxt {
    font-size: 1rem;
  }
  body {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .bg-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Large devices */
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .subheader {
    font-size: 2rem;
  }
  .imgtxt {
    font-size: 1rem;
  }
  body {
    font-size: 1.3em;
    line-height: 2.2rem;
  }
  .bg-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Extra large devices (large desktops, 1200px and up) XL */
@media (min-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
  body {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
/* MENU */
.navbar.bg-light {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 0;
}

.navbar.bg-light .navbar-brand {
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.navbar.bg-light .nav-link {
  color: #666666;
  font-weight: 400;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease;
}

.navbar.bg-light .nav-link:hover,
.navbar.bg-light .nav-link.active {
  color: #000000;
}

/* Dropdown styling */
.navbar.bg-light .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}

.navbar.bg-light .dropdown-item {
  color: #666666;
  padding: 0.5rem 1.5rem;
  transition: all 0.2s ease;
}

.navbar.bg-light .dropdown-item:hover,
.navbar.bg-light .dropdown-item:active {
  background-color: #f8f9fa;
  color: #000000;
}

/* Mobile menu button */
.navbar.bg-light .navbar-toggler {
  border: none;
  padding: 0.25rem;
}

.navbar.bg-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar.bg-light .navbar-brand:hover {
  opacity: 0.8;
}

/* Ant Path */
#antpath {
  padding: 1rem 0;
  color: #666666;
}

#antpath a {
  color: #666666;
  text-decoration: none;
}

#antpath a:hover {
  color: #000000;
}

/* Style for the last item (current page) */
#antpath a:last-of-type {
  color: #000000;
  font-weight: 500;
}

/* Style for the separator arrow */
#antpath a + span,
#antpath span {
  color: #cccccc;
  padding: 0 0.5rem;
}

/* Redaktionell linje */
.redaktionellinje-con {
  padding-top: 1.5em;
}

.redaktionellinje {
  color: rgb(70, 70, 70);
  font-family: "Noto Sans", sans-serif;
  line-height: 130%;
  font-weight: 100;
  font-size: 1em;
  background-color: #dadde2;
}

.redaktionellinje a:link {
  color: #0000ff;
}

.redaktionellinje a:visited {
  color: #800080;
}

.redaktionellinje a:hover,
.redaktionellinje a:focus {
  color: #ff0000;
  text-decoration: underline;
}

.redaktionellinje a:active {
  color: #ff0000;
}