.lightbulkhover {
    position: absolute;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 49%;
}

.lightbulkhovertext {
    margin-top: -60px;
    border-radius: 11px;
    font-size: 18px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #3D3A39;
    padding: 7px 15px;
    background-color: white;
    opacity: 0;
    display: block;
    clear: left;
    float: left;
    margin-left: 27%;
}

.lightbulkhovertext.six {
    width: 130px;
}

.lightbulkhovertext:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: 50%;
    border: 6px solid;
    border-color: #3D3A39 transparent transparent #3D3A39;
}



.lightbulkhovertext:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -24px;
    left: calc(50% + 1px);
    border: 5px solid;
    border-color: #fff transparent transparent #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lightbulkhovertext:before {
        opacity: 0;
    }

    .lightbulkhovertext:after {
        opacity: 0;
    }

    .lightbulkhovertext.visible:before {
        opacity: 1;
    }

    .lightbulkhovertext.visible:after {
        opacity: 1;
    }
}

.lightbulkhovertext.visible {
    opacity: 1;
}

.lightbulkcontent {
    display: inline-block;
    padding: 14px;
    background-color: white;
    border: 2px solid #3D3A39;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    display: none;
}

.lightbulkcontent.visible {
    opacity: 1;
    display: block;
}

.lightbulkcontent .headline {
    margin-bottom:0 !important;
    font-weight: bold;
    font-size: 20px !important;
}

.lightbulkcontent ul {
    text-align: left;
}

.contentContainer.leistungen {
    background-color: white;
    border: 1px solid black;
    width: 15%;
    display: inline-block;
    position: absolute;
    top: 280px;
    max-height: 100%;
    border-radius: 10px;
    opacity: 0;
    padding: 20px 15px 10px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.contentContainer ul {
    padding-left: 20px;
}

.contentContainer .headline {
    margin-bottom: 0px !important;
    font-size: 20px !important;
    text-align: center;
}

.contentContainer .second-headline {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.contentContainer.visible {
    opacity: 1 !important;
}

.contentContainer.left {
    left: 1%;
    float: left;
}

.contentContainer.right {
    float: right;
    right: 1%;
}

.infobox {
  width: 25%;
  padding: 10px;
  float: right;
  background-color: white;
  border-radius: 10px;
  border: 1px solid black;
  right: 25px;
  text-align: justify;
  position: absolute;
  top: 170px;
}

.infobox .infoimgcontainer {
  height: 100%;
  display: inline-block;
  float: left;
  margin-right: 15px;
  position: absolute;
}

.infobox .infoText {
    float: right;
    right: 0;
    width: calc(100% - 54px);
}
.infobox .infoimgcontainer img {
  width: 40px;
}

.infobox .infotext {
  float: right;
  width: calc(100% - 55px);
}

#body.services {
    padding-top: 200px;
    margin-bottom: 65px;
    text-align: center;
}

#body.services .lightbulk {
    width: 100%;
}

#body.services .imgContainer {
    margin: auto;
    width: 55%;
    display: inline-block;
}

#body.services .headline {
    margin-bottom: 80px;
    font-size: 25px;
}

#body.services .headline.second {
    margin: 80px auto;
    margin-bottom: 0px;
    font-size: 25px;
    max-width: 700px;
}
