.body{
background-image: url('../bilder/Background_body.png');
background-repeat: no-repeat;
background-size: cover;   
background-position: center; 
background-attachment: fixed;  
}

.header-web{
background-image: url('../bilder/Background.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: grey;
}

.shaddow_style{
    box-shadow: 10px 20px 130px black;
}

#mainheading {
color: white;
display: flex;               
align-items: center;        
justify-content: center;    
gap: 0.5em;                 
margin: 0;                   
padding: 1em 0;
}

.Icon_Maik img {
max-width: 2em;
border-radius: 60%;
margin-right: 0.5em;
margin-left: 1em;
}

#header_headline{
    font-weight: 900;
}

.header-fet{
    font-weight: 900;
}

.house_bag{
    width: 50px;
    height: 50px;
}

#about_me{
    text-decoration: underline;
    font-weight: 700;
}

.text-size{
    font-size: clamp(0.9rem, 2vw, 1.3rem);
}

#dienste{
    margin: 1em 0;
}

.home{
    color: white;
    margin-right: 5em;
    margin-left:1em;
}

#Rocket{
    background-color: white;
}

.card-title-update{
    font-weight: 700;
}

.card-container{
    margin-bottom: 5em;
    margin-top: 1em;
}

.positionierung{
    margin-top: 1%;
    margin-bottom: 2%;
}

.ueberschrift_Webhosting{
    margin-top: 1%;
}

.ExampleWebhostingStyle{
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.main_update{
    margin-top: 2%;
}

.text-border{
    margin-left: 10%;
    margin-right: 10%;
}

.canva-center {
    list-style-position: inside;   /* Bullet ins Textfeld holen */
    padding-left: 0;               /* linken Einzug entfernen */
    text-align: center;            /* Text & Bullet zentrieren */
}

.ueberschrift_danke{
    font-family: "Times New Roman", Times, serif;
}
