@font-face {
    font-family: 'futurxkc';
    src: url(/storage/app/media/futurxkc-webfont.ttf);
}
/*description*/
@font-face {
    font-family: 'futural';
    src: url(/storage/app/media/futurabt_light-webfont.ttf);
}

/*slogan*/
@font-face {
    font-family: 'snellrnd';
    src: url(/storage/app/media/snellrnd-webfont.ttf);
}
@font-face {
    font-family: 'futura_med_cond';
    src: url(/storage/app/media/futura_med_cond-webfont.ttf);
}
.page__title { display: none}
.logo__title {
    font-size: 25pt;
    font-family: 'futurxkc';
}

.logo__description {
    font-size: 16pt;
    font-family: 'futural';
}

.logo__title + .logo__description {
    margin-top: 0px;
}

.red-text { 
    color: #ff0000;
}

.yellow-background { background: #F6FF54; }

b, strong { color: #9fad1a; }

a { 
    color: #F6FF54; 
}

.leadForm { width: 300px; }

.docsummary {    
    margin: 6px 0px 6px 0px;
    border-bottom: 1px solid #eeeeee;
}

.docNewsLogo {
    font-family: Tahoma;
    font-size: 12px;
}

.sidebar-info:before {
    background-image: url(/storage/app/media/sidebar_watermark_green.png);
    background-position: top;
    background-repeat: no-repeat;
}


.textLine1{
    font-family: 'snellrnd';
    font-size:64px;
    line-height:65px;
    text-align:center;
    color:#fff;
    margin:0;
}
.textLine2{
    font-family: 'futura_med_cond';
    font-size:25px;
    text-align:center;
    color:#fff;
    margin-left: 70px;
}

.picture-float-right {
    float: right;
    margin-left: 20px;
    clear: right;
}

.picture-float-left {
    float: left;
    margin-right: 20px;
    clear: left;
}

@media (max-width: 480px){
    .picture-float-right {
        float: unset;
        margin-left: unset;
        clear: unset;
        margin: 0 auto;
        display: flex;
    }
    
    .picture-float-left {
        float: unset;
        margin-right: unset;
        clear: unset;
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 368px){
.wrap__logoHeader .logo__title {
    font-size: 32px;
    line-height: 1.185185;
}
}