html {
  position: relative;
  min-height: 100%;
}

body {
  font-family:  sans-serif;
  height: 100%;
  background-color: #e5e5e588;
}

div.header {
  padding: 24px 12px;
  margin-bottom: 80px;
  background-color: #fff;
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  margin-bottom: 24px;
}

.navbar-static-bottom {
  background-color: #E3E3E3;
}

.navbar-static-top {
  background-color: #111;
  color: #000;
}

.figure {
  width: 100%;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  background-color: #fff;

  margin-top: 120px;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 8px 0px;
  padding-bottom: 12px;
}

.footer p {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  padding-left: 12px;
  margin-bottom: 12px;
}

.logo {
  margin: 0 12px;
  height: 70px;
}

.bmfsfj {
  float: right;
  height: 95px;
}



.footer .impressum {
  text-align: right;
}

.lichtblick {
  width: 20px;
  float: right;
}

h1 {
  color: #000;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h2 {
  display: block;
  font-size: 1.5em;
  position: relative;
  color: #000;
  padding: 0.5em;
  margin-top: 10px;
  background-color: transparent;
  text-align: center;
}

.lichtblick-h2 {
  background-color: #e9c97ccc;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
  font-size: 1.3em;
}

h3 {
  color: #000;
  text-align: center;
}

.wrapper {
  position: relative;
}

.item {
  outline: 5px solid #954e81;
  background-color: #954e81;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 24px;
  align-items: stretch;
  align-content: stretch;
}

.wrapper {
  width: 250px;
}


ul.list-group {
  padding-left: 0;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #954e81;
  font-size: 1.2em;
  margin-left: 5px;
  width: calc(100% - 255px);
  align-self: center;
  align-content: center;
}

ul.list-group li a:hover {
  background-color: #bc93b1;
  color: #fff;
}

ul.list-group li {
  color: white;
}

a,
a:hover a:visited {
  color: #fff;
  text-decoration: none;
  text-decoration: none !important;
}

.nav-pills>li>a {
  border-radius: 0px;
}

.button-wrapper {
  text-align: right;
  margin: 12px;
}

.max-600 {
  max-width: 750px;
  margin: 0 auto;
}

.right {
  text-align: right;
}


.btn.btn-primary:active.btn,
.btn.btn-primary:focus.btn,
.btn.btn-primary:link.btn,
.btn.btn-primary:visited.btn,
.btn.btn-primary {
  background-color: #954e81;
  border-color: #954e81;
}

.modal-img {
  width: 150px;
  max-width: 100%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 24px;
}

.modal-content p {
  padding: 12px 24px;
}
.flex-row{
  display: flex;
  align-items: center;
}

.flex-row p{
  padding-left: 12px;
  display: inline-block;
}

@media (max-width: 992px) {
  .footer-block {
    text-align: center;
  }

  .bmfsfj {
    margin-top: 24px;
    float: none;
  }
}


@media (max-width: 1024px) {

  ul.list-group {
    font-size: 1.1em;
  }

  .logo {
    height: 50px;
  }

  .bmfsfj {
    height: 80px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.5em;
  }

  ul.list-group,
  .wrapper {
    width: 100%;
  }

  ul.list-group {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .logo {
    margin-left: 6px;
      margin-right: 6px;
    height: 40px;
  }

  .bmfsfj {
    height: 60px;
  }
}
