html,
body {
  height: 100%;
}

.navbar {
  z-index: 2;
}

.navbar-toggler,
.collapsed {
  border-color: #0081af !important;
}

.navbar .nav-link {
  font-weight: 500;
}

.navbar .nav-item.active {
  border-bottom: #0081af 3px solid !important;
}

.list-group {
  padding: 0 !important;
}

.carousel-item {
  height: 450px;
  margin-top: 0rem;
}

.carousel-image-1 {
  background: url("../img/image1.jpg");
  background-size: cover;
}

.carousel-image-2 {
  background: url("../img/image2.jpg");
  background-size: cover;
  background-position-y: 450px;
}

.carousel-image-3 {
  background: url("../img/image3.jpg");
  background-size: cover;
}

.navbar {
  filter: brightness(100%);
  background: #fe6300 !important;
  border-bottom: 4px solid #0081af;
  border-top: 4px solid #0081af;
}

.logoImg {
  width: 190px;
  height: 115px;
  border-radius: 15px 50px;
  margin: 5px 2.5px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.btn-primary {
  background-color: #fe6300 !important;
  border: 0;
}

.btn-secondary {
  background-color: #0081af !important;
  border: 0;
}

#myCarousel {
  border-bottom: 4px solid #0081af;
}

.schatten {
  text-shadow: 2px 2px 2px black;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #0081af;
}

.navbar-nav > li > .dropdown-menu a:hover {
  color: black;
  background: #fe6300;
}

.navbar-nav > li > .dropdown-menu a {
  color: white;
}

.bg-primary {
  background: #fe6300 !important;
}

.bg-secondary {
  background: #0081af !important;
}

.border-primary {
  color: #0081af !important;
  border: 4px solid #0081af !important;
}

footer {
  margin-top: 3rem;
  border-top: #0081af 4px solid;
  border-bottom: #0081af 4px solid;
  padding-top: 2rem;
  background: #fe6300;
}

footer a {
  color: rgba(0, 0, 0, 0.65);
}

footer a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.footer {
  margin: 0 auto;
}

/* grid */

.grid {
  margin: 0 auto;
  display: grid;
  max-width: 1600px;
  grid-template-columns: 1fr 5.5fr 1fr 1.5fr 1fr;
  grid-template-rows: repeat(4, auto);
}

.kontaktformular {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 20vh;
  background: #fff;
  max-width: 500px;
  padding: 0 1rem 0 1rem;
  border: 3px solid rgba(0, 129, 175, 1.125);

  align-self: start;
  z-index: 4;
}

.container23 {
  max-width: 500px;
  margin: 2rem auto;
}

.bg-contact {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4;
  border: 4px solid #0081af;
}

.container {
  padding: 0;
}

.artikel {
  margin-top: 5rem;
  grid-row: 2;
  grid-column: 2 / span 1;
}

.artikel > p {
  text-align: justify;
  line-height: 2.5;
  width: 90%;
}

.artikel > h1 {
  margin-bottom: 2rem;
}

.artikel > .card-header {
  background: #fe6300;
}

.card {
  border: 2px solid #0081af;
  border-radius: 0 !important;
}

.quick a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7) !important;
}

.quick a {
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 500;
}

.boxshadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.artikel {
  border: none !important;
}

.artikel > h5,
p {
  margin: 0 auto;
}

.artikel > h5 {
  margin-bottom: 2rem;
}

.artikel > p {
  padding-bottom: 2rem;
}

.quick {
  display: grid;
  grid-row: 2 / span 1;
  grid-column: 4 / span 1;
  align-self: start;
  margin-top: 5rem;
}

.artikel2 {
  display: grid;
  grid-row: 3 / span 1;
  grid-column: 2 / span 1;
  align-self: start;
  justify-items: start;
}

.fa-window-close:hover {
  cursor: pointer;
}

.artikel > h2 {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
}

.artikel2 > ul {
  margin-left: 3rem;
}

#closeBtn {
  position: absolute !important;
  top: 0.5rem;
  right: 0.5rem;
}

.d-none {
  display: none;
}

.artikel > h1 {
  border-bottom: solid 2px #0081af;
}
.artikel > h2 {
  border-bottom: solid 2px #fe6300;
}

.artikel > h2:nth-of-type(even) {
  border-bottom: solid 2px #0081af;
}

.artikel2 > h2 {
  display: block;
  width: 100%;
  border-bottom: solid 2px #fe6300;
  margin-bottom: 2rem;
}

.artikel2 .list-group-item {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem !important;
}

.artikel2 .list-group-item:nth-child(even) {
  background: #fe6300 !important;
}

.artikel2 .list-group-item:nth-child(odd) {
  background: #0081af !important;
}

.artikel2 .list-group-item:nth-child(1) {
  width: 37rem;
}

.artikel2 .list-group-item:nth-child(2) {
  width: 34rem;
}

.artikel2 .list-group-item:nth-child(3) {
  width: 31rem;
}

.artikel2 .list-group-item:nth-child(4) {
  width: 28rem;
}

.artikel2 .list-group-item:nth-child(5) {
  width: 25rem;
}

.artikel2 .list-group-item:nth-child(6) {
  width: 22rem;
}

.artikel2 .list-group-item:nth-child(7) {
  width: 19rem;
}

.h6abstand {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .quick {
    display: grid;
    grid-row: 4 / span 1;
    grid-column: 1;
    margin: 4rem auto;
  }
  .card-img-top {
    display: none;
  }

  .artikel {
    margin-top: 5rem;
    grid-row: 2;
    grid-column: 1 / span 1;
  }

  .artikel2 {
    margin-top: 5rem;
    grid-row: 3;
    grid-column: 1 / span 1;
  }
}

.list-group-flush {
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .nav-item {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 800px) {
  .artikel2 .list-group-item {
    width: 80% !important;
  }
}

@media (min-width: 1400px) {
  .carousel-image-1 {
    background-size: cover;
    background-position-y: -200px;
  }
}

blockquote {
  font-size: 1rem !important;
}

.position {
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

.aktuelle-seite {
  margin: 0 auto;
  display: grid;
  max-width: 1600px;
  grid-template-columns: 1fr 9fr;
  grid-template-rows: 1;
}
.aktuelle-seite p {
  margin: 0 !important;
  text-align: left;
  grid-column: 2;
}

.bold {
  font-weight: 500;
}

.msg-send {
  grid-column: 2;
}
