@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/overpass-v13-latin-regular.woff2") format("woff2"), url("/fonts/overpass-v13-latin-regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/overpass-v13-latin-italic.woff2") format("woff2"), url("/fonts/overpass-v13-latin-italic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/overpass-v13-latin-600.woff2") format("woff2"), url("/fonts/overpass-v13-latin-600.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/overpass-v13-latin-600italic.woff2") format("woff2"), url("/fonts/overpass-v13-latin-600italic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 900;
  src: url("/fonts/overpass-v13-latin-900.woff2") format("woff2"), url("/fonts/overpass-v13-latin-900.ttf") format("truetype");
}

* {
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

*:focus {
  border-width: 0.0rem !important;
}

html {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden !important;
  background-color: #444;
  height: 100%;
  width: 100%;
}

body header {
  margin-top: 0px;
  padding: 0px;
  position: fixed;
  border-bottom: 1px solid #444;
  z-index: 200;
}

body header > div {
  background-color: white;
  padding: 0px 30px !important;
}

body header > div img {
  max-width: 400px;
  padding-left: 40px;
  width: 100%;
}

body header > div a.nav-link {
  line-height: 15px;
}

body header > div a.nav-aktiv {
  line-height: 15px;
  background-color: #888;
  color: white !important;
}

body header > div div.container div.container {
  width: auto;
}

body div.slider {
  padding-top: 115px;
  padding-left: 0px;
  padding-right: 0px;
}

body div.slider aside#Slider div.carousel-indicators button {
  border-top: 0px !important;
}

body div.slider img {
  width: 100%;
}

body main {
  clear: both;
  padding: 0px 0px 0px 0px;
}

body main ul.signed {
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
}

body main ul.signed li.stern:before {
  content: '*';
  margin-left: -10px;
}

body main ul.signed li.plus:before {
  content: '+';
  margin-left: -10px;
}

body main ul.signed li.minus:before {
  content: '-';
  margin-left: -10px;
}

body main > div {
  background-color: white;
  padding: 40px 60px !important;
}

body main > div h1 {
  clear: both;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  background-color: #888;
  display: table;
  padding: 8px 20px 0px 40px;
  line-height: 50px;
  font-size: 32px;
  margin-bottom: 4px;
}

body main > div h2 {
  clear: both;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  background-color: #888;
  display: table;
  padding: 8px 20px 0px 40px;
  line-height: 50px;
  font-size: 22px;
  margin-bottom: 30px;
}

body main > div h3 {
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

body main > div h4 {
  clear: both;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  background-color: #888;
  display: inline-block;
  padding: 8px 20px 0px 40px;
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

body main > div img {
  max-height: 200px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

body main > div a {
  text-decoration: none;
  background-color: #888;
  padding: 2px 5px;
  color: white;
  transition: background-color 0.5s ease-in-out;
}

body main > div a:hover {
  text-decoration: none;
  background-color: #444;
  color: white;
}

body main > div a.ctap {
  background-color: transparent;
  padding: 0px;
}

body main > div a.cta-1 {
  clear: both;
  display: block;
  background-color: #888;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: background-color 0.5s ease-in-out;
}

body main > div a.cta-1:hover {
  background-color: #000;
}

body main > div div.ctab {
  clear: both;
  display: block;
  padding-left: 40px;
}

body main > div div.ctab > div.ctav {
  max-width: 50%;
}

body main > div .clearfix {
  clear: both !important;
}

body footer {
  clear: both;
}

body footer div.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

body footer div.container a {
  color: white;
  text-decoration: none;
}

body footer div.container a:hover {
  color: #888;
}

body footer div.container img {
  max-width: 200px;
}

body footer div.container div.logocola {
  white-space: nowrap;
}

body footer div.container div.logocola img:first-child {
  max-width: 150px;
  padding-right: 20px;
}

body footer div.container div.logocola img:last-child {
  max-width: 150px;
  padding-left: 20px;
  border-left: 2px solid #CCC;
}

@media (max-width: 1200px) {
  body header {
    margin-top: 0px;
  }
  body header > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 992px) {
  body {
    width: 100%;
  }
  body header {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    padding: 0px !important;
    margin: 0px !important;
  }
  body header div.container {
    padding: 0px 0px !important;
    margin: 0px;
    max-width: 100%;
  }
  body header div.container img {
    padding: 0px;
    height: 50px;
  }
  body header div.container nav.navbar {
    padding: 0px !important;
    max-width: 100%;
  }
  body header div.container nav.navbar div.container {
    margin: auto;
  }
  body header div.container nav.navbar div.container ul.navbar-nav li.nav-item a.nav-link {
    padding-left: 20px;
  }
  body div.container.slider {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body main {
    padding: 0px !important;
  }
  body main div.container {
    padding: 20px 0px 40px 0px !important;
  }
  body main > div h1 {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 35px;
  }
  body main > div h2 {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 35px;
  }
  body main > div h4 {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 5px;
    display: block;
    line-height: 24px;
  }
  body main > div a.cta-1 {
    line-height: 26px;
    font-size: 14px;
  }
  body main > div div.ctab {
    padding-left: 10px;
    padding-right: 5px;
  }
  body main > div div.ctab img {
    max-height: none;
    max-width: 40%;
    width: 100%;
    height: auto;
    clear: both;
    margin-right: 0px;
    margin-left: 2px;
    padding: 0px;
  }
  body main > div div.ctab div.ctav {
    max-width: 90%;
  }
  body main > div div.ctab div.col-6 img {
    width: 100%;
    max-width: 100%;
    clear: both;
    float: none;
  }
  body footer div.logocola {
    white-space: wrap !important;
  }
  body footer div.logocola img:first-child {
    max-width: 150px;
    padding-right: 0px !important;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #CCC;
    clear: both;
  }
  body footer div.logocola img:last-child {
    max-width: 150px;
    padding-left: 0px !important;
    border-left: 0px solid #CCC !important;
    clear: both;
  }
}
