@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "TT Firs Neue W10 ExtraLight";
	src: url("../fonts/TT-Firs-Neue-ExtraLight.ttf") format("truetype");
}
@font-face {
	font-family: "TT Firs Neue W10 Regular";
	src: url("../fonts/TT-Firs-Neue-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "TT Firs Neue W10 DemiBold";
	src: url("../fonts/TT-Firs-Neue-DemiBold.ttf") format("truetype");
}

body {
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: "TT Firs Neue W10 Regular";
	font-weight: normal;
	word-break: normal;
	word-wrap: break-word;
	white-space: normal;
	color: #000;
	background-color: #FFF;
	/*	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}
body, p, h5 {
	font-size: 20px;
	line-height: 26px;
}
.wrapper {
	height: 100%;
	width: 100%;
	background-color: #FFF;
}
p {
	font-family: "TT Firs Neue W10 Regular";
}
p span {
	padding-left: 2em;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {}
h2 {}
h3 {
	font-size: 145px;
	line-height: 100%;
	font-family: "TT Firs Neue W10 ExtraLight";
	transition: .2s ease-in-out;
	margin: -.081em 0 0 -.081em;
	position: relative;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
h4 {
	font-size: 36px;
	line-height: 45px;
	font-family: "TT Firs Neue W10 ExtraLight";
}
h5 {
	font-family: "TT Firs Neue W10 ExtraLight";
	font-weight: normal;
	margin: 3em 0 0em 0;
	padding: 0;
}
.container-fluid h5:first-of-type {
	margin-top: 0em;
}
p.grey {
	color: #C29393;
	margin: 0 0 0 -.08em;
	/*margin: -1.25em 0 0 -.08em;*/
}
.boxbg p.grey {
	color: #F6EBEB;
}
strong, b {
	font-family: "TT Firs Neue W10 ExtraLight";
	font-weight: normal;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li ul li {
	padding-left: 8.333333%;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #DBBDBD;
}
a.sonderfall{
	color: #C29393;
}
a.sonderfall:hover{
	text-decoration: underline !important;
}
table.stepleft {
	position: relative;
	left: -33.333333%;
	width: calc(100%+ 33.333333%);
}
td.firstelement {
	width: 25%;
}
td, th {
	vertical-align: top;
}
.container-fluid {
	max-width: 1920px;
}
.card-body .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
#fullscreen {
	background-image: url("../img/pblawheader.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax {
	/* The image used */
	background-image: url('img_parallax.jpg');
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#content {
	background-color: #FFF;
}
.card {
	border: 0;
	border-radius: 0;
}
.card-header {
	padding: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0.00);
}
.btn-link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.btn-link:hover, .btn-link:active {
	color: #000;
	text-decoration: none;
}
.btn {
	padding: 0px;
}
button {
	text-decoration: none !important;
}
.inbox {
	padding: 3.8vw 3vw 2.31vw 0vw;
}
.inbox.boxbg {
	padding: 3.8vw 3vw 4vw 4.5vw;
	margin-left: -4.5vw;
}
.statement {
	margin-bottom: 4vw;
}
.content {
	padding-left: 30px;
}
img.leftimg {
	width: 100%;
	margin-bottom: 3em;
}
footer .inner {
	padding: 5vh 0 10vh 0;
}
.boxbg {
	background-color: #F6EBEB;
	margin-bottom: 8vw;
}
.logo svg {
	position: fixed;
	max-width: 3.95vw;
	top: 4vw;
	left: 4vw;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	mix-blend-mode: exclusion;
}
.logo svg .cls-1 {
	fill: rgb(255, 255, 255);
}
/*.accordion > .card:not(:first-of-type):not(:last-of-type), .accordion > .card:first-of-type {
	border-bottom: 1px solid #C29393;
	border-radius: 0;
}
.accordion > .card:last-of-type {
	border-bottom: 0;
	border-radius: 0;
}*/
.accordion > .card:not(:first-of-type), footer .inner {
	border-top: 1px solid #C29393 !Important;
	border-radius: 0;
}
.accordion > .boxbg:not(:first-of-type) {
	border-top: 0px solid #C29393 !Important;
	border-radius: 0;
}
.boxbg {
	border: 0px !Important;
}
.card-body {
	padding: 4vw 0 0 0;
}
.card {
	overflow: visible !important;
}
.arrow {
	position: absolute;
	width: 40px;
	bottom: 0px;
	left: 25%;
	padding-bottom: 10px;
	transition: ease 1s;
	-webkit-animation: bouncey 1.6s linear infinite;
	animation: bouncey 1.6s linear infinite;
}
.arrow a:hover {
	cursor: pointer;
}
.arrow svg {
	fill: #FFF;
}
.arrow:hover svg {
	fill: #000;
}
@-webkit-keyframes bouncey {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes bouncey {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media (min-width: 768px) {
	body {
		font-size: 20px;
		line-height: 26px;
	}
	.card-body .col-md-5.images {
		margin-left: -15vw;
		flex: calc(41.66667%+ 5vw);
		max-width: calc(41.66667%+ 5vw);
	}
	.card-body .col-md-7.content {
		margin-left: 10vw;
		flex: calc(58.333333%+ 0vw);
		max-width: calc(58.333333%+ 0vw);
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1920px;
	}
	.logo svg {
		max-width: 3.95vw;
	}
	h3 {
		font-size: 7.4vw;
		line-height: 100%;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
}
@media (max-width: 1199.98px) {
	.logo svg {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.inbox {
		padding: 1em 0em;
	}
	p {
		font-family: "TT Firs Neue W10 Regular";
	}
	body, p, h5 {
		font-size: 18px;
		line-height: 22px;
	}
	h3 {
		font-size: 104px;
		line-height: 100%;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
	h4 {
		font-size: 40px;
		line-height: 45px;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
}
@media (max-width: 991.98px) {
	.logo svg {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.inbox {
		padding: 1em 0em;
	}
	p {
		font-size: 18px;
		line-height: 23px;
		font-family: "TT Firs Neue W10 Regular";
	}
	h3 {
		font-size: 60px;
		line-height: 65px;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
	h4 {
		font-size: 40px;
		line-height: 45px;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
}
@media (max-width: 767.98px) {
	ul li ul li {
		padding-left: 0;
	}
	table.stepleft {
		position: relative;
		left: 0;
		width: 100%;
	}
	.card-body img {
		position: relative;
		left: 0;
	}
}
@media (max-width: 575.98px) {
	.logo svg {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 10vw
	}
	.inbox {
		padding: 1em 0em;
	}
	p {
		font-size: 15px;
		line-height: 19px;
		font-family: "TT Firs Neue W10 Regular";
	}
	h3 {
		font-size: 32px;
		line-height: 39px;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
	h4 {
		font-size: 20px;
		line-height: 26px;
		font-family: "TT Firs Neue W10 ExtraLight";
	}
	.boxbg {
		margin-right: -15px;
	}
	ul li ul li {
		padding-left: 0;
	}
	table.stepleft {
		position: relative;
		left: 0;
		width: 100%;
	}
	.card-body img {
		position: relative;
		left: 0;
	}
}
