@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 300;
	src: url(../media/fonts/outfit-v4/outfit-v4-latin-300.eot);
	src: local(""),
		url(../media/fonts/outfit-v4/outfit-v4-latin-300.woff2) format("woff2"),
		url(../media/fonts/outfit-v4/outfit-v4-latin-300.woff) format("woff")
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 400;
	src: url(../media/fonts/outfit-v4/outfit-v4-latin-regular.eot);
	src: local(""),
		url(../media/fonts/outfit-v4/outfit-v4-latin-regular.woff2) format("woff2"),
		url(../media/fonts/outfit-v4/outfit-v4-latin-regular.woff) format("woff")
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 500;
	src: url(../media/fonts/outfit-v4/outfit-v4-latin-500.eot);
	src: local(""),
		url(../media/fonts/outfit-v4/outfit-v4-latin-500.woff2) format("woff2"),
		url(../media/fonts/outfit-v4/outfit-v4-latin-500.woff) format("woff")
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 600;
	src: url(../media/fonts/outfit-v4/outfit-v4-latin-600.eot);
	src: local(""),
		url(../media/fonts/outfit-v4/outfit-v4-latin-600.woff2) format("woff2"),
		url(../media/fonts/outfit-v4/outfit-v4-latin-600.woff) format("woff")
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 700;
	src: url(../media/fonts/outfit-v4/outfit-v4-latin-700.eot);
	src: local(""),
		url(../media/fonts/outfit-v4/outfit-v4-latin-700.woff2) format("woff2"),
		url(../media/fonts/outfit-v4/outfit-v4-latin-700.woff) format("woff")
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-size: 62.5%
}

body {
	font-family: "Outfit";
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #1d1e1e;
}

h1 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: 600;
	margin-top: .5em;
	color: #014c87;
}

h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: 300;
	margin-top: .5em;
	color: #014c87;
}

h3 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin-top: .5em;
	color: #014c87;
}

h3.list-h3 {
	font-size: 1.8rem;
	line-height: 2.6rem;
	color: rgb(29, 30, 30);
	font-weight: 600;
}

h4 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin-top: .5em;
	color: #014c87;
}

h5 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin-top: .5em;
}

p {
	margin: 1em 0;
}

a {
	color: #014c87;
}

a:hover {
	color: #014c87;
}

ul {
	margin: 2rem 0 4rem 0;
}

p+ul {
	margin-bottom: 2rem;
}

li {
	margin: .6em 0;
}

p+h1,
p+h2,
p+h3 {
	margin-top: 1.5em;
}

p+h4,
p+h5 {
	margin-top: 1.5em;
}

ul+h1,
ul+h2,
ul+h3 {
	margin-top: 1.5em;
}

ul+h4,
ul+h5 {
	margin-top: 1.5em;
}

h1+p,
h2+p,
h3+p {
	margin-top: 1.5em;
}

@media(min-width: 768px) {
	h1 {
		font-size: 4rem;
		line-height: 5.2rem;
	}

	h2 {
		font-size: 3.2rem;
		line-height: 4rem;
	}

	h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	h4 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

	h5 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}

}

@media(min-width: 992px) {
	body {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	h1 {
		font-size: 4.8rem;
		line-height: 6rem
	}

	h2 {
		font-size: 3.6rem;
		line-height: 4.8rem
	}

	h3 {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	h4 {
		font-size: 1.8rem;
		line-height: 2.6rem
	}

	h5 {
		font-size: 1.8rem;
		line-height: 2.6rem
	}

	ul {
		margin: 2rem 0 6rem 0
	}

	p+ul {
		margin-bottom: 3rem
	}

}

ul.fo-list {
	list-style: none;
	padding: 0
}

ul.fo-list li {
	position: relative;
	padding-left: 20px
}

ul.fo-list li:before {
	position: absolute;
	top: .55em;
	left: .2em;
	width: 5px;
	height: 5px;
	content: "";
	border-radius: 50%;
	background: #014c87;
	display: block
}

ul.fo-list-arrows {
	list-style: none;
	padding: 0
}

ul.fo-list-arrows li {
	position: relative;
	padding-left: 28px;
	margin: 0 0 1em 0
}

ul.fo-list-arrows li:before {
	color: #014c87;
	position: absolute;
	font-size: 1.2em;
	left: 0;
	top: .24em;
	font-family: fobig-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: ""
}

@media(min-width: 992px) {
	ul.fo-list-arrows li {
		padding-left: 34px
	}

	ul.fo-list-arrows li:before {
		top: -0.05em;
		font-size: 1.5em
	}
}

.fo-btn {
	background: #014c87;
	box-shadow: 0px 1px 4px rgba(16, 24, 40, .1), 0px 1px 2px rgba(16, 24, 40, .05);
	border-radius: 4px;
	color: #fff;
	padding: .6em 1.2em;
	margin: .5em 1em .5em 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #014c87;
	transition: filter .3s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow .3s cubic-bezier(0.39, 0.575, 0.565, 1), background .3s cubic-bezier(0.39, 0.575, 0.565, 1), color .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	text-decoration: none;
}

.fo-btn:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(140%);
}

.fo-profile-link {
	display: flex;
	align-items: center;
	color: #014c87;
	text-decoration: none;
	background: #fff;
	padding: .4em .8em;
	margin-left: -0.5em;
	border-radius: 4px;
	transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fo-profile-link:hover {
	background: #014c87;
	color: #fff;
}

.fo-btn-fill-on-hover {
	border-radius: 4px;
	padding: .6em 1.2em;
	margin: .5em 1em .5em 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: filter .3s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow .3s cubic-bezier(0.39, 0.575, 0.565, 1), background .3s cubic-bezier(0.39, 0.575, 0.565, 1), color .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	text-decoration: none;
}

.fo-btn-fill-on-hover:hover {
	background: #014c87;
	color: #fff;
	box-shadow: 0px 1px 4px rgba(16, 24, 40, .1), 0px 1px 2px rgba(16, 24, 40, .05);
	border: solid 1px #014c87;
}

.fo-btn--outline {
	background: #fff;
	color: #014c87;
	box-shadow: none;
}

.fo-btn--outline:hover {
	background: #014c87;
	color: #fff;
}

.fo-btn--square {
	width: 40px;
	height: 40px;
}

@media (min-width: 992px) {
	.fo-btn--square {
		width: 50px;
		height: 50px;
	}
}

.fo-btn--small {
	font-size: 1.3rem;
	line-height: 1;
	padding: .3em .5em;
}

.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.p-header {
	min-height: 88px;
	padding-top: 1rem;
}

@media (min-width: 768px) {
	.p-header {
		height: 120px;
		padding-top: 0;
	}
}

.p-breadcrumb {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.p-breadcrumb {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.p-breadcrumb {
		margin-top: 50px;
	}
}

.p-content {
	flex: 1 0 auto;
}

.p-title {
	margin: 0;
}

.p-title .sub {
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: 400;
	margin: 1em 0 0;
}

@media (min-width: 992px) {
	.p-title .sub {
		font-size: 2rem;
		line-height: 2.8rem;
		max-width: 75%;
	}
}

.p-footer {
	flex-shrink: 0;
}

.p-footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1.4rem;
	line-height: 2rem;
}

@media (min-width: 768px) {
	.p-footer {
		text-align: left;
		padding-top: 66px;
		padding-bottom: 66px;
	}
}

.p-footer a.footer-a {
	text-decoration: none;
	color: rgb(29, 30, 30);
	font-weight: 400;
	line-height: 20px;
}

.p-footer a.active {
	color: rgb(1, 76, 135);
}

.p-footer-social-link {
	background: #014c87;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	transition: filter .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-footer-social-link:hover {
	filter: brightness(140%);
	color: #fff;
}

.fo-container {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width: 768px) {
	.fo-container {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.fo-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.fo-container {
		max-width: 1120px;
	}
}

@media (min-width: 1340px) {
	.fo-container {
		max-width: 1275px;
	}
}

.fo-menu-top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	height: 100%;
}

@media (min-width: 768px) {
	.fo-menu-top {
		align-items: center;
	}
}

.fo-menu-top .logo {
	text-decoration: none;
	color: #014c87;
}

.fo-menu-top .logo-img {
	width: 100px;
	height: auto;
}

@media (min-width: 992px) {
	.fo-menu-top .logo-img {
		width: 160px;
	}
}

.logo-text {
	font-weight: 500;
	font-size: 0.8rem;
	line-height: 1rem;
	margin-top: .3em;
}

@media (min-width: 992px) {
	.logo-text {
		font-size: 1rem;
		line-height: 1.2rem;
		margin-top: .5em;
		margin-left: -1px;
	}
}

@media (min-width: 768px) {
	.fo-menu-top .nav-container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		align-items: flex-end;
	}
}

@media (min-width: 992px) {
	.fo-menu-top .nav-container {
		flex-flow: row wrap;
	}
}

@media (min-width: 768px) {
	.fo-menu-top .nav-item {
		margin: 0 .5em;
		margin-left: 0.5em;
		position: relative;
	}

	.fo-menu-top .nav-item:first-child {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.fo-menu-top .nav-item {
		margin: 0 1em;
		margin-left: 1em;
	}
}

.fo-menu-top .navbar-nav .dropdown-menu {
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	--bs-dropdown-border-color: transparent;
	padding: 1rem 2rem 0 2rem;
}

@media (min-width: 768px) {
	.fo-menu-top .navbar-nav .dropdown-menu {
		left: 50% !important;
		transform: translate(-50%, 0) !important;
		--bs-dropdown-border-color: var(--bs-border-color-translucent);
		padding: 0;
	}
}

.fo-menu-top .navbar-nav .dropdown-menu {
	--bs-dropdown-font-size: inherit;
	--bs-dropdown-link-hover-color: #014c87;
	--bs-dropdown-link-hover-bg: white;
}

@media (min-width: 768px) {
	.fo-menu-top .navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
		margin-top: 20px;
		padding: 32px;
		background: #fff;
		border: 1px solid #f4f4f5;
		border-radius: 4px;
		box-shadow: 0px 10px 15px -5px rgba(16, 24, 40, .1), 0px 5px 5px -2px rgba(16, 24, 40, .05);
		left: 0;
	}
}

@media (min-width: 768px) {
	.fo-menu-top .navbar-expand-md .navbar-nav .dropdown-menu {
		transition: opacity .3s cubic-bezier(0.39, 0.575, 0.565, 1), transform .3s cubic-bezier(0.39, 0.575, 0.565, 1), visibility .3s cubic-bezier(0.39, 0.575, 0.565, 1);
		opacity: 0;
		transform: translateY(-30px);
		visibility: hidden;
		z-index: 9;
		height: auto !important;
	}
}

@media (min-width: 768px) {
	.fo-menu-top .navbar-expand-md .navbar-nav .dropdown-menu.show {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
		z-index: 10;
	}
}

.fo-menu-top .navbar-nav .dropdown-menu>li {
	margin: .8em 0;
}

.fo-menu-top .navbar-nav .dropdown-menu>li:first-child {
	margin-top: 0;
}

.fo-menu-top .navbar-nav .dropdown-menu>li:last-child {
	margin-bottom: 0;
}

.fo-menu-top .nav-container {
	width: 100%;
}

@media (min-width: 768px) {
	.fo-menu-top .nav-container {
		width: auto;
	}
}

.fo-menu-top .navbar-toggler {
	margin-left: auto;
}


.fo-banner {
	height: calc(80vh - 88px);
	min-height: 340px;
	max-height: 600px;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	background: #014c87;
}

@media (min-width: 768px) {
	.fo-banner {
		height: calc(60vh - 120px);
		min-height: 420px;
		max-height: 600px;
	}
}

@media (min-width: 992px) {
	.fo-banner {
		height: calc(60vh - 120px);
		min-height: 540px;
		max-height: 580px;
	}
}

@media (min-width: 768px) {
	.fo-banner__header {
		max-width: 70%;
	}
}

@media (min-width: 992px) {
	.fo-banner__header {
		max-width: 50%;
	}
}

.fo-banner__title {
	color: #fff;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 4rem;
	margin: 0 0 .5em 0;
}

@media (min-width: 768px) {
	.fo-banner__title {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

@media (min-width: 992px) {
	.fo-banner__title {
		font-size: 6rem;
		line-height: 7.2rem;
	}
}

.fo-banner__subtitle {
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

@media (min-width: 768px) {
	.fo-banner__subtitle {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
}

@media (min-width: 992px) {
	.fo-banner__subtitle {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}

.fo-banner__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: .7;
}

.fo-breadcrumb {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

@media (min-width: 992px) {
	.fo-breadcrumb {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
}

.fo-breadcrumb__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}

.fo-breadcrumb__list-item {
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: .2em .4em .2em 0;
}

@media (min-width: 992px) {
	.fo-breadcrumb__list-item {
		margin: .2em .6em .2em 0;
	}
}

.fo-breadcrumb__list-item:not(.fo-breadcrumb__list-item:first-child)::before {
	margin-right: .4em;
	font-family: fobig-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

@media (min-width: 992px) {
	.fo-breadcrumb__list-item:not(.fo-breadcrumb__list-item:first-child)::before {
		margin-right: .6em;
		font-size: 24px;
	}
}

.fo-breadcrumb__link {
	text-decoration: none;
	color: #767779;
	transition: color .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fo-breadcrumb__link:hover {
	color: #014c87;
}


.fo-block {
	margin: 30px 0;
}

@media (min-width: 992px) {
	.fo-block {
		margin: 50px 0;
	}
}

.fo-block-header .sub {
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: 400;
	color: #014c87;
	margin-top: .5em;
}

@media (min-width: 992px) {
	.fo-block-header .sub {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
}

.fo-block-header+.fo-block-content {
	margin-top: 3rem;
}

@media (min-width: 992px) {
	.fo-block-header+.fo-block-content {
		margin-top: 4rem;
	}
}

.fo-profile {
	background: #fff;
	border-radius: 10px;
	border: 2px solid #d4d5d5;
	padding: 20px;
	margin-bottom: 1.6rem;
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

@media (min-width: 992px) {
	.fo-profile {
		border-radius: 16px;
		padding: 40px;
	}
}

.fo-profile-xs {
	cursor: pointer;
	border-width: 1px;
	max-width: 260px;
	display: inline-flex;
	text-decoration: none;
	transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	margin: .8rem 1.6rem .8rem 0;
}

@media (min-width: 768px) {
	.fo-profile-xs {
		flex-flow: row nowrap;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.fo-profile-xs {
		border-radius: 10px;
		padding: 20px;
	}
}

.fo-profile-xs:hover {
	color: #014c87;
	border-color: #014c87;
	transform: scale(1.03);
}

.fo-profile>div {
	text-align: left;
}

.fo-profile>div:nth-child(1) {
	text-align: center;
}

@media (min-width: 768px) {
	.fo-profile-xs>div:nth-child(1) {
		flex: 0 0 90px;
		width: 90px;
	}
}

.fo-profile>div:nth-child(2) {
	flex: 0 1 auto;
	text-align: center;
	margin-top: 20px;
}

.fo-profile-xs>div:nth-child(2) {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.fo-profile-xs>div:nth-child(2) {
		margin-top: 0;
	}
}

.fo-profile__img {
	width: 140px;
	height: auto;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.fo-profile__img {
		width: 160px;
	}
}

.fo-profile-xs .fo-profile__img {
	width: 70px;
}

.fo-profile__name {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 3rem;
	color: #1d1e1e;
	margin: 0;
}

.fo-profile-xs .fo-profile__name {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.fo-profile-xs:hover .fo-profile__name {
	color: #014c87;
}

.fo-profile__desc {
	margin: 0;
}

.fo-profile__desc {
	margin: 0;
}

.fo-profile__contacts {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-top: 1.6rem;
	text-align: center;
}

.fo-profile__telefon,
.fo-profile__email {
	font-size: 18px;
	margin: 0;
}

.fo-profile__telefon>i,
.fo-profile__email>i {
	font-size: 26px;
	flex: 0 1 26px;
	text-align: center;
	margin-right: 20px;
}

.fo-teaser-tile {
	background: #fff;
	border: 1px solid #d4d5d5;
	border-radius: 8px;
	padding: 32px;
	display: flex;
	flex-flow: column wrap;
	color: #767779;
	text-decoration: none;
	transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	margin-bottom: 3.2rem;
	width: 100%;
}

.news div p,
.news div h3 {
	color: black;
	line-height: 26px;
}

.fo-teaser-tile:hover {
	color: #014c87;
	border-color: #014c87;
	transform: scale(1.03);
}

.fo-teaser-tile__icon {
	font-size: 50px;
	margin-bottom: .3em;
	color: #bebfc1;
	transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fo-teaser-tile:hover .fo-teaser-tile__icon {
	color: #014c87;
}

.fo-teaser-tile__title {
	font-size: 2rem;
	/*36px;*/
	line-height: 48px;
	margin: 0;
	color: #014c87;
}

.fo-teaser-tile__title_upper {
	font-size: 2rem;
	/*ine-height: 48px;*/
	margin: 0;
	color: #014c87;
}

.fo-teaser-tile__date {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0;
	margin-bottom: 1rem;
}

.fo-teaser-tile>p {
	margin: .3em 0 0;
}

.fo-teaser-tile.news {
	min-height: 320px;
	border: none;
	box-shadow: 0px 4px 10px -2px rgba(16, 24, 40, .1), 0px 2px 5px -2px rgba(16, 24, 40, .05);
	margin: 0;
	overflow-wrap: break-word;
	hyphens: auto;
	line-height: 26px;
}

.news {
	text-decoration: none;
}

.fo-teaser-tile.news .fo-teaser-tile__date {
	color: inherit;
}

.fo-teaser-tile.news .fo-teaser-tile__title {
	color: #000;
	line-height: 28px;
}

.fo-teaser-tile.news:hover .fo-teaser-tile__title {
	color: inherit;
}

.language-switcher {
	display: flex;
	align-items: center;
	padding-left: 30px;
	margin: 0 1em;
}

.lang-btn * {
	color: inherit;
	padding: 6px 12px;
	margin: 0;
	text-decoration: none;
}

.lang-btn a:hover {
	color: #014c87;
	text-decoration: underline;
}

.lang-btn .active {
	color: #014c87;
}

.language-switcher .language-current {
	display: none;
	cursor: pointer;
	font-weight: bold;
	color: #014c87;
}

@media (min-width: 768px) {
	.language-switcher .language-current {
		display: block;
	}
}

@media (max-width:768px) {
	.fo-teaser-tile__title_news {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width:992px) {
	.fo-teaser-tile__title_news {
		font-size: 26px;
		line-height: 40px;
	}
}

.language-switcher .language-list {
	display: flex;
	flex-flow: row wrap;
	font-weight: bold;
}

.language-switcher .language-list .active {
	color: #014c87;
}

@media (min-width: 768px) {
	.language-switcher .language-list {
		position: absolute;
		right: 40px;
		display: flex;
		flex-flow: row nowrap;
		box-shadow: 0px 10px 15px -5px rgba(16, 24, 40, .1), 0px 5px 5px -2px rgba(16, 24, 40, .05);
		background: #fff;
		border: 1px solid #f4f4f5;
		border-radius: 4px;
		padding: 10px 20px;
		opacity: 0;
		transform: translateX(20px);
		visibility: hidden;
		transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

	.language-switcher .language-list.show {
		opacity: 1;
		transform: translateX(-20px);
		visibility: visible;
	}
}


/*
.en {
	background-color: #007bff;
	color: white;
}

.de {
	background-color: #dc3545;
	color: white;
}

.en:hover {
	background-color: #0056b3;
	transform: translateY(-2px);
}

.de:hover {
	background-color: #a71d2a;
	transform: translateY(-2px);
}

.en:active {
	background-color: #003d80;
	transform: translateY(0);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.de:active {
	background-color: #7a1520;
	transform: translateY(0);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.active.en {
	background-color: #003d80;
	border-color: #002752;
}

.active.de {
	background-color: #7a1520;
	border-color: #5c0f18;
}
*/

:root {
	--bs-nav-link-font-weight: 500;
}


.l-active {
	color: #014c87;
}

.swiper {
	padding: 20px 0 20px 0;
	overflow: hidden;
}

.swiper-slide {
	width: 150px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide img {
	max-width: 100%;
	width: 150px;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.fo-swiper-style:hover {
	color: #014c87;
	border: 1px solid #014c87;
	transition: border-color .3s cubic-bezier(0.39, 0.575, 0.565, 1);
	border-radius: 6px;
}

.fo-swiper-style:hover a div p,
.fo-swiper-style:hover a div h3 {
	color: #014c87;
}

.fo-swiper-style {
	box-shadow: 0px 4px 10px -2px rgba(16, 24, 40, .1), 0px 2px 5px -2px rgba(16, 24, 40, .05);
	height: 225px !important;
}

#swiper-news {
	padding: 15px;
}

#swiper-auftraggeber,
#swiper-news,
#swiper-slide {
	overflow: hidden;
}

.img-container {
	margin-top: 50px;
	margin-bottom: 50px;
}
