.PdfViewer{
    width: 70%;
    height: 650px;
    margin-bottom: 50px;
    background-color: #d6d6d6;
}

.ImgTextContainer{
    position:absolute;
    top:40%;
    left:3%;
    font-family: "Kanit";
    font-size: 2.1vw;
    text-align: center;
}

.InfoBox{
    background-color: #ececec;
    width: 95%;
    height: 300px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.InfoBoxIcon{
    font-size: 50px;
    margin-bottom: 25px;
    color: #009900;
}

.InfoBoxText{
    font-size: 23px;
}

.messeImage{
    width: 90%;
    height: auto;
}
.ImageBoxSV{
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    margin: 20px;
    margin-right: 50px;
}

.ImageSV{
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ImageTextSV{
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
}

.scrollView{
    overflow-x: scroll;
    overflow-y: hidden;
    width: auto;
    white-space: nowrap;
}

#facebookpb{
    width: 90%;
    height: auto;
    border-radius: 15px;
}

#startseitetext{
    font-size: 1.5em;
}

.startseitetextbold{
    font-size: 1.5em;
    text-align: center;
    margin-top: 30px;
    color: rgb(231, 231, 231);
}

.startseitetextbox{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    color: rgb(231, 231, 231);
    
}

.abstand{
    margin-top: 30px;
    margin-bottom: 30px;
}

.ueberschriftleistungen{
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;   
    padding-bottom: 75px;
}

.ueberschrift{
    font-family: "Kanit";
    font-size: 3em;
    color: rgb(231, 231, 231);
    text-align: center;
}

#rowteaser{
    padding-bottom: 70px;
    padding-top: 50px;
}

hr{
    margin-left: 5%;
    margin-right: 5%;
}

.infobox{
    width: 90%;
    height: 90%;
    border: 2px solid white;
    border-width: 2px;
    border-radius: 15px;
    text-align: center;
}

.infoboxtext{
    font-family: "Kanit";
    font-size: 1.5em;
    margin-bottom: 10%;
    color: rgb(231, 231, 231);
}

#infoboxicon{
font-size: 5em;
color: rgb(231, 231, 231);
margin: 10%;
}

.infobox:hover #infoboxicon{
    color: rgb(231, 231, 231); 
    }
    
    .infobox:hover {
        background-color: #005FA8;
        cursor: pointer;
    }
    
    .infobox:hover .infoboxtext{
        color: rgb(231, 231, 231);
    }

#rowleistungen{
    padding-bottom: 50px;
}



/* width */
.scrollView::-webkit-scrollbar {
    width: 20px;
  }
  
/* Track */
.scrollView::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
    border-radius: 10px;
  }
  
/* Handle */
.scrollView::-webkit-scrollbar-thumb {
    background: #009900;
    border-radius: 10px;
  }

.scrollViewRow{
    width: 11000px;
    height: 520px;
}

@media all and (min-width : 900px) and (max-width : 1500px) {

    .ImgTextContainer{

        top:40%;
    }

}

@media all and (min-width : 400px) and (max-width : 900px) {

    .ImgTextContainer{

        top:50%;
        left: 2%;
    }

}


@media all and (max-width : 400px) {

    .ImgTextContainer{
        top:55%;
        left: 4%;
    }

}

@media all and (max-width : 991px) {

    .ueberschriftleistungen{
        padding-bottom: 30px;
    }

    .ueberschrift{
        font-size: 2em;
    }



}
