
/* ==================================================
    Spacers Sets
================================================== */
.spacer-10{
	height:10px;
	clear:both;
	width:100%;
}
.spacer-20{
	height:20px;
	clear:both;
	width:100%;
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%;
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%;
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%;
}
.spacer-60{
	height:60px;
	clear:both;
	width:100%;
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%;
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

body, a {
    word-break: break-word;
}

body #banner {
	height: auto;
}

body #banner .content {
	margin-bottom: 0;
}
body #banner.banner-subsite .list {
    padding-bottom: 20px;
}


body .content p {
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
}

body .locationAnchor {
	cursor: pointer;
}

#banner ul > li {
    font-style: italic;
    font-weight: bold;
    color: #22505f;
    line-height: 40px;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
}

.internalNavTarget {
/*
	height: 20px;
    width: 100px;
    background: pink;
    display: block;
*/
    position: absolute;
    top: -70px;
}

.icon-box.hover .content ul li {
    color: #fff;
    font-style: italic!important;
}

.boxes > .box:first-child, .boxes > .box:nth-child(3n) {
    margin-right: 10px;
}

.boxes .box {
	margin-bottom: 3px;
}

.accordion-staff .accordion-body {
	margin-bottom: 62px;
}
.accordion-staff .accordion-item {
	 margin-bottom: 20px;
}

.accordion-staff .accordion-body.hidden {
	margin-bottom: 0px;
}

.row.downloadlist {
margin-left: 0;
margin-right: 0;
}

video {
  width: 100%    !important;
  height: auto   !important;
}


.img-responsive {
	max-width: 100%;
	height: auto;
}


.responsive-video {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Main image in popup */
img.mfp-img {
  width: 50vw;
}


.logostart {
    max-width: 150px;
    width: 100%;
    margin-top: 11px;
    display:none;
}

.header.sticky-background .logostart {
   /* display:block; */
}

.header.sticky-background .col-md-2.startcol::before {
    content: '';
    background-image: url('vhs-assets-css-43622dedbb0b0eab49753d76e0624492.png');
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 150px;
    width: 100%;
    height: 0;
    position: absolute;
    left: 5px;
    top: 11px;
    opacity: 0;
    visibility: hidden;
    animation: show-logo 0.5s ease-in-out forwards;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


body .boxnumberlist {
display:block;
	list-style: none;
  	counter-reset: kenfo-counter;
  	margin: 50px 0;
}
.boxnumberlist li {
	padding: 30px 10px 30px 90px;
	background: #e2edf0;
	color: #22505f;
	font-weight: 400;
	counter-increment: kenfo-counter;
	margin-bottom: 30px;

	display: flex;
    flex-direction: row;
    align-items: center;
}
.boxnumberlist li:before {
  content: counter(kenfo-counter) ". ";
	color: #FFF;
    font-weight: bold;
    position: absolute;
    left: 80px;
    font-size: 60px;
}
.boxnumberlist li p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 17px;
    line-height: 25px;
}

/* Update 2022 START */

.iconbox-horizontal .icon-box {
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-bottom: 14px;
}

.iconbox-horizontal .icon-box p {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
}

.iconbox-horizontal .icon-box a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 15px;
}

.iconbox-horizontal .icon-box:hover {
	background-color: #e2edf0;
}

.iconbox-horizontal .icon-box .icon {
	width: 100px;
	height: 100px;
}

.iconbox-horizontal .icon-box .icon img {
	max-width: 100%;
}

.iconbox-horizontal .icon-box .box-heading h2 {
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url('vhs-assets-css-32280213457e16090dd2fa76f0c9bc08.svg');
	background-position: left center;
	background-size: 12px auto;
	background-repeat: no-repeat;
	margin-bottom: 0;
}

.not-italic {
	font-style: normal !important;
}

.accordeon h2 {
	margin-bottom: 40px;
}
.accordeon.single h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}

.accordeon summary {
	background-color: #e2edf0;
  padding: 12px 55px;
  font-weight: 600;
  font-size: 24px;
  color: #22505F;
  -webkit-appearance: none;
  line-height: 1;
  min-height: 65px;
  align-items: center;
  display: flex;
}

.accordeon summary .smaller {
	font-style: italic;
	font-size: 20px;
}

/* .accordeon summary::before,
.accordeon summary::after {
	content: "";
	width: 34px;
	height: 2px;
	display: block;
	position: absolute;
	right: 30px;
	top: 43px;
	background-color: #f2bb37;
}

.accordeon summary::before {
	width: 2px;
	height: 34px;
	top: 26px;
	right: 46px;
} */

.row.portfolio-accordion .offset-md-1 {
  margin-left: 0;
}

.row.portfolio-accordion .col-md-10 {
	flex: 0 0 100%;
	max-width: 100%;
}

.percentage-row {
	padding: 12px 10px;
	color: #22505F;
	height: 65px;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.percentage-row .balken {
	background-color: rgba(69,158,187,0.5);
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	z-index: -1;
	transition: all 3s ease-in-out;
}

.percentage-row .balken.active {
	width: 100%;
}

.percentage-column {
	padding-top: 70px;
}

.accordeon summary::before,
.accordeon summary::after {
	content: "\002B";
	position: absolute;
	color: #f2bb37;
	top: 34px;
	font-size: 48px;
	transform: translateY(-50%);
	right: 34px;
}

.accordeon summary::after {
	content: "\2212";
}

.accordeon details[open]  summary::before {
	opacity: 0;
}

.accordeon details summary::-webkit-details-marker {
  display:none;
}

.accordeon details > summary {
    list-style-type: none;
}

.accordeon details {
	margin-bottom: 20px;
	position: relative;
}

.accordeon details .details-content {
	padding: 40px 55px 30px 55px;
}

.accordeon h3.title {
	margin-top: 55px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #22505F;
	text-transform: uppercase;
	font-style: normal;
}

.presse-banner {
	/* height: 280px; */
	height: 382px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 62px;
}

.presse-banner:before {
	content:"";
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #22505F;
	opacity: 0.6;
}

.presse-banner .icon-wrapper {
	width: 87px;

}

.presse-banner .icon-wrapper img {
	filter: brightness(500%);
}

.presse-banner .banner {
	height: 100%;
	display: block;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.presse-banner .banner .col-sm {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* padding-bottom: 30px; */
	padding-bottom: 90px;
}

.presse-banner h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 0;
}

.presse-banner + .container .row.presscontact {
	margin-top: 50px;
}

.center-text {
	text-align: center;
}

.go-back-link a {
	font-weight: 500;
	display: inline-block;
	padding-left: 12px;
	background-image: url('vhs-assets-css-e47fe8b67b432fa646156e05b7a08b94.svg');
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 0 18px 0;
	position: relative;
}

.go-back-link a:after {
	content: "";
	width: calc(100% - 12px);
	position: absolute;
	right: 0;
	bottom: 0px;
	height: 2px;
	background-color: #22505F;
}

.go-back-link a:hover {
	text-decoration: none;
}

.introtext p {
	color: #22505F;
}

.career-text {

}

.career-text .two-columns {
	columns: 2;
	column-gap: 25px;
}
.career-text ul.small-bulletpoints li,
.career-text p {
	font-size: 16px;
	line-height: 24px;
	color: #22505F;
	font-weight: 300;
}

.career-text b {
	font-weight: 500;
}

.career-text ul.small-bulletpoints li {
	padding-left: 15px;
}

.career-text .additional-links {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}

.additional-links .joblinks {
	font-size: 15.5px;
	font-weight: 500;
	padding: 5px 0 5px 37px;
	display: inline-block;
	margin-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-image: url('vhs-assets-css-8a9cf89753806bb3b6bb6ccb25bfb5ca.svg');
}

.additional-links .joblinks.emailurl {
	background-image: url('vhs-assets-css-51178256dbc8a62293849284bb040b6b.svg');
}

.additional-links .joblinks.onlineurl {
	background-image: url('vhs-assets-css-6bb00866e2846caecf80cea5a9c97d9b.svg');
}

#banner.small {
	height: 382px !important;
}

#banner.small #content {
	top: calc(50% - (117px / 2) - 15px);
}

.fact-cards .icon {
	min-height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fact-cards .facts-content {
	position: relative;
	height: 100%;
	padding: 30px 20px 40px 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #22505F;
	font-weight: 500;
}

.fact-cards .facts-content p {
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.fact-cards .hover-content {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22505F;
  padding: 15px;
  color: #ffffff;
  text-align: left;
	opacity: 0;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.fact-cards .hover-content p {
	text-align: left;
	font-weight: 300;
}

.fact-cards .facts-content:hover .hover-content {
	opacity: 1;
}


html body #frontpage-slider {
	max-height: 540px !important;
}

#frontpage-slider .container {
	min-height: 540px;
}

#frontpage-slider #content .arrow-link {
	display: none;
}

#frontpage-slider #content {
	top: 30%;
}

#frontpage-slider + a + .fact-cards,
#frontpage-slider + a + a + .fact-cards {
	margin: -70px 0 80px 0;
}

.text-with-news-slider  {
	margin-bottom: 90px;
}

.text-with-news-slider .news-content {
	background-color: #f5f7f8;
}

.text-with-news-slider .news-content .news-content {
	padding: 20px 20px 88px 20px;
	font-weight: 500;
	color: #22505F;
}

.text-with-news-slider .image-wrapper {
	height: 80px;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase
}

.text-with-news-slider .image-wrapper p {
	margin-bottom: 0;
}

.text-formatted-thin,
.text-with-news-slider .col-md-8 {
	color: #22505F;
	font-weight: 300;
}

.text-formatted-thin h2,
.text-with-news-slider .col-md-8  h2 {
	color: #22505F;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 500;
}

.text-with-news-slider .arrow-link {
	display: flex;
	align-items: center;
}

.text-with-news-slider .arrow-link img {
	width: 8px;
	margin-right: 3px;
}

.slick-dots {
	bottom: 20px;
}

.slick-dots li {
	width: 16px;
	height: 16px;
}

.slick-dots li button:before {
  border: 1px solid #22505F;
  opacity: 1;
  background: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  content: "";
}

.slick-dots li.slick-active button:before {
  background-color: #22505F;
	opacity: 1;
}

.text-with-video {
	margin-bottom: 110px;
}

.text-with-news-slider.boxes .news-content .news-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	height: calc(100% - 80px);
	font-weight: 300;
	background-color: #EFF6F9;
}

.text-with-news-slider.boxes .news-content .news-content a {
	font-weight: 600;
}

.text-with-news-slider.boxes .col-sm > .news-content {
	height: 100%;
}

.background-box .righttext p a,
.text-with-news-slider.boxes .news-content .news-content p a {
	font-style: normal;
	font-weight: 600;
	color: #22505f;
	display: inline-block;
	text-decoration: none;
	background-image: url('vhs-assets-css-32280213457e16090dd2fa76f0c9bc08.svg');
	/* background-position: left center; */
	background-position: left top 5px;
	background-size: 8px auto;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.text-with-news-slider.boxes .news-content .news-content > div + img {
	display: none;
}

.background-box {
	padding: 151px 0;
	background-size: cover;
	background-position: center center;
}

.background-box .text-formatted-thin {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: rgba(255,255,255,0.9);
}

.background-box .lefttext p:last-of-type {
	margin-bottom: 0;
}

.background-box .col-md-6:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.background-box .lefttext a {
	font-weight: 600;
}

a.arrow-link:hover,
a.arrow-link  {
	font-weight: 600;
	text-decoration: none;
}

a.arrow-link img {
	width: 8px;
}

.history {
	background-color: #EFF6F9;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}

.history.preview {
	background-color: transparent;
	padding: 0;
}

.history.preview .container {
	background-color: #DCE9EC;
	padding: 40px 40px 80px 40px !important;
	background-image: url('vhs-assets-css-deda7dd593bf9d39e717f4d78c716de8.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left 50% top;
	max-width: 1220px !important;
}

.history.preview .container p {
	font-weight: 600;
	font-style: italic;
}

.history.no-margin {
	margin-bottom: 0;
}

.history .row {
	align-items: center;
}

.history h2 {
	margin-bottom: 33px;
}

.history img {
	width: 100%;
}

.history .text-col {
	padding: 57px 83px;
}

.history .yearnumber {
	font-size: 70px;
	line-height: 55px;
	font-style: italic;
	font-weight: 500;
	color: #FBBA00;
}

.history .yearnumber.light {
	text-stroke: 2px #3F90A6;
	-webkit-text-stroke: 2px #3F90A6;
	color: #EFF6F9;
}

.history .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 20px 0 29px 0;
}

.history .title p {
	margin-bottom: 0;
	font-weight: 600;
}

.download-and-read .preview {
	border-bottom: 1px solid #22505F;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.download-and-read .preview .actions {
	display: flex;
}

.download-and-read .preview h3 {
	font-weight: 500;
	margin-bottom: 0;
}

.download-and-read .preview .subline {

}

.download-and-read .details {
	height: auto;
	overflow: hidden;
	max-height: 0px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.download-and-read.active .details {
	max-height: 5000px;
}

.download-and-read.active .details h2.small {
	margin-bottom: 25px;
}

.download-and-read.active .details strong {
	font-weight: 600;
}

.download-and-read.active .details p {
	font-size: 16px;
	line-height: 25px;
}

.download-and-read .details .bottom-links {
	padding-bottom: 30px;
	border-bottom: 1px solid #22505F;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.download-and-read .icon-link {
	padding: 8px 34px;
	display: inline-block;
	background-image: url('vhs-assets-css-53decb94f12677adb13211203bff6e93.svg');
	background-size: 24px; auto;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: 700;
	cursor: pointer;
}

.download-and-read .icon-link.download {
	background-image: url('vhs-assets-css-8a9cf89753806bb3b6bb6ccb25bfb5ca.svg');
}

.download-and-read .icon-link.share {
	background-image: url('vhs-assets-css-560892aaca1439baf000fab8b1f85ed3.svg');
}

.download-and-read .icon-link:hover {
	text-decoration: none;
}

.download-and-read .top-links {
	display: flex;
	justify-content: space-between;
	/* justify-content: flex-end; */
	height: 55px;
	position: relative;
	position: sticky;
	top: 0;
	left: 0;
}

.download-and-read .top-links div {
	cursor: pointer;
	width: 24px;
}


/* .download-and-read .top-links div:first-child {
	width: 12px;

} */

.download-and-read .to-the-top {
	width: 20px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.contact-person .news-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 16px;
	color: #22505F;
}

.contact-person .news-content h3 {
	color: #22505F;
}

.contact-person .contact-image {
	display: block;
	width: calc(100% + 15px + 15px);
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center center;
	min-height: 180px;
}

.boxes.icon-boxes .news-content {
	background-color: #EFF6F9;
}

.boxes.icon-boxes .image-wrapper {
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.boxes.icon-boxes .title {
	margin-bottom: 30px;
}

.boxes.icon-boxes .title p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600 !important;
	font-style: normal !important;;
	text-align: center;
}

.boxes.icon-boxes .news-content  .news-content {
	justify-content: flex-start;
	height: calc(100% - 165px);
}

section.image-grid {
	margin: 145px 0 0 0;
}

section.image-grid > .grid {
	width: 100%;
}

section.image-grid img {
	margin-bottom: 24px;
	width: calc(25% - 18px);
}

.video-banner {
	height: 382px;
	margin-bottom: 62px;
}

.video-banner > .banner {
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	padding-top: 60px;
}

.video-banner .text {
	margin-top: 10px;
	color: #ffffff;
}

.video-banner img {
	cursor: pointer;
}
.text-with-video.with-bg-video,
.video-banner.with-bg-video {
	position: relative;
}

.text-with-video.with-bg-video .backgroundvideo-wrapper,
.video-banner.with-bg-video .backgroundvideo-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.text-with-video.with-bg-video .backgroundvideo-wrapper{
	width: calc(100% - 30px);
	left: 15px;
}


#popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(34,80,95,0.9);
	align-items: center;
	justify-content: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 100000;
}

#popup.active {
	display: flex;
}

#playbutton {
	margin-bottom: 10px;
	cursor: pointer;
}

#popup .popup-container {
	max-width: 1080px;
	position: relative;
}

#popup .popup-container .close {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url('vhs-assets-css-72e9882d823d414febe9ce40a17bcaae.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: -36px;
	cursor: pointer;
	opacity: 1;
}

.placeholder-image {
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	min-height: 385px;
	position: relative;
	z-index: 2;
}

.icon-list  h2 {
	margin-bottom: 50px;
}

.icon-list .list-content{
	display: flex;
	margin-bottom: 45px;
}

.icon-list .list-content .image-wrapper {
	min-width: 200px;
	padding-right: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.icon-list .list-content .image-wrapper img {
	max-width: 100%;
}

.icon-list .list-content .title p {
	margin-bottom: 0;
	font-weight: 600;
	font-style: italic ;
	line-height: 28px;
	font-size: 20px;
}

.key-figures {
	position: relative;
	padding: 65px 0 75px 0;
	margin: 35px 0 55px 0;
}

.key-figures::before {
	content: "";
	width: 500%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: -200%;
	background-color: #F5F7F8;
}

.key-figures h2 {
	margin-bottom: 50px;
}

.key-figures .number {
	color: #EFB736;
	font-size: 33px;
	line-height: 32px;
	font-style: italic;
	font-weight: 600;
	border-bottom: 1px solid #EFB736;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.key-figures  .title {
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	line-height: 28px;
	color: #22505F;
}

.bg-lightgrey {
	background-color: #F5F7F8;
}


.detailtext-after-presstexts {
	margin-top: 40px;
}

.detailtext-after-presstexts h3,
.detailtext-after-presstexts p {
	color: #22505F;
}


h1,
.like-h2,
h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 600 !important;
	font-style: italic !important;;
}

h2.small {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600 !important;
	font-style: normal !important;;
}

.like-h3,
h3 {
	font-weight: 600 !important;;
	font-style: italic !important;;
	line-height: 28px !important;;
	font-size: 20px !important;;
}

.all-content-wrapper {
	overflow: hidden;
}

nav .sub ul.subsub {
	position: absolute;
	background-color: #ffffff;
	left: 100%;
	min-width: 250px;
	-webkit-box-shadow: 0px 1px 1px #888;
  -moz-box-shadow: 0px 1px 1px #888;
  box-shadow: 0px 1px 1px #888;
	top: -20px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.25s ease-in-out;
	padding: 0 15px;
}

nav .sub > li:hover > ul.subsub {
	max-height: 5000px;

}
ul.subsub > li {
	line-height: 30px;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-align: left !important;
	margin-bottom: 5px;
}

ul.subsub > li:not(:last-child) {
	content: '';
	border-bottom: 1px solid #22505f;
	display: block;
}

ul.subsub > li:first-child {
	padding-top: 20px;
}

ul.subsub a {
	color: #22505f;
	font-family: SeravekWebBasic;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

ul.sub > li:hover > ul.subsub a {
	color: #22505f;
}

ul.sub > li:hover > ul.subsub a:hover,
ul.subsub a:hover {
	color: #f2bb37;
}

nav ul li a {
	line-height: 22px !important;
}


@media only screen and (max-width: 1025px) {
	nav ul > li a {
		width: 80%;
		display: inline-block;
		font-size: 27px;
	}

	nav .sub ul.subsub {
		position: relative;
    left: 0;
    top: 0;
    max-height: 1000px;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 0 0 15px;
	}

	ul.subsub > li:first-child {
		padding-top: 0;
	}

	ul.subsub > li:not(:last-child) {
    border: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1025px) and (orientation: portrait) {
	body:not(.scroll) section .container {
		padding-left: 68px !important;
		padding-right: 68px !important;
	}

	.history .text-col {
		padding: 30px 15px;
	}

	.history .row {
		align-items: flex-start;
	}

	.text-with-news-slider.boxes .col-sm.col-md-4 {
		flex: 0 0 100%;
    max-width: 100%;
		margin-bottom: 30px;
	}

	.text-with-news-slider {
		margin-bottom: 62px;
	}

	.fact-cards {
		margin-bottom: 50px;
}

	.fact-cards .col-sm {
		margin-bottom: 30px;
	}

	.background-box .text-formatted-thin {
		padding: 40px;
	}

	.key-figures {
		padding: 65px 0 45px 0;
	}

	.key-figures .col-sm-6 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
	body section .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.fact-cards {
		margin-bottom: 25px;
}

	.fact-cards .col-sm {
		margin-bottom: 15px;
	}

	.text-with-video {
		margin-bottom: 25px;
	}

	.text-with-news-slider {
		margin-bottom: 0;
	}

	.text-with-news-slider .news-slider {
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.text-with-video .placeholder-image {
		margin-bottom: 15px;
	}

	.history {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.history.text-formatted-thin .col-sm-12.col-md-6.text-col {
		/*min-height: 480px;*/
	}

	.history .text-col {
		padding: 25px 15px;
	}

	.text-with-news-slider.boxes .col-sm.col-md-4 {
		margin-bottom: 15px;
	}

	.background-box {
		padding: 0;
	}

	#frontpage-slider + a + .fact-cards {
		margin: -15px 0 15px 0;;
	}

	#banner.small {
		height: 255px !important;
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	.icon-list .list-content .image-wrapper {
			min-width: 100px;
	}

	.accordeon summary {
		padding: 15px 55px 15px 15px;
	}

	.accordeon summary::before {
		right: 31px;
		top: 16px;
	}

	.accordeon summary::after {
		right: 15px;
		top: 33px;
	}

	.key-figures .col-sm-6 {
		margin-bottom: 15px;
	}


	.key-figures {
		padding: 65px 0 15px 0;
	}

	.accordeon h3.title {
		margin-top: 35px;
	}

	.video-banner {
    height: 250px;
    margin-bottom: 30px;
	}

	#popup {
		padding-left: 15px;
		padding-right: 15px;
	}

	section.image-grid {
		margin: 15px 0;
	}

	section.image-grid img {
		margin-bottom: 24px;
		width: calc(50% - 12px);
	}

	.contact-person .contact-image {
		height: 200px;
	}

	.contact-person,
	.contact-person .col-md-8 {
		margin-bottom: 25px;
	}

	.accordeon details .details-content {
		padding: 20px 0;
	}

	.career-text .two-columns {
		columns: 1;
	}

	.career-text .additional-links {
		margin-top: 0;
	}

	.video-banner > .banner {
		padding-top: 0;
	}

	#banner.small #content {
    top: calc(50% - (60px / 2));
	}

	.accordeon .details-content > h1,
	.accordeon .details-content > h2,
	.accordeon .details-content > h3,
	.accordeon .details-content > h4,
	.accordeon .details-content > h5,
	.accordeon .details-content > a,
	.accordeon .details-content > p {
		padding-left: 15px;
		padding-right: 15px;
	}

}



.slick-slide .news-content img[alt="arrow-icon"] {
	display: inline-block;
}

.accordion-body .row.textElement strong,
.accordion-with-arrow, .col-md-9 strong {
	font-weight: 600;
	color: #22505F;
}

.percentage-list {
	margin: 100px 0;
}

.percentage-list .bgimage-col {
	padding-top: 95px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.percentage-list .counter-wrapper {
	color: #EFB736;
	font-size: 33px;
	line-height: 32px;
	font-style: italic;
	font-weight: 600;
}

.percentage-list .detail-row {
	margin-bottom: 30px;
}

#frontpage-slider.with-video  {
	position: relative;
	z-index: 0;
}

#frontpage-slider.with-video .video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 0;
}

#frontpage-slider.with-video .video-wrapper video {
	min-width: 100%;
	min-height: 100%;
}

.banner-subsite.banner-r561  {
	height: 382px !important;
}

.banner-subsite.banner-r561 >.container {
  align-items: center;
  display: flex;
}

#c1463 + .ce-image  figure {
	    text-align: center;
}

#c1458 + .history h2 {
	padding-left: 30px;
}

.presscontact {
    margin-top: 62px;
}

a#c765 + .presscontact {
	margin-top: 0;
}

#c1462 + .textElement p,
#c1462 + .textElement h2,
#c1465 + .textElement p,
#c1465 + .textElement h2 {
	color: #22505F;
}


.banner-r555  {
	padding-top: 0 !important;
}

.career-text .textElement .two-columns ul + h3 {
	break-before: column;
}

.longText {
	margin-top: -45px;
}

.history .text-col.longTextWrap {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 990px) {
	html body #frontpage-slider {
    max-height: 425px !important;
	}

	#frontpage-slider + a + .fact-cards {
		margin-top: -20px;
	}
	.text-with-video h2 {
		margin-top: 25px;
	}

	.mid-no-offset {
		margin-left: 0 !important;
	}

	.container .with-padding {
		padding-left: 68px !important;
		padding-right: 68px !important;
	}

	.history img {
		max-width: calc(100% + 68px);
	}

	.history .image-col.fadeInLeftBig img {
		margin-left: -68px;
	}

	.fade:not(.show) {
		max-height: 0;
	}

	.accordion-item .nav-item:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}

	.accordion-item .nav-item img {
		max-width: 100%;
		max-height: 500px;
	}

	.emphasized-element.icon-right .row > .col-md-6:first-child {
		padding-left: 80px;
	}

	.emphasized-element.icon-right .row > .col-md-6:last-child {
		padding-right: 80px;
	}

	.emphasized-element.icon-right .row > .col-md-6:last-child img {
		width: 100%;
	}

	.percentage-row {
		margin-top: -20px;
	}

	html body section.background-box .container {
		padding-left: 68px !important;
		padding-right: 68px !important;
	}
}

@media screen and (max-width: 600px) {
	html body #frontpage-slider {
    max-height: 600px !important;
	}

	#frontpage-slider #content {
		top: 18%;
	}

	#frontpage-slider.with-video .video-wrapper video {
		object-fit: cover;
	}

	.container .with-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html body section.background-box .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.background-box .text-formatted-thin {
		padding-left: 30px;
		padding-right: 30px;
		max-width: calc(100% - 15px);
	}

	.history.preview .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 40px !important;
	}

	.news-content > .arrow-link,
	.col-sm > .arrow-link {
		padding-left: 0;
	}

	.placeholder-image {
		min-height: 175px;
	}

	.text-with-news-slider .news-slider {
		padding-bottom: 50px;
	}

	.backgroundvideo-wrapper video {
		width: auto !important;
		min-height: 100%;
		height: 100% !important;
	}

	.history .row {
		margin-bottom: 25px;
	}

	.nav-tabs .nav-item:not(:last-child) {
		margin-bottom: 25px;
	}


	.textElement > .col-md-11 > img[alt="arrow-icon"] {
		margin-left: 20px;
	}

	body .accordion .boxnumberlist {
		/* max-width: calc(100% - 15px); */
		padding: 0 0 0 15px;
	}


	body .accordion .bg-lightblue {
		margin-right: -30px;
	}

	.emphasized-element.icon-right .row > .col-md-6:last-child,
	.emphasized-element.icon-right .row > .col-md-6:first-child {
		padding-left: 30px;
		padding-right: 30px;
	}

	.icon-list .list-content {
		flex-direction: column;
	}

	.icon-list .list-content .image-wrapper {
		margin-bottom: 25px;
		justify-content: flex-start;
	}

	.icon-list .row > .col-sm-12:last-child .list-content {
		margin-bottom: 0;
	}

	.accordeon summary::before {
		right: 15px;
    top: 33px;
	}

	.col-lg-10 .row.margin-bottom-80.textElement {
		width: 100%;
	}

	.introtext .textElement.margin-bottom-80 {
		margin-bottom: 25px;
	}

	#c1671 {
		display: block;
		margin-top: 25px;
	}

	.presscontact {
		margin-top: 25px;
	}

	.presscontact .margin-bottom-80  {
		margin-bottom: 25px;
	}

	.with-padding .col-lg-3 figure.image {
		padding: 0 15px;
	}

	.presse-banner {
		height: 275px;
	}

	.presscontact .frame-type-webtemp_documentdownload,
	.presscontact img {
		max-width: calc(100% - 15px);
	}

	#c546 h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Update 2022 END */

footer {
	padding-top: 30px;
}

footer ul li {
	/*display: block;*/
}

.footercert {
	max-width: 100%;
	max-height: 130px;
	margin-right: 30px;
	margin-bottom: 30px;
}


@media screen and (max-width: 600px) {
.footercert {
	margin-left: 30px;
	margin-bottom: 30px;
}
}


