informationen{ display: flex;
    justify-content: center;
    align-items: center;
       background-color: white;
       gap: 25px;
       margin-top: 5px;
       margin-bottom: 5px;
}


.informationen{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
	gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
   }

.info_text{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
    width: 50vb;
    margin-top: 5px;
}

.informationen_bild img{
    max-width: 320px;
    max-height: 350px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0px 0px 0px 0px;
   }
