@font-face {
  font-family: "Noto Sans";
  src: url(/static/dinitrol/fonts/notosans-regular-webfont.woff2)
      format("woff2"),
    url(/static/dinitrol/fonts/notosans-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url(/static/dinitrol/fonts/notosans-light-webfont.woff2) format("woff2"),
    url(/static/dinitrol/fonts/notosans-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url(/static/dinitrol/fonts/notosans-condensedbold-webfont.woff2)
      format("woff2"),
    url(/static/dinitrol/fonts/notosans-condensedbold-webfont.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url(/static/dinitrol/fonts/notosans-condensedlight-webfont.woff2)
      format("woff2"),
    url(/static/dinitrol/fonts/notosans-condensedlight-webfont.woff)
      format("woff");
  font-weight: 500;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #413a32;
  color: #111;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  padding-top: 148px;
}

a {
  text-decoration: none;
  color: #3c3b3b;
}

a:hover {
  color: #3c3b3b;
  opacity: 0.8;
}

h2,
h3 {
  font-family: "Noto Sans Condensed", sans-serif;
  hyphens: none;
  word-wrap: break-word;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  line-height: 38px;
}

h3 {
  font-size: 28px;
  line-height: 30px;
}

ul {
  list-style: disc;
  margin: 1.5em 0 1.5em 0em;
}

li {
  font-weight: 300;
  letter-spacing: 0.04em;
}

.dks-fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}

.dks-topheader {
  padding: 5px 0 6px;
  background: #efefef;
  min-height: 28px;
}

.dks-topheader__brandof {
  height: 20px;
  margin: 5px 15px 0 0;
  width: auto;
}

.dks-topheader__link {
  margin-right: 1rem;
}

.dks-header {
  padding: 20px 0;
  background-color: #fff;
}

.dks-header__logo {
  width: 255px;
  height: auto;
  max-width: 100%;
}

.dks-header__nav {
  list-style: none;
  margin-top: 5px;
}

.dks-header__nav li {
  margin: 6px 0 0 15px;
  padding: 5px 0 5px 10px;
  border-left: 1px solid #ccc;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 1.03px;
}

.dks-header__nav li a {
  color: #000;
  font-weight: 400;
}

.dks-header__nav li:first-child {
  border-left: none;
}

.dks-teaser {
  position: relative;
}

.dks-teaser__stage {
  background-image: url("/static/dinitrol/img/teaser.jpg");
  min-height: 555px;
  padding: 70px 0;
  background-size: cover;
  background-position: center;
}

.dks-teaser__overlay {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.35) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.35) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.35) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000',endColorstr='#00000000',GradientType=1);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.dks-teaser__text {
  max-width: 700px;
}

.dks-teaser h1 {
  font-weight: 300;
  font-size: 110px;
  line-height: 105px;
  color: #fff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  hyphens: none;
}

.dks-teaser p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 20px;
}

.dks-teaser .container {
  position: relative;
}

.dks-teaser p a.readmore {
  color: #fff;
  font-size: 19px;
}

.dks-teaser p a.readmore i {
  color: #e72f35;
  font-size: 14px;
}

.dks-content {
  background: linear-gradient(
    to bottom,
    rgba(7, 17, 27, 1) 0%,
    rgba(136, 163, 174, 1) 100%
  );
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  min-height: 600px;
  border-top: 1px solid #fff;
  padding: 0 0 3rem 0;
  margin: 0;
}

.dks-content h2 {
  margin-bottom: 25px;
}

.dks-images {
  margin: 2rem 0 0rem 0;
}

.dks-images img {
  margin-bottom: 2rem;
}

.dks-box {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.dks-box__wrapper {
  padding: 25px 20px 15px;
}

.dks-box__date {
}
.dks-box__title {
}
.dks-box__text {
}
.dks-box__more {
  color: #fff;
}
.dks-box__more:hover {
  color: #fff;
  opacity: 0.8;
}

.dks-box__image img {
  width: 100%;
  height: auto;
}

.dks-footer {
  color: #fff;
  background: #073458;
  border-top: 1px solid #fff;
  padding: 40px 0 80px;
  transition: transform 0.2s;
}

.dks-footer__title,
.dks-contact-form__header {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.dks-footer__contact-phone {
  display: block;
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 25px 0;
}
.dks-footer__contact-phone:hover {
  color: #ffffff;
}

.dks-footer__contact-block {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dks-contact-form__columns input {
  width: 80%;
}
.dks-contact-form__columns input[type="checkbox"] {
  width: auto;
}
.dks-contact-form input[type="submit"],
.btn-primary,
.btn-primary:hover {
  background-color: #e73035;
  color: #fff;
  border: none;
  padding: 5px 15px;
}
.dks-footer__nav {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.dks-footer__nav li {
  margin: 0 25px;
}
.dks-footer__nav a {
  color: #ffffff;
}

.dks-arrow-up {
  position: fixed;
  z-index: 15;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.dks-arrow-up__icon {
  display: block;
  margin-right: -12px;
  z-index: 10;
  transition: 0.5s;
  background: #e73035;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
}

.dks-arrow-up:hover {
  opacity: 0.8;
  color: #fff;
}

@media (max-width: 600px) {
  .dks-topheader__brandof {
    display: none;
  }
  .dks-teaser h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.dks-mapinfo {
  line-height: 18px;
}

.dks-mapinfo__header {
  font-size: 16px;
  font-family: "Noto Sans Condensed", sans-serif;
  hyphens: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dks-mapinfo__logo {
  max-width: 50px;
  width: 50px !important;
  height: auto !important;
}

.dks-station {
  line-height: 26px;
}

.dks-news__images img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  body {
    padding-top: 0px;
  }
  .dks-fixed {
    position: static;
  }

  .dks-header {
    padding: 8px 0;
  }
  .dks-header__nav {
    margin: 0;
    justify-content: space-between !important;
  }

  .dks-header__nav li {
    margin: 0;
    padding: 0 0 2px 0;
    border-left: none;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.03px;
  }
  .dks-topheader__link {
    font-size: 13px;
  }
}
.mapLogo {
  width: 50px;
  height: auto;
}

.sidebar-image img {
  max-width: 100%;
  height: auto;
}
