/* CSS Stylesheet created by Guido Muther
   Copyright (c) 2022 1A-PiX Switzerland */

html {
    background-color: #343433;
}
a:link {
    text-decoration: none; 
    color: #aa044f; 
}
a:visited {
    text-decoration: none; 
    color: #aa044f; 
}
a:hover {
    text-decoration: none; 
    color: #e60068; 
}
h1 {
    text-align: center;
    font-size: 2rem;
    color: #e60068;
}
#mittig {
    width: 350px;
    margin: 0 auto; 
    font-family: 'Roboto Condensed', sans-serif;    
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}
#namen {
    position: relative;
    padding-top: 2rem;
    float: left;
    width: 350px;
    text-align: center;
    font-size: 2em;
    margin-top: 30px;
    display: inline-block;  
    clear:both; 
}
.onea {
    color: #e60068;
    font-weight: bold;
    padding-right: 10px;
    text-align: center;
}
.web {
    color: #e60068;
    font-weight: bold;
    text-align: center;
}
.agentur {
    color: #e60068;
    font-style: italic;
    text-align: center;
}
#kontakt {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 350px;
    text-align: center;
}