@charset "UTF-8";
@font-face {
  font-family: 'haas';
  src: url('../fonts/haas.woff2') format('woff2'), url('../fonts/haas.woff') format('woff'), url('../fonts/haas.ttf') format('truetype');
  font-display: auto;
}
/* DEFAULT */
@media only screen {
  * {
    color: #000000;
    font-size: calc(17px + 6 * ((100vw - 300px) / (3300 - 300)));
    line-height: 1.6em;
    font-family: "haas", 'TrebuchetMS', Helvetica, sans-serif;
  }
  a {
    color: #0C0C3E;
    font-weight: bold;
  }
  a:hover, .cta a:hover, #mswd a:hover, #footer-right a:hover {
    color: #FF0000;
    text-decoration: underline;
    text-decoration-color: #FF0000;
  }
  #footer-left a:hover, #login a:hover {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #000000;
  }
  #nav a:hover, #footer-center a:hover {
    color: #00FF00;
    text-decoration: underline;
    text-decoration-color: #00FF00;
  }
  blockquote {
    margin: 1em;
  }
  blockquote, .italic {
    font-style: italic;
  }
  body {
    background: #FFFFFF;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
  }
  div, img, .zero {
    border: 0;
    margin: 0;
    padding: 0;
  }
  form {
    margin: 0 1%;
  }
  h1, .h1 {
    color: #0C0C3E;
    font-size: 1.8rem;
  }
  h2, .h2 {
    color: #0C0C3E;
    font-size: 1.4rem;
    margin-bottom: -.5em;
  }
  h3, .h3 {
    color: #0C0C3E;
    font-size: 1.2rem;
    margin-bottom: -.5em;
  }
  h4, .h4 {
    color: #0C0C3E;
    font-size: 1.1rem;
    margin-bottom: -.5em;
  }
  h5, .h5, h6, .h6 {
    color: #0C0C3E;
    font-size: 1em;
  }
  hr {
    border: 1px solid #0C0C3E;
    height: 4px;
    margin: 4px 0;
  }
  input, select, textarea {
    background: #FFFFFF;
    border: 1px solid #0C0C3E;
    font-size: 1em;
    margin: .5em;
    padding: .5em;
  }
  label, .hidden {
    display: none;
  }
  li {
    list-style-image: none;
    margin: .5em .5em .5em -10px;
  }
  main {
    min-height: 50vh;
  }
  p, td, th {
    margin: 1em 0;
  }
  ol, ul {
    margin: 0;
  }
  sub, sup {
    font-size: 17px;
  }
  .center {
    text-align: center;
  }
  .cz {
    margin: 0;
    text-align: center;
  }
  .flex-around {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
  }
  .hidden {
    display: none;
  }
  .justify {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .larger {
    font-size: 1.2rem;
  }
  .left {
    text-align: left;
  }
  .link {
    padding: 0 12px;
  }
  .nav-p {
    margin: 8px auto;
    padding: 8px 14px;
    text-align: center;
  }
  .nav-p a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
  }
  .normal {
    font-weight: normal;
  }
  .pointer, #submit {
    cursor: pointer;
    text-decoration: underline;
  }
  .right {
    text-align: right;
  }
  .smaller {
    font-size: 17px;
  }
  .social {
    height: 32px;
    margin: 0 0 -8px 24px;
    width: 32px;
  }
  .strong {
    font-weight: bold;
  }
  #exclusiv-pic {
    height: auto;
    max-width: 250px;
    width: 20vw;
  }
  #footer-left, #footer-center, #footer-right {
    padding: 1px 1%;
  }
  #footer-left {
    width: 48%;
  }
  #footer-center {
    width: 30%;
  }
  #footer-right {
    width: 16%;
  }
  #footer-left *, #footer-center * {
    color: #FFFFFF;
  }
  #gtm {
    height: 0;
    display: none;
    visibility: hidden;
    width: 0;
  }
  #login p {
    margin: 5px;
    text-align: right;
  }
  #login a {
    color: #0C0C3E;
  }
  #login a:hover {
    color: #FFFFFF;
    text-decoration-color: #FFFFFF;
  }
  #logo {
    height: auto;
    margin: 10px 0;
    max-width: 140px;
    width: 10vw;
  }
  #mswd a, #mswd p {
    color: #757575;
    font-size: 17px;
    font-weight: normal;
    padding: 2em 10px 0 0;
    text-align: right;
  }
  #nav {
    flex-wrap: wrap;
  }
  #tagline {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
  }
}
/* MEGAPIXEL */
@media only screen and (min-width: 2001px) {
  .content, #header {
    padding: 1px 20%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* DESKTOP */
@media only screen and (max-width: 2000px) {
  .content, #header {
    padding: 1px 4%;
  }
  #footer, #header {
    flex-direction: row;
  }
}
/* MOBILE */
@media only screen and (max-width: 700px) {
  .content, #header {
    padding: 1px 2%;
  }
  #exclusiv-pic {
    width: 40vw;
  }
  #footer {
    flex-direction: column-reverse;
  }
  #header {
    flex-direction: column;
  }
  #footer-left, #footer-center {
    text-align: center;
  }
  #footer-left, #footer-center, #footer-right {
    width: 98%;
  }
  #logo {
    width: 70vw;
  }
}
/* COLORS */
.bg-orange, #footer-left, #login {
  background-color: #EF4323;
}
.bg-purple, #footer-center, #nav {
  /*  background-color: #494CA0;  */
  background-color: #0C0C3E;
}
.black {
  color: #000000;
}
.blue {
  color: #0000FF;
}
.green {
  color: #00FF00;
}
.orange {
  color: #EF4323;
}
.purple {
  color: #0C0C3E;
}
.red {
  color: #FF0000;
}
.white {
  color: #FFFFFF;
}
/* PRINT */
@media print {
  blockquote, caption, h1, h2, h3, h4, li, p, td, th {
    font-family: 'Times New Roman', Times, serif;
  }
  blockquote, caption, li, p, td, th {
    font-size: 12pt;
    line-height: 15pt;
  }
  h1 {
    font-size: 15pt;
  }
  h2 {
    font-size: 14pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
}