@charset "utf-8";


body { background-color: var(--one2one-background); }

html #content > h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 5% 15px 5%;
}

#list-one2one {
    display: flex;
    flex-wrap: wrap;
    float: left;
    margin: 0 4% 0 5%;
    width: 90%;
}

.list-one2one {
    width: 48%;
    margin-right: 2%;
    padding-bottom: 7px;
    margin-bottom: 5px;
    transform: scale(1);
    transition: 0.15s;
    border-radius: 4px;
    overflow: hidden;
}

a.list-one2one:hover{
    text-decoration: none;
    transform: scale(1.05);
}

.list-one2one:hover {
    background-color: var(--list-one2one-background-hover);
    box-shadow: 0px 0px 9px 0 var(--list-one2one-hover);
    transition: 0.15s;
    z-index:100;
}

#list-one2one h1 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

#list-one2one h2 {
    margin: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 5px;
    font-size: 16px;
    line-height: 16px;
}

#list-one2one p {
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    margin: 0 2% 0 2%;
    line-height: 21px;
    color: var(--color-black-text);
}


#c19904 strong { background-color: yellow; color: black; }
#c19909 strong { background-color: yellow; color: black; }



.float-block {
    float: none;
    width: 100%;
    overflow: hidden;
}


#container ul.f3-widget-paginator{
  display:none;
}


#footer { background-blend-mode: luminosity; background-color: #002127; }

















@media (min-width: 550px){



}


@media (min-width: 720px){


html #content > h1 {
        font-size: 36px;
        line-height: 40px;
        margin-left: 20%;
        margin-top: 0;
}


}




@media (min-width: 960px){

.list-one2one {
  width: 32.33333%;
  margin-right: 1%;
}




}



