/* ---------------
 * VIDEOTEXT CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---videoText--video + .p4p---videoText--text
{
	margin-top: 50px;
}
@media(max-width: 767px)
{
	.p4p---videoText--video + .p4p---videoText--text
	{
		margin-top: 20px;
	}
}

.p4p---responsive-iframe{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.p4p---responsive-iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin-left: 15px;
}

.p4p---videoText--subheading{
	display: inline-block;
}

.p4p---videoText--subheading h2{
	font-size: 72px;
	line-height: 72px;
}

.p4p---videoText_link-back {
	 width: 22px;
	 height: 15px;
	 margin-top: 9px;
	 float: right;
}

.p4p---videoText_link-back img {
	width: 22px;
	height: 15px;
}

.p4p---videoText--video .row{
	margin-right: 0px;
}

/* ---------------
 * IMAGETEXT CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---imageText--headline_wrapper
{
	float: none;
}

@media (min-width: 991px)
{
	/*- IMAGETEXT FLOATING IMAGE LEFT -*/
	.p4p---ImageText--floating-image-left
	{
		padding: 0 30px 25px 0;
	}

	/*- IMAGETEXT FLOATING IMAGE RIGHT -*/
	.p4p---ImageText--floating-image-right
	{
		padding: 0 0 25px 30px;
	}
}

@media (max-width: 767px)
{
	/*-- IMAGETEXT IMAGE --*/
	.p4p---ImageText--image,
	.p4p---ImageText--floating-image-container .p4p---ImageText--image-right
	{
		margin: 0 0 20px 0;
	}

	/*- IMAGETEXT IMAGE (POSITION) RIGHT -*/
	.p4p---ImageText--image-right
	{
		margin: 20px 0 0 0;
	}

	/*- IMAGETEXT FLOATING IMAGE COL -*/
	.p4p---ImageText--floating-image-col
	{
		padding: 0;
	}
}

@media(max-width: 991px)
{
	.p4p---imageText-image
	{
		padding-bottom: 20px;
	}

	.p4p---ImageText--floating-image-left
	{
		padding-bottom: 0;
	}

	.p4p---ImageText--floating-image-left,
	.p4p---ImageText--floating-image-right
	{
		padding: 0;
	}
}

.p4p---imageText--headline.p4p---effectBlock.scroll_in
{
	position: relative;
	z-index: 1;
}

.p4p---navigation_opened .p4p---imageText--headline.p4p---effectBlock.scroll_in, .p4p---login_opened .p4p---imageText--headline.p4p---effectBlock.scroll_in, .p4p---effectBlock.n_index
{
	z-index: 0 !important;
}

/* ---------------
 * 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;
    }
}

.p4p---blog--header {
    padding-bottom: 2rem;
}

.p4p---blog--headline {
    font-size: 3.5rem;
    line-height: 3.5rem;
}

.p4p---blog--bodyContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* TEASER FIRST COUNT */

.p4p---blog--teaserFirst {
    width: 70%;
}

.p4p---blog--teaserFirst img {
    width: 100%;
    height: auto;
}

.p4p---blog--teaserFirst--headline span {
    margin-right: 0.5rem;
    line-height: 1.25rem;
    font-weight: 100;

    color: #FFFFFF;
}

.p4p---blog--teaserFirst .p4p---blog--teaserContent {
    justify-content: flex-start;
    position: relative;
    top: -3rem;
    margin: 0;

    max-width: 100%;
}

.p4p---blog--teaserFirst .p4p---blog--teaserTitle {
    font-size: 3rem !important;
    font-weight: 600;
    line-height: 3rem;
    color: var(--color-main);
}

.p4p---blog--teaserFirst .p4p---blog--teaserContent p {
    margin: 1rem 0;
}

/* BLOG SIDEBAR */

.p4p---blog--sidebar {
    width: 30%;
    display: flex;
    flex-direction: column;

    margin-left: 2.5rem;
}

.p4p---blog--teaser {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 1.25rem 0;

    border-bottom: 1px solid #0a0e14;
}

.p4p---blog--teaser:first-child {
    border-top: 1px solid #0a0e14;
}

.p4p---blog--teaserContent {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-right: 1.25rem;
}

.p4p---blog--teaserCategory {
    margin-right: 0.5rem;
}

.p4p---blog--teaserTitle {
    font-size: 1.25rem !important;
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--color-main);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    hyphens: auto;
    transition: color 250ms ease-in-out;
}

.p4p---blogOverview  .p4p---blog--buttonShow {
    color: white;
}

.p4p---blog:has(+ .p4p---blogOverview) .p4p---section {
    padding-bottom: 100px;
}


.p4p---blog--sidebar .p4p---blog--teaserTitle:hover {
    color: #000000;
}

.p4p---blog--teaserPreview img {
    min-width: 100%;
    height: auto;
}


/* BLOG BUTTONS */

.p4p---blog--teaserFirst .p4p---blog--btn {
    justify-content: flex-start;
    margin-top: 0;
}

.p4p---blog--btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.btn {
    position: relative;
    cursor: pointer;
    font-weight: 700;
}

.btn:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--color-main);
    position: absolute;
    bottom: 0;
    left: 0;

    transition: all 500ms ease-in-out;
}

.btn:hover:after {
    width: 0;
}


/* MEDIA */

@media  (max-width: 1199px) {
    .p4p---blog--teaserFirst {
        width: 60%;
    }

    .p4p---blog--sidebar {
        width: 40%;
    }
}

@media  (max-width: 991px) {
    .p4p---blog--teaserFirst {
        width: 100%;
    }

    .p4p---blog--sidebar {
        width: 100%;
    }

    .p4p---blog--bodyContainer {
        flex-direction: column;
    }

    /* TEASER FIRST COUNT  */
    .p4p---blog--teaserFirst .p4p---blog--teaserTitle {
        font-size: 2.125rem !important;
        line-height: 2.125rem !important;
    }

    .p4p---blog--teaserFirst .p4p---blog--teaserContent {
        top: -2.5rem;
    }

    /* BLOG SIDEBAR  */
    .p4p---blog--sidebar {
        margin: 0;
    }

    /* BLOG BUTTONS */
    .p4p---blog--btn {
        justify-content: flex-start;
    }

}

/* ---------------
 * NEWS CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
.p4p---news-item
{
	background: var(--color-second);
	color: white;
	padding: 10px 20px 10px 10px;
	transform-origin: center top;
	width: 100%;
}

.p4p---news-item:hover
{
	background: var(--background-gradient);
	cursor: pointer;
}

.p4p---news-item:hover .p4p---border:after
{
	background-color: var(--color-second);
}

.p4p---news-item + .p4p---news-item
{
	margin-top: 1px;
}

@media(max-width: 767px)
{
	.p4p---news-item
	{
		padding: 10px 10px 20px 10px;
	}
}

.p4p---news-item_image
{
	width: 100%;
}

.p4p---news-content
{
	padding-top: 15px;
}

@media(max-width: 1199px)
{
	.p4p---news-content
	{
		padding-top: 10px;
	}

	.p4p---news-headline_wrapper h2
	{
		font-size: 28px;
		line-height: 32px;
	}
}

@media(max-width: 991px)
{
	.p4p---news-content
	{
		padding-top: 0;
	}

	.p4p---news-headline_wrapper h2
	{
		font-size: 24px;
		line-height: 32px;
	}
}

@media(max-width: 767px)
{
	.p4p---news-headline_wrapper
	{
		padding-top: 5px;
	}

	.p4p---news-headline_wrapper h2
	{
		font-size: 32px;
		line-height: 36px;
	}
}

.p4p---news-content h2 span
{
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.p4p---news-meta p
{
	font-size: 14px;
	line-height: 24px;
}
@media(max-width: 767px)
{
	.p4p---news-meta
	{
		margin-top: 20px;
	}

	.p4p---news-meta p
	{
		line-height: 1;
		display: inline-block;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid white;
	}

	.p4p---news-meta p:last-child
	{
		border-right: none;
	}
}

/*-- DETAIL VIEW --*/
.p4p---news--detail-view
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: white;
	overflow-x: hidden;
	overflow-y: auto !important;
	z-index: 2;
	padding: 100px 15px;
}
@media(max-width: 767px)
{
	.p4p---news--detail-view
	{
		padding: 20px 15px;
	}
}

.p4p---news_social-media_icons
{
	margin-top: 50px;
}

.p4p---news--detail-view_header
{
	position: fixed;
	top: 20px;
	left: 30px;
	right: 20px;
}

.p4p---news--detail-view_header
{
	top: 0;
	right: 0;
	left: 0;
	padding: 20px 30px;
	z-index: 1;
}

.p4p---header__scrolled .p4p---news--detail-view_header
{
	top: 20px;
}

@media(max-width: 991px)
{
	.p4p---news--detail-view_header
	{
		padding-left: 15px;
		padding-right: 15px;
		background: #000;
	}
}

@media(max-width: 767px)
{
	.p4p---news--detail-view_header
	{
		position: static;
		top: inherit;
		left: inherit;
		right: inherit;
		margin-bottom: 50px;
		padding: 0;
	}
}

.p4p---news--detail-view_header .p4p---logo
{
	display: inline-block;
}

.p4p---news--detail-view_header .p4p---logo img
{
	max-height: 55px;
	max-width: 193px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media(min-width: 768px)
{
	.p4p---news--detail-view_header .p4p---logo img
	{
		max-height: 50px;
		max-width: 176px;
	}
}

@media(max-width: 991px)
{
	.p4p---news--detail-view_header .p4p---logo img
	{
		max-height: 50px;
		max-width: 176px;
	}
}

@media(max-width: 767px)
{
	.p4p---news--detail-view_header .p4p---logo img
	{
		max-height: 42px;
		max-width: 146px;
		position: static;
	}
}

.p4p---news--detail-view_close
{
	position: absolute;
	right: 30px;
	cursor: pointer;
}
@media(max-width: 767px)
{
	.p4p---news--detail-view_close
	{
		right: 15px;
	}
}

.p4p---news-content .p4p---border:hover{
	color: white;
}

.p4p---news-single .p4p---sliderArrows
{
	position: static;
	margin-top: 20px;
}

.p4p---news-single .p4p---sliderArrows .slick-disabled path, .p4p---news-single .p4p---sliderArrows .slick-disabled:hover path
{
	fill: #555;
}

.p4p---news-single .p4p---sliderArrows .slick-arrow:before
{
	display: none;
}

.p4p---news--link-container
{
	margin-top: 50px;
}

@media(max-width: 767px)
{
	.p4p---news--link-container
	{
		margin-top: 25px;
	}
}

/* ---------------
 * IMAGETEXTTWOCOL CSS
 * © copyright Bueroparallel GmbH
 * pics4peace Website
 * ---------------
 */
@media(max-width: 767px)
{
	.p4p---ImageTextTwoCol--col
	{
		margin-bottom: 50px;
	}
}
@media(min-width: 767px)
{
	.p4p---ImageTextTwoCol--col-second{
		margin-top: -80px;
	}
	.p4p---ImageTextTwoCol--col-second.p4p---ImageTextTwoCol--col-second-same{
		margin-top: 0px;
	}
}

/* ---------------
 * 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-1404a1dc85e2ff1578b2c1e53377b630.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;
	}
}

:root {
	--color-main: #FF9472;
	--color-second: #FF9472;
	--color-main-rgb: 255, 148, 114;
	--background-gradient: linear-gradient(90deg, rgba(255, 148, 114, 0.00) 0%, #F2709C 100%), var(--color-main);
}

html, body
{
	font-family: 'Syne', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: normal;
}

h1, h2, h3, .p4p---font_65_Md {
	font-family: 'Syne', sans-serif;
}

.p4p---logo img {
	max-height: 54px;
	max-width: 296px;
	
	@media (max-width: 767px) {
		max-height: 42px;
		max-width: 230px;
	}
}

.p4p---header__scrolled .p4p---logo img {
	max-height: 40px;
	max-width: 219px;
}

.p4p---calendarentry--headline h1 {
	color: #333 !important;
}

.teaser--day {
	color: #FFFFFF;
}

.teaser--month {
	color: #FFFFFF;
}

.p4p---textblock ul li:before {
	content: url('vhs-assets-css-24581932c61341de8a626843af6a9cd8.svg') !important;
}

.p4p---DownloadList--list-item_col svg {
	fill: #FFFFFF !important;
}

/* syne-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Syne';
	font-style: normal;
	font-weight: 400;
	src: url('vhs-assets-css-a43274ad0258122c2f211f7b65127664.woff2') format('woff2');
}
/* syne-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Syne';
	font-style: normal;
	font-weight: 500;
	src: url('vhs-assets-css-eeff6ae80636a6145d4ee6260c624bb8.woff2') format('woff2');
}
/* syne-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Syne';
	font-style: normal;
	font-weight: 600;
	src: url('vhs-assets-css-f74640f8882c9cafe8bcc35eaff226cb.woff2') format('woff2');
}
/* syne-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Syne';
	font-style: normal;
	font-weight: 700;
	src: url('vhs-assets-css-3ec2043452fe04c3bcf21f39b498de11.woff2') format('woff2');
}
/* syne-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Syne';
	font-style: normal;
	font-weight: 800;
	src: url('vhs-assets-css-71aba46127f4899f0835943655187216.woff2') format('woff2');
}

body, h4, p, .p4p---textblock, .p4p---font_55_Rg
{
	font-family: 'Syne', Helvetica, Arial, sans-serif;
	font-weight:  500;
	font-style:   normal;
	font-stretch: normal;
}

h1, h2, h3, .p4p---font_65_Md
{
	font-family: 'Syne', Helvetica, Arial, sans-serif;
	font-weight:  600;
	font-style:   normal;
	font-stretch: normal;
}

.p4p---font_66_MdIt
{
	font-family: 'Syne', Helvetica, Arial, sans-serif;
	font-weight:  600;
	font-style:   italic;
	font-stretch: normal;
}

.p4p---link, .p4p---font_75_Bd
{
	font-family: 'Syne', Helvetica, Arial, sans-serif;
	font-weight:  700;
	font-style:   normal;
	font-stretch: normal;
}

