@charset "utf-8";

/* client color= #1C4F9B */

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.65em;
	margin: 0;
	padding: 0;
	color: #444;
	background: #fff;
}

h1 {
	color: #1C4F9B;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Roboto';
	text-transform: uppercase;
	word-spacing: 5px;
	line-height: 150%;
	margin: 0;
	padding: 0 0 15px;
}

h2 {
	color: #1C4F9B;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Roboto';
	text-transform: none;
	word-spacing: 1px;
	line-height: 150%;
	margin: 0;
	padding: 15px 0 15px;
}

h3 {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 150%;
	margin: 0;
	padding: 20px 0 15px;
}

h4 {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Open Sans';
	line-height: 150%;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: none;
}

h5 {
	color: #1C4F9B;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans';
	line-height: 150%;
	margin: 0;
	padding: 15px 0 10px 0;
	text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: block;
	font-weight: normal;
}


/* ########################### Note On Page Start ########################### */

body > div > #wrapper::before {
	background: #1C4F9B;
	color: #fff;
	content: "Leasing-Report 2025: Zeit für Aufbruch";
	display: block;
	font-size: 25px;
	font-weight: 400;
	font-family: 'Roboto';
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	width: 100%;
	position: fixed;
	z-index: 100000;
}

#slider {
	margin-top: 34px;
}

@media (max-width: 991px) {
	body > div > #wrapper::before {
		margin-top: 0;
	}

	#slider {
		margin-top: 114px;
	}
}


/* ########################### Link to Main Site ############################ */

header > div.container > div.row > div.col-md-9 {
	padding-right: 0;
}

#mainmenu > li:last-child > a,
#mainmenu > li:last-child:hover > a {
	background: #1C4F9B;
	border-radius: 5px;
	color: #fff;
	line-height: 1;
	margin: 25px 0 22px 16px;
	padding: 10px 15px;
}

#mainmenu > li:last-child > ul > li a {
	background: #1C4F9B;
}

#mainmenu > li:last-child > a:hover,
#mainmenu > li:last-child > ul > li a:hover {
	background: #fff;
	color: #1C4F9B;
	text-decoration: none;
}

@media (max-width: 991px) {
	#mainmenu > li:last-child,
	#mainmenu > li:last-child > ul > li {
		background: #1C4F9B;
	}

	#mainmenu > li:last-child a {
		background: none;
		border-radius: 0;
		color: #fff !important;
		display: block;
		line-height: 66px;
		margin: 0;
		padding: 10px 16px 8px 16px;
	}

	#mainmenu > li:last-child a:hover {
		background: #fff !important;
		color: #1C4F9B !important;
	}

	#mainmenu > li:last-child > ul {
		margin-top: -20px;
	}
}



/* ############################# Table content ############################## */

thead th {position: relative; top: 4px;}

#content table {
	width:100%;
	max-width: 100%;
	border-spacing: 4px 0;
	line-height:20px;
}

#content th {
	padding:10px;
	background-color:#f6f6f6;
	vertical-align:top;
}

#content td {
	padding:10px;
	border-bottom:1px solid #f6f6f6;
	vertical-align:baseline;
	letter-spacing:normal;
	word-wrap: break-word;
}

#content tr:first-child td  {
	border-top: 1px solid #f6f6f6;
}

#content tr:hover {
	background:#f6f6f6;
}

#content .highlighted {
	background:#eaeaea;
	border-bottom:1px solid #eaeaea;
}

/* cell colors */

.cell-gray {
	background-color:#f6f6f6;
}

/* align */
td.right {
	text-align:right!important;
}

td.left {
	text-align:left!important;
}

td.center {
	text-align:center!important;
}

th.right {
	text-align:right!important;
}

th.left {
	text-align:left!important;
}

th.center {
	text-align:center!important;
}

.scroll {
	outline: none;
}

.side-bg {
	background-color: #1C4F9B;
}

.call-to-action {
	background: #1C4F9B;
}

.call-to-action figcaption {
	color: #fff;
}

.call-to-action .tiny-border {
	background: #fff;
}


.call-to-action h1,
.call-to-action h2,
.call-to-action h3,
.call-to-action h4,
.call-to-action h5,
.call-to-action h6,
.call-to-action p a {
	color: #fff;
}

.call-to-action h1 span,
.call-to-action h2 span,
.call-to-action h3 span,
.call-to-action h4 span,
.call-to-action h5 span,
.call-to-action h6 span {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

a {
	color: #1C4F9B;
}

a:hover {
	color: #1C4F9B;
}

header {
	border-bottom: solid 3px #1C4F9B;
	position: relative;
	top: 34px;
}

header.clone {
	border-bottom: solid 3px #1C4F9B;
}

@media (max-width: 991px) {
	header.clone {
		top: 34px;
		z-index: 10001;
	}
}

body.down header.clone {
	top: 34px;
	z-index: 100000;
}


/* ################################# Footer ################################# */

footer {
	background: #666;
	color: #ccc;
}

footer a {
	font-size: 12px;
	color: #ccc;
}
footer a:hover {
	color: #fff;
}

footer div.container div.row:first-child div.col-md-4:nth-child(3) ul.ce-menu li:last-child {
	line-height: 2.4em;
}

footer div.container div.row:first-child div.col-md-4:nth-child(3) ul.ce-menu li:last-child a {
	background: #1C4F9B;
	border-radius: 5px;
	color: #fff;
	padding: 10px 15px;
}
footer div.container div.row:first-child div.col-md-4:nth-child(3) ul.ce-menu li:last-child a:hover {
	background: #fff;
	color: #1C4F9B;
	text-decoration: none;
}

#mainmenu li:hover a {
	color: #8db2c3;
}

#mainmenu li li a:hover {
	color: #fff;
	background: #8db2c3;
}

#menu-btn {
	background: #1C4F9B;
}

a.btn-slider {
	background: #1C4F9B;
	padding: 10px 15px;
}

a.btn:hover {
	color: #1C4F9B !important;
}

a.btn-border,
a.btn-border-light {
	border: 1px solid #1C4F9B;
	border-radius: 5px;
	letter-spacing: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 15px;
}

a.btn-border {
	background: #1C4F9B;
	color: #f8f8f8;
}
a.btn-border:hover {
	background: none;
	color: #1C4F9B;
}

a.btn-border-light {
	color: #1C4F9B;
}
a.btn-border-light:hover {
	background: #1C4F9B;
	color: #f8f8f8;
}

.call-to-action a.btn-border {
	background: #fff;
	border-color: #fff;
	color: #1C4F9B;
}
.call-to-action a.btn-border:hover {
	background: none;
	color: #fff;
}

.call-to-action a.btn-border-light {
	border-color: #fff;
	color: #fff;
}
.call-to-action a.btn-border-light:hover {
	background: #fff;
	color: #1C4F9B;
}

.light-text a.btn-border-light {
	border: 1px solid #fff;
	color: #fff;
}

.light-text a.btn-border-light:hover {
	background: #fff;
	color: #1C4F9B;
}


/* ################################ Content ################################# */

.small-border {
	background: #1C4F9B;
}


/* ################################## Grid ################################## */

section.grey {
	background-color: #f8f8f8;
	color: #444;
}


/* ################################ Profiles ################################ */

.team-profile > a:focus h3,
.team-profile > a:focus h4,
.team-profile > a:focus .text,
.team-profile > a:hover h3,
.team-profile > a:hover h4,
.team-profile > a:hover .text {
	color: #fff;
}

.team-profile > a .text {
	color: #888;
}

.team-profile .text {
	background: #f8f8f8;
}

.team-profile > a:focus .text,
.team-profile > a:hover .text {
	background: #1C4F9B;
}


/* ############################## BDL Buttons ############################### */

.btn-gray,.btn-blue,.btn-light-blue,.btn-orange,
.dl-btn-gray,.dl-btn-blue,.dl-btn-light-blue,.dl-btn-orange
{
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -o-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -moz-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -webkit-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F6F6F6),color-stop(1,#E2E2E2));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -ms-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F6F6F6,endColorstr=#E2E2E2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F6F6F6,endColorstr=#E2E2E2)";
	background-color: #F6F6F6;
	zoom: 1;

	background-position: 100% 50%;
	background-repeat: no-repeat;

	border-radius: 5px;

	color: #1C4F9C;
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	clear: both;
	margin: 0;
	padding: 8.5px 32px 8.5px 12px;
	min-width: 30.303030303%;
}

.btn-blue {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -o-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -moz-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -webkit-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#587DB7),color-stop(1,#1C4F9C));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -ms-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#587DB7,endColorstr=#1C4F9C);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#587DB7,endColorstr=#1C4F9C)";
	background-color: #1C4F9C;
}

.btn-blue a {
	color: #F6F6F6;
}

.btn-light-blue {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -o-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -moz-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -webkit-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F8F9FC),color-stop(1,#E8EDF5));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-blue-right-12p.png'), -ms-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F9FC,endColorstr=#E8EDF5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F9FC,endColorstr=#E8EDF5)";
	background-color: #F8F9FC;
}

.btn-ight-blue a {
	color: #1C4F9C;
}

.btn-orange {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -o-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -moz-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -webkit-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F5CF7F),color-stop(1,#EB9F01));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/arrow-white-right-12p.png'), -ms-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F5CF7F,endColorstr=#EB9F01);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F5CF7F,endColorstr=#EB9F01)";
	background-color: #F5CF7F;
}

.btn-orange a {
	color: #FFFFFF;
}

.dl-btn-gray {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -o-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -moz-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -webkit-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F6F6F6),color-stop(1,#E2E2E2));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -ms-linear-gradient(top, #F6F6F6 0%, #E2E2E2 100%);
}

.dl-btn-blue {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -o-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -moz-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -webkit-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#587DB7),color-stop(1,#1C4F9C));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -ms-linear-gradient(top, #587DB7 0%, #1C4F9C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#587DB7,endColorstr=#1C4F9C);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#587DB7,endColorstr=#1C4F9C)";
	background-color: #1C4F9C;
}

.dl-btn-blue  a {
	color: #F6F6F6;
}

.dl-btn-light-blue {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -o-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -moz-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -webkit-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F8F9FC),color-stop(1,#E8EDF5));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-blue-12p.png'), -ms-linear-gradient(top, #F8F9FC 0%, #E8EDF5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F9FC,endColorstr=#E8EDF5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8F9FC,endColorstr=#E8EDF5)";
	background-color: #F8F9FC;
}

.dl-btn-light-blue  a {
	color: #1C4F9C;
}

.dl-btn-orange {
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png');
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -o-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -moz-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -webkit-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -webkit-gradient(linear,left top,left bottom,color-stop(0,#F5CF7F),color-stop(1,#EB9F01));
	background-image: url('/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow/download-white-12p.png'), -ms-linear-gradient(top, #F5CF7F 0%, #EB9F01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F5CF7F,endColorstr=#EB9F01);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F5CF7F,endColorstr=#EB9F01)";
	background-color: #F5CF7F;
}

.dl-btn-orange  a {
	color: #FFFFFF;
}


/* ############################ Special Content ############################# */

#c706,
#c709,
#c719,
#c730,

#c729,
#c695,
#c707,
#c720,

#c693,
#c708,
#c699 {
	margin-top: -120px;
}

#g2704 > .row {
	padding-bottom: 0;
}

#g2705 > .row {
	padding-top: 0;
}

div#c2722 .ojb-btn {
	text-align: center;
}


/* ############################# Image Handling ############################# */

#content .pull-right,
#content .pull-left {
	width: 35%;
}

.media-right,
.media > .pull-right {
	margin: 0 0 20px 20px;
	padding-left: 0;
}

.media-left,
.media > .pull-left {
	margin: 0 20px 20px 0;
	padding-right: 0;
}

@media only screen and (max-device-width: 480px) {
	#content .pull-right,
	#content .pull-left {
		width: 100%;
		float: none !important;
	}

	.media-right,
	.media > .pull-right {
		margin: 0 0 15px 0;
	}

	.media-left,
	.media > .pull-left {
		margin: 0 0 15px 0;
	}
}


/* ################################# Notes ################################## */

html body.overlay {
	overflow: hidden;
}

.cookie-note-opt-in,
.cookie-note-opt-in-special {
	display: none; /*is quick-fix: hide the old cookie-window*/
}

/* ################################ BDL-Link ################################ */
#bdl-link {
	background: #fff;
	border-radius: 30px 0 0 30px;
	box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	display: block;
	line-height: 60px;
	padding: 0 30px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 75px;
	vertical-align: middle;
	z-index: 100;
}

#bdl-link h2#text {
	display: inline-block;
	text-transform: uppercase;
	line-height: 60px;
	padding: 0 30px 0 15px;
	height: 60px;
}

#bdl-link #arrow {
	background: url(/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	display: inline-block;
	width: 30px;
	height: 60px;
	vertical-align: top;
}

@media (max-width: 320px) {
	#bdl-link {
		padding: 0 15px;
	}

	#bdl-link h2#text {
		padding: 0 15px;
	}
}

@media (max-width: 289px) {
	#bdl-link {
		display: none;
	}
}


/* ######################### Footer-Pagenavigation ########################## */

.site-navigation-prev-next {
	margin: 20px 0;
}

.site-navigation-prev-next div,
.site-navigation-prev-next div.media-body p {
	display: none;
}

.site-navigation-prev-next .ojb-ce-tm {
	max-width: 100%;
}

.site-navigation-prev-next .ojb-ce,
.site-navigation-prev-next .ojb-ce-tm,
.site-navigation-prev-next div.media-body {
	display: block;
}

.site-navigation-prev-next div.prev {
	display: none;
}
.site-navigation-prev-next div.next {
	display: inline-block;
	font-size: 0;
	line-height: normal;
	width: 100%;
}

.site-navigation-prev-next div.next {
	float: right;
	text-align: right;
}

.site-navigation-prev-next div.next a {
	display: inline-block;
	letter-spacing: 1px;
	padding: 0;
}

.site-navigation-prev-next div.next a:focus,
.site-navigation-prev-next div.next a:hover,
.site-navigation-prev-next div.next a:active {
	outline: 0;
	text-decoration: none;
}

.site-navigation-prev-next div.next a::before,
.site-navigation-prev-next div.next a::after {
	font-size: 15px;
}

.site-navigation-prev-next div.next a::before {
	content: 'Zum nächsten Beitrag';
	text-transform: uppercase;
	vertical-align: middle;
}
.site-navigation-prev-next div.next a::after {
	background: url(/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow_right.png) center center;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 1px solid #1C4F9B;
	border-radius: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 10px 15px;
	width: 50px;
	height: 40px;
}
.site-navigation-prev-next div.next a:focus::after,
.site-navigation-prev-next div.next a:hover::after,
.site-navigation-prev-next div.next a:active::after {
	background: #1C4F9B url(/sys/premium/bdl-2025/Resources/Public/Images/Frontend/arrow_right_active.png) center center;
	background-repeat: no-repeat;
	background-size: 20px;
}


/* #################### Key-Figures (with JS-Animation) ##################### */

#key-figures {
	text-align: center;
	padding: 50px 15% 0;
}

#key-figures .key-figure {
	display: inline-block;
	float: left;
	margin: 20px 0 60px;
	width: 33.333%;
}

#key-figures #key-figure-1.key-figure {
	width: 37.666%;
}
#key-figures #key-figure-2.key-figure {
	width: 21.666%;
}
#key-figures #key-figure-3.key-figure {
	width: 40.666%;
}

#key-figures .key-figure .key-figure-value {
	color: #fff;
	font-size: 35px;
	font-size: 0;
	font-weight: 500;
	line-height: 90px;
}

#key-figures .clear {
	clear: both;
}

@media (min-width: 769px) and (max-width: 1024px) {
	#key-figures {
		padding: 50px 10% 0;
	}
}

@media (max-width: 768px) {
	#key-figures #key-figure-1.key-figure,
	#key-figures #key-figure-2.key-figure,
	#key-figures #key-figure-3.key-figure,
	#key-figures .key-figure {
		display: block;
		float: none;
		width: auto;
	}
}

@media (max-width: 360px) {
	#key-figures {
		padding: 50px 0 0;
	}

	#key-figures .key-figure .key-figure-value {
		line-height: normal;
	}
}


/* ###################### CountUp (with JS-Animation) ####################### */

#countup-wrap {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(1, auto);
	grid-gap: 15px;
}

.countup {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-gap: 15px;
	justify-items: center;
	align-content: space-between;
	text-align: center;
	padding: 15px;
}

.countup .value {
	color: #1C4F9B;
	display: block;
	font-size: 36px;
	line-height: 42px;
	padding: 15px 15px 0;
}

.countup .desc {
	display: block;
	padding: 0 15px 15px;
}

@media (max-width: 768px) {
	#countup-wrap {
		display: block;
	}
}

/* IE Fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.countup {
		display: inline-block;
		width: calc(25% - 30px);
	}
}


/* ############################## Status Date ############################### */

#statusDate {
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-top: 30px;
	padding: 0 0 0 15px;
}

#statusDate .ojb-ce-tm {
	width: auto;
}


/* ################################ Special ################################# */

@media (max-width: 991px) {
	#c706,
	#c729,
	#c693 {
		margin-top: -50px;
	}

	#c709,
	#c719,
	#c730,

	#c695,
	#c707,
	#c720,

	#c708,
	#c699 {
		margin-top: 0;
	}
}


/* ############################ Cookie-Note-Fix ############################# */

@media (max-width: 991px) {
	.cookie-opt-out .cookie-text p {
		line-height: 25px !important;
	}
}


/* ############################ Content Sharing ############################# */
#content ul.content-sharing {
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content p + ul.content-sharing,
#content #video-gruss-marc-tenbieg + ul.content-sharing {
	margin: 15px 0;
}

body > section#content > div.frame-default.frame-type-textpic.frame-layout-45 p + ul.content-sharing,
body > section#content > div.frame-default.frame-type-textpic.frame-layout-46 p + ul.content-sharing {
	margin: 30px 0 15px;
}

#content ul.content-sharing > li {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-midgrey.png) no-repeat 50% 50%;
	display: inline-block;
	line-height: 25px;
	margin: 0 10px 0 0;
	padding: 0;
	width: 25px;
	height: 25px;
}

#content ul.content-sharing > li,
#content ul.content-sharing > li.twitter,
#content ul.content-sharing > li.linkedin,
#content ul.content-sharing > li.xing {
	font-size: 0;
	vertical-align: top;
}

#content ul.content-sharing > li.twitter,
#content ul.content-sharing > li.linkedin,
#content ul.content-sharing > li.xing {
	background: none;
	width: 18px;
	height: 18px;
}

#content ul.content-sharing > li.twitter > a,
#content ul.content-sharing > li.linkedin > a,
#content ul.content-sharing > li.xing > a {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
}

#content ul.content-sharing > li.twitter > a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-x.png) no-repeat 50%;
}

#content ul.content-sharing > li.linkedin > a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-linkedin.png) no-repeat 50%;
}

#content ul.content-sharing > li.xing > a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-xing.png) no-repeat 50%;
}


/* IS: Hide Twitter in the Social Sidebar */
ul.social-media-sharing > li.twitter {
	display: none;
}

/* ########################### Social Media Links ########################### */
#sidemenu #social-media-links,
#right #social-media-links {
	text-align: center;
	padding: 10px 5px 0;
}

span.social-links-label {
	margin-right: 10px;
}

#content .social-links {
	padding: 0;
}

#right .social-links {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#sidemenu .social-links {
	font-size: 0;
}
footer aside.right ul.social-links {
	font-size: 0;
	padding: 30px 0 20px;
}

#content .social-links li.social-media-link-icon,
#sidemenu .social-links li.social-media-link-icon,
.social-links li.social-media-link-icon {
	background: none;
	display: inline-block;
	margin: 0 5px 10px 5px;
	padding: 0;
}
footer .social-links li.social-media-link-icon {
	margin: 0 10px 10px 0;
}
footer .social-links li.social-media-link-icon:last-child {
	margin: 0 0 10px 0;
}

.social-links li.social-media-link-icon a {
	background-repeat: no-repeat;
	background-size: 40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.social-links li.social-media-link-icon a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.social-media-link-icon.twitter a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/links/social-site-x.png);
}
.social-media-link-icon.xing a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/links/social-site-xing.png);
}
.social-media-link-icon.youtube a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/links/social-site-youtube.png);
}
.social-media-link-icon.linkedin a {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/links/social-site-linkedin.png);
}

.fa-twitter:before {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-x-blue.png) no-repeat 50%;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
}

footer .fa-twitter:before {
	background: url(/sys/premium/bdl-2025/Resources/Public/Icons/social-media/sharing/share-x.png) no-repeat 50%;
	width: 12px;
	height: 12px;
}


/* ############################## Videoplayer ############################### */
div#video-bdl-imagefilm-2022 {
	aspect-ratio: 16/9;
	background: #1C4F9B;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: auto !important;
}


.fluid-width-video-wrapper {
	background: #eee;
	position: relative;
}

.cmplazypreviewiframe {
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute !important;
}