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

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

.videoYT{
    min-width: 80%;
    width: auto;
    height: auto;
    min-height: 550px;
}

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

.InfoBoxText{
    font-size: 23px;
}

.messeImage{
    width: 90%;
    height: auto;
}
.ImageBoxSV{
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 650px;
    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;
}

/* 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: #006D33;
    border-radius: 10px;
  }

.scrollViewRow{
    width: 13000px;
    height: 650px;
}

.leistungen {
    padding: 0;
    margin: 0;
}

.leistungen li {
    list-style: none;
    width: 100%;
    background-color: #e5e5e5;
    padding: 10px;
    margin: 10px 0;
}

@media screen and (max-width: 1300px) {
    .InfoBoxText{
        font-size: 19px;
    }
    .InfoBox{
        margin-bottom: 50px;
    }
    .messeImage{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .PdfViewer{
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .InfoBox{
        width: 65%;
        height: 200px;
        padding: 20px;
    }

    .PdfViewer{
        width: 80%;
    }
}

@media screen and (max-width: 590px) {
    .PdfViewer{
        width: 90%;
    }
}
