#nh-socialMedia {
  padding: 0;
  overflow: hidden;
}
#nh-socialMedia .container-fluid {
  padding: 0;
}
#nh-socialMedia .container-fluid #nh-socialSection {
  position: relative;
}
#nh-socialMedia .container-fluid #nh-socialSection #nh-socialBackground {
  background-image: url('https://akquinet.netzhirsch.de/files/_layout/images/social-media-3846597_1280.png');
  background-size: unset;
  background-repeat: repeat;
  background-position: unset;
  width: 100%;
  opacity: 0.1;
  height: 100%;
  position: absolute;
}
#nh-socialMedia .container-fluid #nh-socialSection div p {
  text-align: left;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-divider {
  height: 1px;
  width: 80px;
  background-color: #32a546;
  margin: 20px auto;
}
#nh-socialMedia .container-fluid #nh-socialSection #nh-socialHeader {
  padding-top: 5rem;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid {
  padding: 0 20% 60px 20%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid {
    padding: 0 5% 20px 5%;
  }
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid ul {
  padding: 0;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement {
  justify-content: center;
  display: none;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement.nh-show {
  display: flex;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock {
  width: 95%;
  box-shadow: 0 0 4px #aaa;
  background-color: white;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-outerBlock {
  margin: 5px 5px;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent {
  position: relative;
  overflow: hidden;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image {
  z-index: 20;
  background: transparent;
  background-size: cover;
  background-position: center;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image span {
  display: flex;
  justify-content: center;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image span img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  height: 30vw;
  width: auto;
}
@media only screen and (max-width: 1460px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image span img {
    height: 43vw;
  }
}
@media only screen and (max-width: 620px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image span img {
    height: 45vw;
  }
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-image::before {
  content: "";
  /*background-color: rgba(255, 255, 255, 0.9);*/
  position: absolute;
  width: 100%;
  height: 100%;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-link {
  /*  z-index: 30;
                padding: 5px;
                border-top: solid 2px white;
                border-left: solid 2px white;
                background-color: rgb(50, 165, 70);
                color: white;
                font-size: 14px;*/
  position: absolute;
  right: 0;
  bottom: 15px;
  /*  &:hover {
                  cursor: pointer;
                  background-color: lightgreen;
                  color: black;
                } */
}
@media only screen and (max-width: 620px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-link {
    /*position: relative;
                  width: 100%;
                  border-right: solid 2px white;
                  display: block;
                  text-align: center;*/
  }
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialContent .nh-backgroundImage {
  z-index: 10;
  position: absolute;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialSeperator {
  height: 7px;
  background-image: url(/files/_layout/images/farbbalken_akq_strm_8px.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock .nh-socialComment {
  padding: 20px 20px 20px 20px;
  width: 100%;
  background-color: white;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .channels {
  cursor: pointer;
  z-index: 2;
  width: calc(100% + 1px);
  display: flex;
  justify-content: space-evenly;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .channels .channel {
  transition: width, background-color 1s ease;
  background-color: #32a546;
  width: 100%;
  color: white;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .channels .nh-selected {
  width: 130%;
  overflow: unset;
  background-color: #46b95a;
}
@media only screen and (max-width: 767px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .channels .nh-selected {
    width: 50%;
  }
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .nh-socialBlock {
  display: none;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialElement .nh-socialBlock.nh-multiChannel .nh-socialBlock.nh-show {
  display: block;
  width: 100%;
  height: 100%;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialBox {
  padding: 10px 25% 30px 25%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialBox {
    padding: 5px 15% 15px 15%;
  }
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialBox .nh-social {
  cursor: pointer;
  transition: color 1s ease;
  background-color: white;
  border: solid 5px;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  min-width: 40px;
  text-align: center;
  color: #555;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialBox .nh-social.nh-selected {
  color: #32a546;
}
#nh-socialMedia .container-fluid #nh-socialSection .nh-socialGrid .nh-socialBox .nh-social:hover {
  color: #32a546;
}
