a {
    color: #007ad9;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    color: #007ad9;
}

.container {
  position: relative;
  float: left;
  width: 9.58984375%;
  height: 170px;
  margin-top: 25px;
}

.header {
  position: relative;
  float: left;
  z-index: 0;
  width: 100%;
  height: 100px;
  background-color: rgb(255, 255, 255);
}

.image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.logo {
  display: block;
  position: relative;
  float: left;
  clear: both;
  z-index: 1;
  width: 180px;
  height: auto;
  margin: -75px 0 0 40px;
  overflow: hidden;
}

.mitglieder {
  position: absolute;
  top: 0;
  left: 8px;
  width: 100px;
  height: 100px;
  border-radius: 250px;
}

.mitglieder .element {
  position: absolute;
  top: 30px;
  left: 26px;
  z-index: 3;
  width: 49px;
  height: 41px;
  background-image: url('../images/Mitglieder.png');
  background-size: cover;
  background-position: left top;
}

.text {
  z-index: 6;
  min-height: 37px;
  right: 0px;
  position: absolute;
  margin-top: 22px;
  font-size: 1.143em;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(0, 0, 0);
  text-align: right;
  margin-right:10px;
}

/*
.text- {
  position: absolute;
  top: 105px;
  left: 0;
  width: 115px;
  min-height: 47px;
  font-size: 1em;
  text-align: center;
  color: rgb(70, 70, 70);
}
*/

.element-2 {
  /* float: left; */
  clear: both;
  width: 84%;
  height: 100px;
  /* margin: 8px 50px 0 9.4166666666%; */
  /* text-align: center; */
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  /* position: relative; */
  /* text-align: Center; */
}

.text span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

/*
.text- span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(4, 4, 4, 0);
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}
*/