.content_box.slider .arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translate(0,-50%);
	font-size: 2em;
}
.content_box.slider .slick-prev{
    left: 10px;
}
.content_box.slider .slick-next{
    right: 10px;
}
.slidePost{
    padding: 0 20px;
}
.slidePost > div{
    display: flex;
}
.columns{
    display: flex;
    justify-content: space-between;
}
.content_box.transparent{
    background-color: transparent;
}

/*Authors*/
.authors{
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;

}
.authors a{
    margin: 0 20px 0 0;
}
.authorTeaser{
    display: flex;
    align-items: center;
}
.authorTeaser .image {
	margin: 0px 10px 0 0;
	border-radius: 60px;
	overflow: hidden;
}
.authorTeaser .title{
    font-weight: bold;
}

/*Latest content*/
.lastest_content > .row > h2{
    margin-bottom: 10px;
}
.lastest_content .card {
	border-radius: 20px;
}
.latest_container{
    display: flex;
    justify-content: space-between;
}
.latest_container .card{
    width: 30%;
}
.manual_card_row .latest_container .card{
    width: 31.5%
}
.latest_container .card-0{
    width: 35%;
}
.manual_card_row .latest_container .card-0{
    width: 31.5%;
}

.latest_container .card .card_img_link {
	height: 260px;
}

.onlyAllresult{
    display: none;
}
.card > .tags, .card_story > .tags {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-weight: bold;
    display: flex;
    z-index: 2;
}
.card .tag, .card_story .tag {
    margin-right: 10px;
    padding: 5px 10px;
	border-radius: 20px;
    background-color: #0b8092;
}

.card-resources .tag {
    background-color: #005480;
}
.card-stories .tag, .card_story .tag {
    background-color: #B94570;
}
.card-post .tag {
    background-color: #B94570;
}
.card .margin_top{
    margin-top: 30px;
}


/*Key People*/
.key_people {
    padding:20px;
    margin: 20px 0 0;
}

.key_people_container{

    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:20px;
    @media screen and (max-width:1400px){
        grid-template-columns: repeat(3, 1fr);
    }
    @media screen and (max-width:1000px){
        grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width:600px){
        grid-template-columns: 1fr;
    }

}

.key_people a{
    display:block;
    z-index:10;
}
.personTeaser{
    height:100%;
    display:grid;
    grid-template-columns: auto;
    align-items: center;

}
.personTeaser.withImage{
    grid-template-columns: 120px auto;
    gap:10px;

}
.personTeaser .image {
    width:120px;
    margin: 0px 10px 0 0;
    border-radius: 60px;
    overflow: hidden;
}

.personTeaser .title{
    font-weight: bold;
}

.card .tag.citizen-engagement{
    background-color: #CC4570;
}

.card .tag.clean-transport{
    background-color: #8A4796;
}

.card .tag.europe-in-the-world{
    background-color: #FB8C15;
}

.card .tag.europes-industrial-transformation{
    background-color: #FC632D;
}

.card .tag.european-national-just-transitions{
    background-color: #0B8092;
}

.card .tag.fossil-free-energy{
    background-color: #00548A;
}

.card .tag.land-food-nature{
    background-color: #80BF99;
}

.card .tag.shifting-the-financial-system{
    background-color: #00A691;
}
.two-column-text .content{
    display:flex;
    gap:50px;
    @media only screen and (max-width:1024px){
        flex-direction: column;
    }
}



/*Footer*/
.builtby {
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: 2px;
}
.team-new .department-team {
	padding-bottom: 30px;
}

/*EW-100 Hyperlinked text*/
.content_box .text_box p a:focus, .content_box .text_box p a:hover {
    color: #ffb810;
    text-decoration: underline;
}
@media screen and (max-width: 1000px) {
    .latest_container{
        display: block;
        justify-content: space-between;
    }
    .latest_container .card{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .authorTeaser {
        margin-bottom: 20px !important;
    }
    .authorTeaser .image {
        width: 100px;
    }
    .authorTeaser .authorContent {
        width: calc(100% - 110px);
    }
}


main section:last-of-type {
    margin-bottom:0;

}