ul {
    list-style-type: none;
    padding: 0.5em;
    font-size: 0.8em
}

li {
    color: white;
}

a {
    color: white;
    text-decoration: none;
}

p {
    margin-bottom: 1.8em;
}

a:hover {
    color: black;
    text-decoration: none;
    background: white;
}

.xNoPadding {
    margin-top: -100px;
}

.xTopSpace {
    height: 80px;
}

.xLogoImg {
    float: right;
    padding-right: 20px;
    height: 45px;
}

.xLogo {
    position: static;
    bottom: 0px;
    z-index: 1;
}

.xXing {
    float: right;
    padding-right: 20px;
    position: relative;
    bottom: 60px;
    height: 30px;
}

.xName {
    font-family: Raleway, Avenir Book, Helvetica Neue, Lucida Grande, Verdana, Arial, sans-serif;
    color: #6F6F6E;
    text-align: left;
    font-weight: 100;
    margin-left: 160px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 1.7em;
}

.xAdresse {
    font-family: Raleway, Avenir Book, Helvetica Neue, Lucida Grande, Verdana, Arial, sans-serif;
    color: white;
    text-align: left;
    background-color: #1C86EE;
    padding-left: 150px;
    font-size: 1.2em;
}

.imageContainer {
    height: 125px;
    /* change it to your value*/
    width: 125px;
    /* or use fixed width*/
    background: transparent url('../img/Sebastian_Broy_FileMaker_Excel_Entwicklung_Programierung.png') no-repeat left;
    /* overflow: hidden;*/
    position: relative;
    bottom: -80px;
    left: 20px;
    z-index: 1;
}

.xLeistungen {
    font-family: Raleway, Avenir Book, Helvetica Neue, Lucida Grande, Verdana, Arial, sans-serif;
    color: #222;
    text-align: left;
    padding-left: 30px;
    margin-top: -20px;
    font-size: 1.1em;
    line-height: 1.1em;
}

@media (max-width: 500px) {
    p {
        margin-bottom: 1em;
    }
    .xXing {
        float: left;
        padding-right: 0px;
        margin-top: 10px;
        margin-left: 10px;
        position: inherit;
        bottom: 0px;
        height: 30px;
    }
    .xXingCenter {
        display: block;
        margin: auto;
        width: 20%;
    }
    .xLeistungen {
        padding-right: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 426px) {
    .xTopSpace {
        height: 40px;
    }
    .xLogoImg {
        vertical-align: left;
        float: left;
        height: 60px;
        padding-right: 0px;
        margin-bottom: 40px;
        display: block;
        margin-left: 20px;
    }
    .xNoPadding {
        margin-top: 0px;
    }
    .xName {
        margin-left: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .xAdresse {
        padding-left: 20px;
    }
    .imageContainer {
        bottom: 0px;
        left: 25px;
    }
}