﻿#header {
    height: 270px;
}
.intro {
    padding: 15px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.intro h1 {
    text-align: center;
}
.flexcenter {
    display: flex;
    justify-content: center;
    align-self: center;
}
.flexbox {
    display: flex;
}
.wrapper div.usp
{
    display: flex;
    margin-top: 5px;
}
.wrapper div.usp .fullcontent {
    width: 100%;
}
.usp, .usp h3, .usp div.fullcontent {
    text-align: center;
}
.usp div.fullcontent {
    background: none;
    padding-bottom: 20px;

}
.material-symbols-outlined.xxl {
    font-size: 48px;
    line-height: 50px;
    margin-top: 3px;
    margin-bottom: 15px;
}
a.btn_highlight.blue.cta {
    font-weight: bold;
    padding-right: 20px;
    font-size: 17px;
    line-height: 26px;
    background-position: 10px 12px;
    height: 23px;
}
@media only screen and (max-width: 750px) {
    .flexbox {
        display: block;
    }
    .c303030 {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 645px) {
    .intro {
        padding: 15px 40px;
        margin-bottom: 10px;
    }
}


#header h2 {
    line-height: 55px;
    padding-top: 70px;
    max-width: 400px;
    font-size: 38px
}
@media only screen and (max-width : 700px) {
    #header h2 {
        line-height: 55px;
    }
}

@media only screen and (max-width : 554px) {
    #header {
        height: 190px;
    }
    #header h2 {
        padding-top: 25px;
    }
}
@media only screen and (max-width: 475px) {
    #header h2 {
        font-size: 30px;
        max-width: 350px;
        line-height: 45px;
        padding-top: 40px;
    }
}
@media only screen and (max-width : 340px) {
    #header h2 {
        font-size: 26px;
        max-width: 300px;
        padding-left: 20px;
    }
}