.logo {
    width: 700px;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -150px;
    left: 50%;
    right: 50%;
}




* {
    box-sizing: border-box;
     text-decoration: none;
}

body {
    margin: 0 ;
    padding: 0;
     text-decoration: none;
    background: url(../Infra/Bilder/tastertur.png) ;
   font-size: 20px;
}



.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px;  
    margin-top: 200px;
}

.Textblock {
    max-width: 500px;
}

.bildcon img {
    max-width: 700px;
    height: auto;
}

.button {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    border-style: hidden;
    display: inline-block;
   transition: transform 0.5s ease;

   margin-bottom: 20px;

}

.button:hover {
    background-color: rgb(0, 0, 0);
    cursor: pointer;
    transform: translateY(-10px);
}

    

/* Handy */
@media (max-width: 1000px) {
    .wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .bildcon img {
        max-width: 500px;
    }

    .wrapper {
         padding: 0 0px;
    }

    .Textblock {
      position: absolute;
      right: 50px;
      left: 50px;
    }

    .bildcon {
      position: absolute;
      bottom: 100px;
      display: none;

    }
}

/* footer */

body {
 
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

main {
    flex: 1;
}

  






