/* rot: #ea4c6f */

* {
  font-family: "DM Sans", sans-serif;
  color: #202020;
  font-weight: 400;
}

section {
  padding: 3rem 0 !important;
}

header {
  height: 75vh;
}

video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

.article__image {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: flex;
  align-items: end;
}

.video-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

h1 {
  line-height: 150% !important;
}

h1 span {
  color: #ea4c6f;
}

h1 img {
  height: 50px;
  padding-bottom: 14px;
}

h2 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  color: #434343;
  z-index: 1;
}
/* 
.navbar {
  position: fixed;
} */

.navbar {
  position: fixed;
}

.navbar-fixed {
  background-color: #fff;
  color: #1e2125 !important;
  border-bottom: 1px solid #d5d5d5 !important;
  transition: 0.25s;
}

.navbar-fixed i,
.navbar-fixed a,
.navbar-fixed span {
  color: #1e2125 !important;
}

.navbar-toggler {
  display: block !important;
}

.offcanvas-start {
  width: 100%;
}

.hero-hl {
  font-size: calc(64px + 2vw);
  color: white;
  text-transform: none;
  padding-bottom: 5rem;
  font-weight: 700 !important;
  opacity: 0;
}

.animate {
  animation: reveal 3s infinite;
}

@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }

  50% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

.post {
  font-size: 1.25rem;
}

.post ol {
  border-top: 1px solid #d5d5d5;
}

.post li {
  padding: 2rem 3rem 1rem 1rem;
}

.post li::marker {
  color: salmon;
  /* content: "1"; */
  font-size: 2rem;
  font-weight: bold;
}

cite {
  display: block;
  border-left: 2px solid salmon;
  padding-left: 20px;
  margin: 20px 0;
}

nav {
  z-index: 1;
}

.nav-link {
  font-size: 1.125rem;
  color: white;
  padding-right: 1.125rem !important;
  padding-left: 1.125rem !important;
  padding-top: 0.75rem;
}

.offcanvas-header {
  justify-content: end;
}

.offcanvas-body {
  padding: 25px;
}

.offcanvas-body .nav-link {
  color: black;
  font-size: 2rem;
  font-weight: 200;
}

.offcanvas-body .nav-link i {
  color: black;
}

.submenu {
  display: flex;
  padding: 1.5rem 0;
}

.submenu .nav-link {
  color: black;
  font-size: 1.25rem !important;
  padding: 0 2rem 0 0 !important;
}

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

.navbar > .container > div:first-of-type {
  display: flex;
  align-items: center;
}

.navbar > .container > div:first-of-type > span {
  color: white;
  font-size: 1.5rem;
  padding-left: 3rem;
}

.nav-link i,
.navbar-toggler i {
  color: white;
}

.navbar-toggler i {
  font-size: 1.75rem;
}

.dropdown-menu {
  border: 0px solid transparent;
  transform: translate(0px) !important;
}

.dropdown-item {
  color: rgba(0, 0, 0, 0.25);
  font-size: 1.25rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: transparent;
}

.navbar-toggler {
  border: 0px solid transparent;
}

.nav-item > .nav-link:first-of-type,
.dropdown-item:first-of-type {
  padding-left: 0rem !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.card {
  border-radius: 0px;
  border: 0px solid transparent;
}

.card-title {
  font-size: 21px;
}

.row-fakten > * {
  margin-top: 0rem !important;
}

.card-fakten {
  background-color: transparent;
  padding: 1.5rem 0;
  border-top: 1px solid #d5d5d5;
  /* border-bottom: 1px solid #d5d5d5; */
}

.card-fakten p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  color: #434343;
}

.card-fakten span {
  font-size: 2rem;
  margin-right: 1rem;
}

tr {
  font-size: 22px !important;
  border-top: 1px solid #d5d5d5 !important;
}

td {
  padding: 1.5rem !important;
  vertical-align: middle;
}

td > a {
  text-decoration: none;
  color: inherit;
}

td > a:hover {
  text-decoration: none;
  color: inherit;
}

tr td:nth-of-type(2) {
  color: grey;
  font-size: 16px;
  vertical-align: middle;
}

.table-hover > tbody > tr:hover > * {
  transition: all 0.25s ease-in-out;
}

.input-newsletter {
  border: 0px solid transparent;
  background-color: transparent;
  color: #ccc;
  text-align: center;
  border-radius: 0px;
  border-bottom: 1px solid #6c757d;
  width: 75vw;
}

.input-newsletter::placeholder {
  color: #ccc;
}

.input-newsletter:focus {
  background-color: transparent;
  color: #ccc;
  border: 0px solid transparent;
  border-radius: 0px;
  border-bottom: 1px solid #6c757d;
}
.btn-newsletter {
  background-color: transparent;
  padding: 10px 20px;
  color: #ccc !important;
  border: 1px solid #ccc;
  display: block;

  border-bottom: 1px solid #ccc;
}

.btn-newsletter:hover {
  background-color: #ccc;
  color: #404040 !important;
  border: 1px solid #ccc;
  transition: all 0.5s;
}
