/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.01.2019, 09:11:02
    Author     : Marc Hennessen <mh@dev.as>
*/

.modul-site-headline {
    padding-left: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
}

.modul-site-headline span {
    margin-left: 200px;
    font-size: 16px
}

@media only screen and (max-width: 980px) {
    
}

@media only screen and (max-width: 768px) {
    .modul-site-headline span {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .modul-site-headline span {
        margin-left: 0px;
    }
}