* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.wrapper {
    width: 960px;
    margin: 40px auto;    
    box-shadow: 0px 0px 3px rgba(51, 51, 51, .2);       
}

img#logo {
    margin: 40px 0;
}

.blue {
    background-color: #224493; 
}

h1 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    color: rgba(255,255,255, .5);
    margin: 0 0 10px;
}

/*IMPRESSUM*/
h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px 0 10px;
}

p {
    margin: 0 0 10px;
}

a {
    color: #fff;
    text-decoration: none;
}

a.bluetext {
    color: #224493;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.col-12 {
    background-color: #224493;
    box-sizing: border-box;
    padding: 40px 40px 30px;
}

.info {
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
}

span.impressum {
    position: absolute;
    top: 10px;
    right: 10px;

}

span.impressum a {
    color: #fff;
}