
		/* Desktop */
		#pdf-iframe {
			height: 450px;
			width: 100%;
		}

		/* Mobile */
		@media screen and (max-width: 992px) {
		  #pdf-iframe {
			height: 200px;
			width: 100%;
		  }
		}

.logo{
    width: 50%;
}

.Firmenname{
    color: aliceblue;
    margin-left: 1200px;
    margin-top: 10px;
}

body{
    background-color: rgb(86, 87, 92);
    text-decoration-color: rgb(255, 255, 255);
}
.Ich{
    margin-top: 100px;
    margin-left: 0px ;
}

hr{
    color: rgb(255, 255, 255);

}

.display-6 {
    font-size: calc(1.2rem + 1.5vw)!important;
}

