/* ---------------
 * FILTER CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---filter--wrapper:not(.n-m)
{
	margin-bottom: 30px;
}

@media(max-width: 767px)
{
	.p4p---filter--wrapper:not(.n-m)
	{
		margin-bottom: 0;
	}
}

.p4p---filter--button
{
	display: inline-block;
	margin: 30px 30px 0 0;
	cursor: pointer;
}

.p4p---filter--button:last-child
{
	margin-right: 0;
}

@media(max-width: 767px)
{
	.p4p---filter--button
	{
		margin: 20px 20px 0 0;
	}
}

.p4p---filter--button span
{
	display: inline-block;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.p4p---filter--button-current,
.p4p---filter--button-current:hover
{
	background: var(--color-main);
	color: white;
	padding: 9px 18px;
}

.p4p---filter--options
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	/*border-bottom: solid 4px var(--color-main);*/
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
	 width: 100%;
	padding: 0;
	/* background-color: white; */
	/* background-image: url(/typo3conf/ext/pics4peace/Resources/Public/Icons/Form/p4p_arrow_down.png); */
	/* background-repeat: no-repeat; */
	/* background-size: 20px; */
	/* background-position: 99% 10px; */
	cursor: pointer;
	height: 30px;
	color: #000;
	/* padding-right: 30px; */
	font-weight: 400;

	background-color: transparent;
}

.p4p---filter--options::-ms-expand
{
	display: none;
}

/*--- NEW FILTER ---*/
.p4p---filter--wrapper
{
	margin-bottom: 30px;
}

.p4p---filter--options-wrapper.pull-r
{
	float: right;
}

@media(max-width: 767px)
{
	.p4p---filter--options-wrapper.pull-r:not(.pull-r-m)
	{
		float: none;
	}
}

.p4p---filter--label
{
	display: inline-block;
	font-weight: bold;
}

.p4p---filter--label + .p4p---filter--label
{
	margin-left: 30px;
}

@media(max-width: 767px)
{
	.p4p---filter--label + .p4p---filter--label
	{
		margin-left: 0;
		display: block;
		margin-top: 15px;
	}
}

.p4p---filter--label span
{
	/*display: block;*/
	/*font-size: 12px;*/
	/*margin-bottom: 10px;*/
}

.p4p---filter--options-border_wrapper
{
	display: inline-block;
}

.p4p---filter--options-border
{
	height: 5px;
	background-color: var(--color-main);
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	margin-top: -10px;
}

.p4p---filter--options-border_wrapper:hover .p4p---filter--options-border
{
	width: 0;
}

#width_tmp_select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 0;
	font-weight: 400;

	display: none;
}

.p4p---DownloadList--list-item_wrapper{
	width: 100%;
}

/* ---------------
 * POSTLIST CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---postlist .p4p---headline h2{
    font-size: 72px;
    line-height: 1;
}

.p4p---postlist .p4p---headline h2.p4p---main_color{
    font-size: 47px;
    word-break: break-word;
}

.p4p---postlist-posts{
    margin: 30px -20px 150px -20px;
    -webkit-transition: height 0.75s;
    -moz-transition: height 0.75s;
    -ms-transition: height 0.75s;
    -o-transition: height 0.75s;
    transition: height 0.75s;
    position: relative;
}

@media(max-width: 767px)
{
    .p4p---postlist-posts
    {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.p4p---postlist-posts:after {
    content: '';
    display: block;
    clear: both;
}

.p4p---postlist-post-sizer, .p4p---postlist-post{
    width: 33.33%;
}

@media(max-width: 1024px)
{
    .p4p---postlist-post-sizer, .p4p---postlist-post
    {
        width: 50%;
    }
}

.p4p---postlist-post{
    float: left;
    padding: 0 20px !important;
}
@media(max-width: 767px)
{
    .p4p---postlist-post
    {
        padding: 0 15px !important;
    }
}

.p4p---postlist-post_image
{
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.p4p---postlist-post:hover .p4p---postlist-post_image
{
    background-color: var(--color-main);
}

.p4p---postlist-post .p4p---postlist-post_image a
{
    display: block;
    width: 100%;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.p4p---postlist-post:hover .p4p---postlist-post_image a
{
    opacity: 0.6;
}

.p4p---postlist-post .p4p---postlist-post_content h2{
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.p4p---postlist-post:hover .p4p---postlist-post_content h2{
    color: black;
}

.p4p---postlist-post_content{
    position: relative;
    top: -53px;
    color: white;
}

@media(max-width: 991px)
{
    .p4p---postlist-post_content
    {
        top: -46px;
    }
}

@media(max-width: 767px)
{
    .p4p---postlist-post_content
    {
        top: -43px;
    }
}

.p4p---postlist-post_content .p4p---headline_main, .p4p---postlist-post_content .p4p---headline{
    margin-bottom:1px;
}

.p4p---postlist-posts .p4p---postlist-show_more--button::after {
    -webkit-transform: rotate(45deg) translate(-50%, 0%);
    transform: rotate(45deg) translate(-50%, 0%);
    left: 50%;
}

.p4p---postlist-posts .p4p---link.p4p---border {
    margin-left: 20px;
}

.p4p---postlist .p4p---filter--buttons
{
    margin-top: -30px;
}
@media(max-width: 767px)
{
    .p4p---postlist .p4p---filter--buttons
    {
        margin-top: -20px;
    }
}

.p4p---postlist .p4p---pagination_row
{
    margin: 0;
}

@media(min-width: 768px)
{
    .p4p---postlist .p4p---pagination_col
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 767px)
{
    .p4p---postlist .p4p---filter--wrapper
    {
        margin-bottom: 15px;
    }

    .p4p---postlist .p4p---filter--options-wrapper
    {
        margin-bottom: 15px;
    }
}

/* ---------------
 * FOOTER CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---footer
{
	background-color: #000;
	color: white;
	padding: 200px 0;
	margin-top: 50px;
}
@media(max-width: 991px)
{
	.p4p---footer
	{
		padding: 150px 0 150px 0;
	}
}
@media(max-width: 767px)
{
	.p4p---footer
	{
		padding: 100px 0;
		text-align: center;
	}
}

.p4p---footer_link .p_small
{
	font-size: 18px;
	line-height: 24px;
}

.p4p---footer_link span
{
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.p4p---footer_link span:hover
{
	color: var(--color-main);
}

.p4p---footer_subnavigation .p4p---footer_link:nth-child(2)
{
	border-right: 1px solid var(--color-main);
	border-left: 1px solid var(--color-main);
	padding: 0 20px;
	margin: 0 20px;
}

.p4p---footer_subnavigation .p4p---footer_link p
{
	margin: 0;
	padding: 0;
}

.p4p---footer_subnavigation{
	text-align: right;
	margin-top: 375px;
}

.p4p---footer_subnavigation .p4p---footer_link
{
	display: inline-block;
}
@media(max-width: 991px)
{
	.p4p---footer_subnavigation .p4p---footer_link
	{
		margin-bottom: 15px;
	}
}
@media(max-width: 767px)
{
	.p4p---footer_subnavigation
	{
		margin-top: 40px;
	}

	.p4p---footer_subnavigation .p4p---footer_link
	{
		display: inline-block;
		margin-bottom: 0;
		/*margin-left: 20px;*/
	}

	.p4p---footer_subnavigation .p4p---footer_link:first-child
	{
		margin-left: 0;
	}
}

.p4p---footer_link h3
{
	font-size: 84px;
	line-height:86px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p4p---footer_link:first-child h3
{
	margin-top: 0;
}

@media (max-width: 1199px)
{
	.p4p---footer_link h3
	{
		font-size: 56px !important;
		line-height: 58px !important;
		margin-top: 25px;
	}

	.p4p---footer_subnavigation
	{
		margin-top: 340px;
	}

	.p4p---footer_subnavigation .p4p---footer_link:nth-child(2)
	{
		border-right: 1px solid var(--color-main);
		border-left: 1px solid var(--color-main);
		padding: 0 10px;
		margin: 0 10px;
	}

	.p4p---footer_subnavigation .p4p---footer_link .p_small
	{
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 991px)
{
	.p4p---footer_link h3
	{
		font-size: 44px !important;
		line-height: 48px !important;
		margin-top: 20px;
	}

	.p4p---footer_subnavigation
	{
		margin-top: 275px;
	}


	.p4p---footer_subnavigation .p4p---footer_link
	{
		margin-bottom: 0;
	}
}

.p4p---footer_logo
{
	margin-bottom: 20px;
	max-width: 400px;
	float: right;
}

.p4p---footer_logo img
{
	width: 300px;
	max-width: 100%;
}

@media(max-width: 991px)
{
	.p4p---footer_logo img
	{
		width: 240px;
	}
}

@media(max-width: 767px)
{
	.p4p---footer_link h3
	{
		font-size: 32px !important;
		line-height: 36px !important;
		margin-top: 10px;
	}

	.p4p---footer_logo {
		margin-bottom: 20px;
		max-width: 100%;
		float: none;
	}

	.p4p---footer_link:first-child h3
	{
		margin-top: 40px;
	}

	.p4p---footer_subnavigation
	{
		text-align: center;
		margin-top: 40px;
	}

	.p4p---footer_logo img
	{
		max-width: 225px;
		margin: 0 auto;
	}
}

@media(min-width: 768px)
{
	.p4p---footer_social-media_icons
	{
		float: right;
	}
}

/* ---------------
 * TEXT CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---textblock ul
{
	margin-bottom: 0;
}

.p4p---textblock ul li
{
	position: relative;
	padding: 0 0 20px 15px;
	line-height: 28px;
}

.p4p---textblock ol
{
	margin-left: 15px;
}

.p4p---textblock ol li
{
	padding: 0 0 20px 5px;
	line-height: 28px;
}

.p4p---textblock ol li::marker
{
	position: absolute;
	left: 0;
	top: 2px;
	height: 14px;
	width: 7px;
}

.p4p---textblock ul li:before
{
	content: url('vhs-assets-css-46d2cd670ddefba10e1364776c53f616.svg');
	position: absolute;
	left: 0;
	top: 2px;
	height: 14px;
	width: 7px;
}

.p4p---textblock a
{
	display: inline-block;
	position: relative;
	font-weight: bold;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.p4p---textblock a:hover
{
	color: var(--color-main);
}

.p4p---textblock a:after
{
	content: '';
	height: 5px;
	background-color: var(--color-main);
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

	display: block;
	margin-top: -9px;
}
@media(max-width: 767px)
{
	.p4p---textblock a:after
	{
		margin-top: -10px;
	}
}

.p4p---textblock a:hover:after
{
	width: 0;
}

.p4p---textblock h1, .p4p---textblock h2, .p4p---textblock h3, .p4p---textblock h4, .p4p---textblock h5
{
	margin-bottom: 20px;
}

.p4p---textblock p, .p4p---textblock--headline
{
	margin-bottom: 20px;
}
@media(max-width: 767px)
{
	.p4p---textblock p, .p4p---textblock--headline
	{
		margin-bottom: 10px;
	}
}

.p4p---textblock h3
{
	margin-top: 30px;
}

.p4p---textblock p + h3
{
	margin-top: 50px;
}

.p4p---textblock-margin-right .p4p---textblock{
	margin-right: 20px;
}

.p4p---textblock-margin-left .p4p---textblock{
	margin-left: 20px;
}

.p4p---textblock-margin-right .p4p---link.p4p---border{
	margin-right: 20px;
}

.p4p---textblock-margin-left .p4p---link.p4p---border{
	margin-left: 20px;
}

@media(max-width: 991px)
{
	.p4p---textblock-margin-right .p4p---textblock,
	.p4p---textblock-margin-right .p4p---link.p4p---border
	{
		margin-right: 0;
	}

	.p4p---textblock-margin-left .p4p---textblock,
	.p4p---textblock-margin-left .p4p---link.p4p---border
	{
		margin-left: 0;
	}
}

