.layout__row.h100 {
    padding: 0 15px;
}

.layout__headline.headline {
    padding: 0 15px;
    color: #dc3a23;
    font-family: Arial, sans-serif;
/*    color: #e44c26;*/
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 37px;
}

.layout__row{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 -10px ;
}
.layout__row h4,
.layout__row p {
    text-align: left;

}
.layout__row h4 {
    margin-bottom: 15px;
}
.layout__row h4 a {
    font-size:22px;
    font-weight: normal;
    color:#EF4034;
    text-decoration: none;
}
.layout__row h4 a:hover{
    text-decoration: underline;
}

hr.layout__line{
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

.layout__row.between{
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.layout__row.vcenter{
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.layout__row:after{
    content: none;
}
.layout__row.h100 .layout__row{
    height: 100%;
}
.layout__row .layout__row.text-center{
    justify-content: center;
}
.layout__row > *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 20px;
}
.layout__row .content__hr-gray{
    margin: 0 0 20px;
}
.layout__row .layout__1{
    width:  auto;
    flex-basis: 8.33%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
}
.layout__row .layout__2{
    width:  auto;
    flex-basis: 16.66%;
    -webkit-flex-basis: 16.66%;
    -ms-flex-preferred-size: 16.66%;
}
.layout__row .layout__3{
    width:  auto;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
}
.layout__row .layout__4{
    width:  auto;
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
}
.layout__row .layout__5{
    width:  auto;
    flex-basis: 41.66%;
    -webkit-flex-basis: 41.66%;
    -ms-flex-preferred-size: 41.66%;
}
.layout__row .layout__6{
    width:  auto;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
}
.layout__row .layout__7{
    width:  auto;
    flex-basis: 58.33%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
}
.layout__row .layout__8{
    width:  auto;
    flex-basis: 66.66%;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
}
.layout__row .layout__9{
    width:  auto;
    flex-basis: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
}
.layout__row .layout__2 img,
.layout__row .layout__3 img,
.layout__row .layout__4 img,
.layout__row .layout__5 img,
.layout__row .layout__6 img,
.layout__row .layout__7 img,
.layout__row .layout__8 img,
.layout__row .layout__9 img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.layout__row.img img{
    width: 100%;
}
.layout__row .layout__9.content{
    overflow: hidden;
    min-height: 0;
}
