.xfc-template {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 1000px;
    margin: 10px auto;
    background-color: #fff;
}

.xfc-template A {
    color: #0033ff;
}

.xfc-template A:hover {
    color: #e51d56;
}

/*.xfc-template H1, H2, H3 {
    font-family: 'Ubuntu', sans-serif;
}*/

.xfc-template H1 {
    font-size: 44px;
    font-weight: 500;
    color: #b41e39;
}

.xfc-template H2 {
    font-size: 34px;
    font-weight: 400;
}

.xfc-template H3 {
    font-size: 24px;
    font-weight: 500;
}

.xfc-template-body {
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    margin: 0;
}

.xfc-template DIV.header {
    background-color: #F7F7F7;
    padding: 70px;
    background-image: url('../../form/includes/ressource?mid=1&name=LogoStadtWu%CC%88rzburgnurSilou.png');
    background-size: 120px 120px;
	background-repeat: no-repeat;
    background-position-x: 50px;    
    background-position-y: 30px;
}
/*.xfc-template.epayment-response-page DIV.header {
    background-image: url('../form/includes/ressource?mid=1&name=LogoStadtWu%CC%88rzburgnurSilou.png');
}*/

.xfc-template DIV.text{
    padding: 0px 60px 30px 60px;
}

@media only screen and (max-width: 1000px) {
    .xfc-template {
        margin: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .xfc-template DIV.text{
        padding: 0px 10px 30px 10px;
    }

    .xfc-template DIV.header {
        background-position-x: 10px;    
        background-position-y: 40px;
    }
}