/* XD desing 7 */


.unternehmen-main {
	padding: 40px 0;
}
.unternehmen-inn-header {
	margin-bottom: 20px;
}
.unternehmen-inn-col.leftcol {
	padding-right: 20px;
}
.unternehmen-inn-col.rightcol
{
	padding-left: 20px;
}
.unternehmen-inn-col p {
	margin-bottom: 20px;
}
.unternehmen-text p{
	margin-bottom:25px
}
.unternehmen-text p:last-child{
	margin-bottom:0
}
.unternehmen-text a{
	color:#1C63B7;
	text-decoration: underline;
}
.unternehmen-text a:hover{
	text-decoration: none;
}
.download-cards{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:20px;
}
.download-card{
	background:#F3F2F7;
	padding:20px;
	position: relative;
	 font-family: 'Segoe UI';
}
.download-card-body{
	padding-bottom:60px;
}
.download-card-body h3{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.download-card-body p{
	color: #676767;
	margin-bottom:20px;
}
.download-card-footer{
	height:70px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	padding:0 20px 
}
.download-card-footer a{
	color:#676767; 
	position: relative;
	padding-left:30px;
	display: block;
}
.download-card-footer a:before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 24px;
    background-image: url(../images/download-dark.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left;
    color: #676767;
}
.download-card-footer a:hover{
	color:#1C63B7; 
}
.download-card-footer a:hover:before{
	background-image: url(../images/download-blue.svg);
}
.unternehmen-leaders{
	margin-top:100px;
}
.leader-cards{
	margin-top:30px;
	display: flex;
	justify-content:space-evenly;
	align-content: center;
}
.leader-card{
	text-align: center;
}
.leader-card img{
	border-radius:100%;
	width:100%;
	max-width:220px;
	object-fit: cover;
}
.leader-card h3,
.leader-card h3 a{
	color:#1C63B7;
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	margin-top:15px;
	 font-family: 'Segoe UI';
}
.unternehmen-skills{
	margin-top:126px;
}
.unternehmen-skills .skills-content{
	font-size:16px;
	line-height:24px;
	 font-family: 'Segoe UI';
}
.unternehmen-skills .skills-content ul{
	margin-bottom:25px;
	padding-left:18px;
	color:#676767
}
.unternehmen-skills .skills-content ul li{
	list-style: disc;
}
.skills-chart{
	padding-left:50px;
}
.skills-cta{
	margin-top:50px;
}
.contact-box{
    background-color: #104E97;
    background-image: url('../images/banner-download-center.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-box-content{
    background-color:rgb(16 79 151 / 80%);
    color:#fff;
    max-width:72%;
    padding:30px;
}
.contact-box-title{
    font-size: 26px;
     font-family: 'Segoe UI';
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-box p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.contact-box-buttons{
    margin-top:45px;
}
.contact-box-btn{
    display:inline-block;
    background: #fff;
    color: #231F20;
    padding: 9px 25px 9px 47px;
    font-size: 20px;
    font-family: 'Segoe UI';
    line-height: 28px;
    margin-top: 15px;
    font-weight:600;
    background-size:20px;
    background-position: 15px center;
    background-repeat: no-repeat;
}
.contact-box-email{
    background-image: url('../images/envelope.svg');
}
.contact-box-phone{
    background-image: url('../images/phone.svg');
}
.competencies-cta{
    color: #676767;
    position: relative;
    padding-left: 30px;
    display: block;
}
.competencies-cta:hover{
	color: #1C63B7;
}
.competencies-cta:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 24px;
    background-image: url(../images/download-dark.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left;
    color: #676767;
}
.competencies-cta:hover:before {
    background-image: url(../images/download-blue.svg);
}

.unternehmen-img-boxes{
	margin-top:80px;
	margin-bottom: 80px;
}
.unternehmen-img-boxes .img-box img{
	width:100%;
	object-fit: cover;
	margin:20px auto;
}
.unternehmen-img-boxes .img-box p{
	margin-bottom:20px;
}
.unternehmen-img-boxes .img-box p:last-child{
	margin-bottom:0;
}
.unternehmen-map{
	padding:80px 0;
}
.contact-metas{
	margin-top:20px;
	 font-family: 'Segoe UI';
}
.contact-meta h3{
	font-size:16px;
	font-weight:bold;
	color: #231F20;
	margin-bottom:20px;
}
.contact-meta p{
	font-size:16px;
	color:#676767;
}
.contact-meta a{
	color:#1C63B7;
	text-decoration: underline;
}
.contact-meta a:hover{
	text-decoration: none;
}
.contact-meta-btn{
	text-align: right;
}
.contact-meta-btn a{
	background: #F58D0D;
	color:#fff;
	padding:10px 30px;
	display:inline-block;
	margin-left:auto; 
	font-size:20px;
	font-weight:bold;
	line-height:27px;
}
.contact-meta-btn a:hover{
	background:#B86F14;
}
.unternehmen-timeline{
	background-image:url('../images/timeline-bg.png');
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:64px 0 70px;
}

.timeline-wrap{
	margin-top:50px;
	padding: 0 45px;
}
.timeline-item{
	 font-family: 'Segoe UI';
	position: relative;
	padding:240px 0;
}
.timeline-item img{
	width:100%;
	max-height:139px;
	object-fit: cover;
}
.timeline-desc{ 
    padding-left: 27px;
	position: absolute;
}
.timeline-desc:before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border-radius:20px;
	background:#1C63B7;
	position:absolute;
	left:0;
}
.timeline-desc:after{
	content:'';
	display:block;
	width:1px;
	height:100%;
	background:#1C63B7;
	position:absolute;
	top:6px;
	left:6px;
}
.timeline-item:not(.timeline-item-even) .timeline-desc{
	top:0;
}
.timeline-item.timeline-item-even .timeline-desc{
	bottom:0;
}
.timeline-item>h3{
    background: #1c63b7e0;
    font-size: 24px;
    line-height: 24px;
    padding: 5px 0 5px 20px;
    color: #fff;
}
.timeline-desc h3{ 
	font-size:16px;
	font-weight:bold;
	color: #231F20;
	margin-bottom:10px;
}
.timeline-desc p{ 
	font-size: 14px;
	line-height:1.3;
	color: #676767;
}
.timeline-slider .slick-arrow{
	position:absolute;
	top:50%;
	transform:translateY(calc(-50% - 40px));
	width: 52px;
    height: 100px;
    font-size: 0;
    background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border:none;
	z-index: 9;
}
.timeline-slider .slick-prev.slick-arrow{
	background-image: url('../images/slick-left.svg');
	left:-80px;
}
.timeline-slider .slick-next.slick-arrow{
	background-image: url('../images/slick-right.svg');
	right:-80px;
}
.timeline-slider .slick-dots{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    color: #1C63B7;
}
.timeline-slider .slick-dots li button{
	border:1px solid #1C63B7;
	background:transparent;
	width:20px;
	height:20px;
	font-size: 0;
	padding:0;
	margin:0 5px;
}
.timeline-slider .slick-dots li.slick-active button{
	background: #1C63B7;
}
.custom-button.custom-button-blue a {
    background: #104E97;
    font-size: 20px;
    line-height: 40px;
    min-width: 210px;
    height: 40px;
     font-family: 'Segoe UI';
	font-weight: 100;
}
.timeline-item:not(.timeline-item-even) .timeline-desc::before {
    bottom: -8px;
}
