@charset "utf-8";
@import url("../../webfonts/ChelseaMarket_Regular/stylesheet.css");
/* CSS Document */

#begruessungsbild{
    height: 310px;
    padding-top: 1px;
    background: url("../images/Begrssungsbild.jpg.jpeg");
	
	
}

#begruessungsbild h2  {
    font-family: "ChelseaMarket Regular";
    font-weight: 300;
    color: #fff;
    font-size: 50px;
    text-align: center;
	padding-left: 15px;
	
	
}
#begruessungsbild h3{
    font-weight: 420;
    color: #FFFFFF;
    font-size: 23px;
    text-align: center;
    font-family: "Inter";
	margin-top: -5px;
	
}
#button-gruppe{
	display: flex;
    justify-content: center; 
    gap: 30px; 
    width: auto; 
}


