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

: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-0e557037adab6e4d546781416b3e2dd6.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-0451a47985fe7b4af183804d85835a85.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-6a5f828507a67713526f5e425677e695.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-6a1221c896c50f21d080fdba30f0dc08.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-04bffef6e937e69e16378b489c8f9fb6.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-1c789f1c4e8a4fcad03723f8fa4d69b9.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;
}

