body{
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.25px;
}

b, strong{
    font-weight: 600;
}

#main-content{
    margin-top: -82px;
}

.ksoe-container {
    padding-left: 82px;
    padding-right: 82px;
}


.page-description h2{
    /*max-width: 50%;*/
    padding-left: 90px;
	padding-right: 90px;
}

.page-description p{
    padding-left: 90px;
    padding-right: 90px;
}

.page-description ul {
    padding-left: 90px;
    padding-right: 90px;
}

.page-roll:nth-of-type(even){
    background: #EBEBEB;
    padding-top: 50px;
    padding-bottom: 77px;
    margin-bottom: 110px;
}

.contrast-stripe{
    background: #EBEBEB;
    padding-bottom: 77px;
    margin-bottom: 110px;
}

.contrast-stripe h2:first-of-type{
    margin-top: 63px;
    margin-bottom: 49px;

    padding-left: 53px;
}

.content{
    background: #fff;
    padding: 28px;

    margin-bottom: 110px;
}

/** spezial text, bei Überschrift unter header **/
.content .wp-block-column:nth-child(2) p{
    padding-top: 4px;
    font-weight: 100;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.25px;
}

.category-name{
    text-transform: uppercase;
    color: #D0021B;

    font-weight: 900;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 3px;

    padding-left: 90px;
}

h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.25px;

    margin-bottom: 30px;
}

h2.light{
    font-weight: 100;
}

h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.47px;
}

h4{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.47px;
}

a, .red-text{
    color: #D0021B;
}

a:hover{
    color: #D0021B;
    text-decoration: underline;
}

a>h3{
    color: #000;
}

a:hover>h3{
    color: #D0021B;
    text-decoration: underline;
}

img.first-article-image{
    padding: 50px;
}

.image-row{
    padding-top: 50px;
}