* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    overflow: hidden;
}

.companyLogoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}



.backgroundImageWrapper {
    width: 100vw;
    display: flex;
    justify-content: center;
}

.backgroundImage {
    background-image: url("img/6505894\ Kopie.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    
}

.contentWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#buttonCustom {
    
  border: none;
  background-color: transparent;
  
}

.impressum {
    display: flex;
    justify-content: center;
    align-items: center;
    


}