body {
	font-family: "Myriad Pro Regular";
	font-style: normal;
	font-weight: 300;
}

main {
	/*margin-top: 72px;*/
}

#videoContainer {
	line-height: 0;
}

#bannerVideo {
	width: 100%;
	/*height: calc(100vh - 72px);*/
	height: 50vh;
	object-fit: cover;
}

.videoInscript {
	position: absolute;
	color: white;
    font-size: 32pt;
    font-weight: 800;
    text-shadow: 4px 0px 8px rgba(0,0,0,0.3);
	line-height: normal;
	left: 25%;
	top: 150px;
}

.bg-dark {	
	background-color: #1E366D !important;
}

.navbar {
	--bs-navbar-color: white;
	--bs-navbar-hover-color: white;
	--bs-navbar-toggler-border-color: white;
	background-color: #1E366D !important;
}

.navbar .navbar-nav {	
	--bs-nav-link-font-size: 18pt;
	--bs-nav-link-font-weight: bold;
}

.customers, .topics {
	margin-left: 50px;
	margin-right: 50px;
}

.customers .customer-logo {
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.topics .customer-logo {
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.customer-logo img {
	width: 128px;
	height: 128px;
	object-fit: contain;
}

.container-highlight {
	box-shadow: 0 22px 44px rgba(0,0,0,0.1);
	padding: 10px;
}

.widget-title {
	font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    padding: 24px 10px;
}

.slick-prev:before, .slick-next:before {
	color: #1E366D;
}

.slide-desc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.slide-desc > h1 {
	color: #fff;
	position: relative;
	padding-right: 20%;
	text-align: right;
	top: 50%;
}

.full-width-container {
	padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.grey-border-line {
	border-bottom: 2px solid #d9d9d9;
}

.grey-bg {
	background-color: #f2f2f2;
}

h3 {
	font-size: 1.75rem;
}

.team-card a {
	text-decoration: none;
}

.team-card {
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.team-card .team-card-desc {
	background: #373c42;
	color: #fff;
	padding: 5pt;
	text-align: center;
}

.team-card .team-card-desc .team-card-desc-position {
	font-size: 0.8rem;
	display: block;
}

.responsiveContainer {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.responsiveContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.leistungen-slick-part1 {
	border-left: solid 10px #373c42;
	padding-left: 10px;
}

.slick-arrow {
	display: block;
	cursor: pointer;
	color: #373c42;
}

.slick-arrow-left {
	margin-left: 10px;
}

#btt {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 140px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: gray;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }

footer .divider {
	border: solid 1px lightgray;
	box-sizing: border-box;

}

footer ul {
	list-style-type: none;
	margin-top: 10pt;
	padding: 0;
}

footer ul li {
	margin-bottom: 10pt;
}

footer ul li span {
	margin-right: 10pt;
}

footer ul li a {	
	color: white;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}