* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* body {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #4a4a4a;
	font-family: 'Univers Next W01 Light';
	margin: 0;
} */

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

p {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

h1 {
	font-size: 56px;
	line-height: 64px;
	font-family: 'UniversNW01-230BThin';
	font-weight: normal;
	color: #4a4a4a;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	font-family: 'Univers Next W01 Light';
	font-weight: normal;
	color: #4a4a4a;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
	color: #4a4a4a;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
	color: #4a4a4a;
}

ul {
	padding: 0 0 0 20px;
}

ul.listing {
	padding: 0 0 0 17px;
}

ul.listing li {
	list-style: disc;
}

ol.listing {
	padding: 0 0 0 20px;
	counter-reset: item;
	list-style-type: none;
}

ol.listing li {
	display: block;
	position: relative;
}

ol.listing li:before {
	content: counter(item) " ";
	counter-increment: item;
	color: #8f969d;
	position: absolute;
	left: -20px;
	top: 0;
}

.akf-intro .akf-intro__heading {
	padding: 30px 0px 20px 33.33%;
	margin-right: 10px;
}

.akf-intro .akf-intro__heading h1 {
	font-size: 53px;
	line-height: 64px;
	margin: 10px 0 15px 0;
}

.akf-content {
	padding: 0px 10px 40px 33.33%;
}

.akf-content p {
	margin-bottom: 5px;
}

.akf-content p+p {
	margin-top: 18px;
}

.akf-content p span {
	font-family: 'Univers Next W01 Medium';
}

.akf-content .middle-image {
	margin: 20px 0;
}

.akf-content .middle-image img {
	transition: transform .2s;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
}

.akf-content .middle-image:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
}

.akf-content h4 {
	margin: 18px 0 0 0;
}

.akf-content.spacing {
	padding: 20px 10px 40px 33.33%;
}

.typographie-col .typographie-heading {
	padding: 20px 10px 20px 33.33%;
}

.typographie-col .typo-row {
	position: relative;
	padding-left: 100px;
}

.typographie-col .typo-row+.typo-row {
	margin-top: 50px;
}

.typographie-col .typo-row p {
	margin: 0 0 15px 0;
	word-wrap: break-word;
}

.typographie-col .typo-row .text-label {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 40px;
}

.akf-content.common-spacing {
	padding: 30px 10px 20px 33.33%;
	position: relative;
}

img {
	max-width: 100%;
}

button {
	outline: none;
}

.quote {
	font-size: 24px;
	line-height: 28px;
	word-wrap: break-word;
}

.comment {
	font-size: 14px;
	font-family: 'Univers Next W01 Medium';
	line-height: 18px;
}

b,
strong {
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
}

a {
	font-family: 'Univers Next W01 Medium';
	color: #4a4a4a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

a:hover {
	color: #000;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.float-none {
	float: none;
}

.d-inlineblock {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.image-headline {
	font-size: 70px;
	line-height: 77px;
	font-family: 'UniversNW01-230BThin';
	font-weight: normal;
}

.font-medium {
	font-family: 'Univers Next W01 Medium';
}

.font-light {
	font-family: 'Univers Next W01 Light';
}

.font-thin {
	font-family: 'UniversNW01-230BThin';
}

.gray-large {
	padding: 20px 10px 20px 30px;
	background: rgb(240, 240, 240);
	background: -moz-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%);
	background: -webkit-linear-gradient(left, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%);
	background: linear-gradient(to right, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1);
}

.blue-bg {
	background: #003671;
}

.blue-lightbg-one {
	background: #355087;
}

.blue-lightbg-two {
	background: #6374a5;
}

.blue-lightbg-three {
	background: #949dc2;
}

.blue-lightbg-four {
	background: #c7cbe1;
}

.gray-bg-one {
	background: #5f6a72;
}

.gray-bg-two {
	background: #7d8389;
}

.gray-bg-three {
	background: #9a9ea4;
}

.gray-bg-four {
	background: #babbbf;
}

.gray-bg-five {
	background: #dbdbdf;
}

.red-bg {
	background: #be0f34;
	height: 64px;
}

.green-bg {
	background: #66bc29;
	height: 64px;
}

.yellow-bg {
	background: #f2af32;
	height: 64px;
}

.lightblue-bg {
	background: #84a5bd;
}

.lightgreen-bg {
	background: #98c03a;
}

.lightgray-bg {
	background: #a6a6a6;
}

.darkblue-bg {
	background: #2b6b94;
}

.darkgreen-bg {
	background: #4e631e;
}

.dark-bg {
	background: #4a4a4a;
}

.lightred-bg {
	background: #f15f56;
	height: 64px;
}

.purple-bg {
	background: #6d5c9d;
	height: 64px;
}

.gray-bg {
	background: #f0f0f0;
}

.white-bg {
	background: #ffffff;
}

.black-bg {
	background: #000000;
}

.gray-bg.transparent-bg {
	background: transparent;
}

.border-top {
	border-top: 1px solid #4a4a4a;
	position: relative;
}

.border-bottom {
	border-bottom: 1px solid #4a4a4a;
}

.example-label {
	position: absolute;
	left: 20px;
	top: -25px;
}

.akf-button.is-active,
.akf-button:active,
.akf-button:hover,
.akf-button:visited {
	color: #4c4c4c;
	stroke: #4c4c4c;
	fill: #4c4c4c
}

.akf-button {
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	position: relative;
	padding: .8666666667em 0 .8em;
	outline: 0;
	font-family: 'Univers Next W01 Medium';
	font-size: .9375rem;
	line-height: 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	vertical-align: middle;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.akf-button,
.akf-button.is-disabled,
.akf-button:disabled {
	color: #4a4a4a;
	stroke: #4a4a4a;
	fill: #4a4a4a;
	border: 1px solid transparent;
	background: 0 0
}

.akf-button--padded,
.akf-button--primary,
.akf-button--secondary {
	padding-left: 2.1333333333em;
	padding-right: 2.1333333333em;
}

.akf-button--secondary,
.akf-button--secondary.is-disabled,
.akf-button--secondary:disabled {
	border-color: #4a4a4a;
}

.akf-button--secondary.hover,
.akf-button--secondary:hover {
	border-color: #7d8389;
	color: #7d8389;
}

.akf-button.akf-button-white {
	color: #fff;
	border: 1px solid #fff;
	text-align: left;
}

.akf-button.akf-button-white:hover {
	color: #dbdbdf;
	border-color: #dbdbdf;
}

.akf-button--text.hover,
.akf-button--text:hover {
	color: #7d8389;
}

.akf-button--floating,
.akf-button--floating.is-disabled,
.akf-button--floating:disabled,
.akf-button--primary,
.akf-button--primary.is-disabled,
.akf-button--primary:disabled {
	border: none;
	background-color: #003671;
}

.akf-button.small-button.akf-button--primary {
	padding: 13px 36px 9px 36px;
}

.akf-button.medium-button.akf-button--primary {
	padding: 15px 42px 13px 42px;
}

.akf-button.large-button.akf-button--primary {
	padding: 17px 50px 13px 50px;
}

.akf-button--primary.hover {
	border-color: #6374a5;
	background-color: #6374a5;
}

.akf-button--primary.hover:after {
	display: none;
}

.akf-button--primary:after {
	background: #6374a5;
	left: 0;
	top: 0;
	width: 0px;
	height: 100%;
	position: absolute;
	content: '';
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.akf-button--primary:hover:after {
	width: 100%;
}

.akf-button--floating,
.akf-button--floating.is-active,
.akf-button--floating:active,
.akf-button--floating:hover,
.akf-button--floating:visited,
.akf-button--primary,
.akf-button--primary.is-active,
.akf-button--primary:active,
.akf-button--primary:hover,
.akf-button--primary:visited,
a.akf-button--primary {
	color: #fff;
	stroke: #fff;
	fill: #fff;
}

.akf-button .button-lefticon {
	z-index: 1;
	position: relative;
}

.button-leftarrow {
	padding-left: 0;
}

.akf-button.small-button {
	font-size: 16px;
	line-height: 18px;
	padding: 12px 36px 8px 36px;
	min-width: 160px;
}
.akf-button.small-button span {
	top: -.1em;
}

.akf-button.medium-button {
	font-size: 18px;
	line-height: 22px;
	padding: 15px 42px 11px 42px;
	min-width: 190px;
}

.akf-button.large-button {
	font-size: 22px;
	line-height: 28px;
	padding: 17px 50px 11px 50px;
	min-width: 220px;
}

.akf-button.small-button .icon {
	font-size: 32px;
	width: 36px;
	line-height: 32px;
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 1;
	height: 32px;
}

.akf-button.small-button.akf-button--text:before {
	top: 2px;
}

.akf-button.medium-button .icon {
	font-size: 36px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 3px;
	line-height: 46px;
	z-index: 1;
	height: 44px;
}

.akf-button.large-button .icon {
	font-size: 42px;
	width: 50px;
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 52px;
	z-index: 1;
	height: 52px;
}

.akf-button.is-disabled,
.akf-button:disabled {
	cursor: not-allowed;
	opacity: .3;
	color: #fff;
}

.akf-button.is-disabled:hover:after,
.akf-button:disabled:hover:after {
	width: 0px;
}

.akf-button--icon {
	width: 23px;
	height: 23px;
	padding: 0;
	border: none
}

.akf-button--icon .akficon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 24px;
	height: 24px
}

.akf-button--icon--large {
	width: 45px;
	height: 45px;
}

.akf-button--icon--large .akficon {
	top: 10px;
	left: 10px;
}

.akf-button.akf-button--primary .ripple {
	background: rgba(255, 255, 255, 0.3);
}

.akf-button.akf-button--secondary .ripple,
.akf-button.akf-button--text .ripple {
	background: rgba(0, 0, 0, 0.1);
}

.ripple {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	transform: scale(0);
	position: absolute;
	opacity: 1;
	z-index: 1;
}

.rippleEffect {
	-webkit-animation: rippleDrop .6s linear;
	animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.akf-intro-header {
	z-index: 1800;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 1.25em;
}

.akf-intro-header__heading {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	transition: transform, box-shadow, visibility;
	transition: transform, box-shadow, visibility, -webkit-transform;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.75, .02, .5, 1)
}

body.header-active .akf-intro-header.is-active .akf-intro-header__heading {
	visibility: visible;
	text-align: right;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, .05);
	-o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, .05);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%)
}

.akf-response {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
}

.akf-response__effect {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border-radius: 50%
}

.akf-response__effect--large {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px
}

.akf-response--masked {
	overflow: hidden
}

.akf-button--primary .akf-response.is-animating .akf-response__effect,
.akf-button.akf-theme-light .akf-response.is-animating .akf-response__effect,
.akf-response.akf-theme-light.is-animating .akf-response__effect {
	-webkit-animation: aui-response-light .6s cubic-bezier(.75, .02, .5, 1) both;
	animation: aui-response-light .6s cubic-bezier(.75, .02, .5, 1) both
}

.akf-button--primary.akf-theme-light .akf-response.is-animating .akf-response__effect,
.akf-response.is-animating .akf-response__effect {
	-webkit-animation: aui-response-dark .6s cubic-bezier(.75, .02, .5, 1) both;
	animation: aui-response-dark .6s cubic-bezier(.75, .02, .5, 1) both
}

.textfield__field {
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.textfield__field label {
	color: #7d8389;
	font-size: 24px;
	cursor: auto;
	font-weight: normal;
	left: 0;
	margin: 0;
	text-align: left;
	position: absolute;
	top: 34px;
	line-height: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.textfield__field.is-dirty label,
.textfield__field.is-focused label {
	top: 10px;
	font-size: 14px;
	padding-left: 8px;
	font-family: 'Univers Next W01 Medium';
	line-height: 24px;
}

.textfield__field.is-focused label {
	color: #003671;
}

.textfield__field.is-dirty .textfield__input,
.textfield__field.is-focused .textfield__input {
	padding-left: 8px;
	padding-right: 8px;
}

.textfield.akf-textfield--floating-label .textfield__field {
	padding-top: 32px;
	border-radius: .4px;
	-webkit-border-radius: .4px;
	-moz-border-radius: .4px;
	-ms-border-radius: .4px;
	-o-border-radius: .4px;
}

.search-field .textfield__input {
	padding-right: 60px;
}

.textfield__field.search-field.is-dirty .textfield__input,
.textfield__field.search-field.is-focused .textfield__input {
	padding-right: 60px;
}

.textfield__input {
	display: block;
	margin: 0;
	padding: 0 0 6px 0;
	width: 100%;
	font-size: 24px;
	box-shadow: none;
	background: none;
	border: none;
	resize: none;
	outline: 0;
	border-radius: 0;
	font-family: 'Univers Next W01 Light';
	border-bottom: 1px solid #7d8389;
	color: #4a4a4a;
	height: 40px;
}

textarea.textfield__input {
	height: 108px;
}

.textfield__field.error .textfield__input {
	border-bottom: 1px solid #be0f34;
	color: #be0f34;
}

.textfield__field.error.is-focused .textfield__input {
	border-bottom-color: #be0f34;
}

.textfield__field.error.is-focused:after {
	background: #be0f34;
}

.error-msg {
	display: inline-block;
	font-family: 'Univers Next W01 Medium';
	font-size: 14px;
	color: #be0f34;
	padding-left: 8px;
}

.textfield__field.error label {
	color: #be0f34;
}

.textfield__field.is-focused {
	background: #dee5ec;
}

.textfield__field.is-focused:after {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	content: '';
	height: 1px;
	background: #4a4a4a;
}

.textfield__field.is-focused .textfield__input {
	border-bottom-color: #4a4a4a;
}

.textfield__field.focused label {
	top: 0;
	font-size: 14px;
	padding-left: 8px;
	font-family: 'Univers Next W01 Medium';
}

.textfield__field.focused .textfield__input {
	padding-left: 8px;
	padding-right: 8px;
}

.search-field .submit-btn {
	position: absolute;
	right: 0;
	bottom: 6px;
	border: none;
	background: none;
	cursor: pointer;
	width: 50px;
	padding: 0;
	height: 40px;
	font-size: 36px;
}

.textfield__field.search-field.is-focused .icon-search_large:before,
.textfield__field.search-field.is-dirty .icon-search_large:before {
	content: '\e813';
}

.date-picker .calendar-btn {
	position: absolute;
	right: 0;
	bottom: 4px;
	border: none;
	background: none;
	cursor: pointer;
	width: 50px;
	padding: 0;
	height: 40px;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	outline: none;
}

.textfield__field.date-picker.is-focused .icon-date_large:before,
.textfield__field.date-picker.is-dirty .icon-date_large:before {
	content: '\e807';
}

.checkbox-col {
	position: relative;
	display: block;
}

.checkbox-col input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

.checkbox-col label {
	position: relative;
	display: inline-block;
	padding: 0px 0 0px 40px;
	line-height: 24px;
}

.checkbox-col label:before,
.checkbox-col label:after {
	position: absolute;
	content: "";
	display: inline-block;
}

.checkbox-col label:before {
	height: 24px;
	width: 24px;
	border: 1px solid #4a4a4a;
	left: 0px;
	top: 0px;
}

.checkbox-col label:after {
	height: 7px;
	width: 13px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	left: 5px;
	top: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.checkbox-col input[type="checkbox"]+label:after {
	content: none;
}

.checkbox-col input[type="checkbox"]:checked+label:after {
	content: "";
}

.checkbox-col label .links {
	color: #4a4a4a;
	position: relative;
	z-index: 1;
}

.autocomplete-items {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	right: 0;
	background: #f0f0f0;
	overflow: auto;
	max-height: 200px;
	border: 1px solid #4a4a4a;
	border-top: none;
}

.autocomplete-items div {
	padding: 6px 8px;
	cursor: pointer;
	font-size: 20px;
}

.autocomplete-items div:hover {
	background-color: #dee5ec;
}

.autocomplete-active {
	background-color: #dee5ec;
	color: #4a4a4a;
}

.autocomplete-open {
	position: absolute;
	border: 1px solid #4a4a4a;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	background: #f0f0f0;
}

.autocomplete-open div {
	padding: 10px;
	cursor: pointer;
	font-size: 20px;
}

.autocomplete-open div:hover {
	background-color: #dee5ec;
}

.multipage-process ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.multipage-process ul li {
	position: relative;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	font-family: 'Univers Next W01 Medium';
	float: left;
	min-width: 98px;
}

.multipage-process ul li .number {
	width: 38px;
	height: 38px;
	text-align: center;
	display: inline-block;
	border: 1px solid #4a4a4a;
	line-height: 40px;
	background: #fff;
	z-index: 1;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.multipage-process ul li span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
}

.multipage-process ul li:after {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #4a4a4a;
	content: '';
	right: 0;
	top: 19px;
}

.multipage-process ul li:last-child {
	min-width: 1px;
	padding-right: 0;
}

.multipage-process ul li:last-child:after {
	display: none;
}

.multipage-process ul li.active .number {
	background: #003671;
	color: #fff;
	border-color: #003671;
}

.multipage-process ul li .fill-icon {
	display: none;
}

.multipage-process ul li.filled .number-count {
	display: none;
}

.multipage-process ul li.filled .fill-icon {
	display: block;
}

.multipage-process ul li.filled .fill-icon .icon {
	position: relative;
	font-size: 28px;
	line-height: 38px;
}

.multipage-process ul li.filled .fill-icon .icon-akf-check:before {
	content: "\73";
	font-size: 22px;
	height: 28px;
	display: block;
	line-height: 38px;
	top: 10px;
}

.tabs {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #4a4a4a;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.tabs li {
	list-style: none;
	float: left;
	font-size: 24px;
	padding: 8px 15px;
	line-height: 30px;
	cursor: pointer;
}

.tabs li:first-child {
	padding-left: 0;
}

.tabs li.current {
	font-family: 'Univers Next W01 Medium';
}

.tab-content {
	display: none;
	margin-top: 25px;
}

.tab-content.current {
	display: block;
}

.tab-content .row {
	margin: 0 -10px;
}

.tab-content .row .icon-col {
	padding: 0 10px;
	float: left;
	width: 25%;
}

.tab-content .row .icon-col a {
	text-decoration: none;
}

.tab-content .icons {
	min-height: 125px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}

.tab-content .icons .large-icon {
	font-size: 45px;
	position: relative;
	top: 45px;
	display: inline-block;
}

.tab-content .icons .small-icon {
	font-size: 30px;
	position: relative;
	top: 50px;
	display: inline-block;
}

.tab-content .icons img {
	max-width: 80px;
	padding-top: 25px;
}

.tab-content .icons.small-icon img {
	max-width: 50px;
	padding-top: 45px;
}

.tab-content.project-tabs .icons .large-icon {
	font-size: 80px;
	position: relative;
	top: 25px;
	display: inline-block;
}

.tab-content.project-tabs .icons .small-icon {
	font-size: 40px;
	top: 45px;
}

.tab-content .row .svg-inline .large-icon svg {
	width: 45px;
	vertical-align: top;
}

.tab-content .row .svg-inline .small-icon svg {
	width: 30px;
	vertical-align: top;
}

.tab-content .icons:hover {
	background: #f8f8f8;
}

.tab-content label {
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'Univers Next W01 Light';
}

.tab-content .icon {
	min-height: 125px;
	background: #fff;
	margin-bottom: 20px;
}

.tab-content .icon img {
	max-width: 80px;
	padding-top: 25px;
}

.tab-content .theme-icon {
	min-height: 125px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}

.tab-content .theme-icon img {
	max-width: 80px;
	padding-top: 25px;
}

.tab-slider {
	margin-bottom: 0;
	padding: 0 35px 0 20px;
	border-bottom: 1px solid #4a4a4a;
}

.tab-slider .slick-slide {
	font-size: 16px;
	padding: 8px 15px;
	line-height: 24px;
	cursor: pointer;
	outline: none;
}

.tab-slider .slick-slide:hover {
	color: #7d8389;
}

.tab-slider .slick-list {
	padding: 0 !important;
}

.tab-slider .slick-slide .tab-link.current {
	font-family: 'Univers Next W01 Medium';
}

.tab-slider .slick-prev,
.tab-slider .slick-next {
	width: 30px;
	height: 30px;
	text-align: center;
}

.tab-slider .slick-prev:before,
.tab-slider .slick-next:before {
	opacity: 1;
	font-family: 'akf-icon';
	font-size: 30px;
	color: #4a4a4a;
}

.tab-slider .slick-prev:before {
	content: "\e80e";
}

.tab-slider .slick-next:before {
	content: "\e810";
}

.tab-slider .slick-prev {
	left: -10px;
}

.tab-slider .slick-next {
	right: -10px;
}

.akf-nav__items {
	border-bottom: 1px solid #4a4a4a;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.akf-nav__items .tab-link {
	padding: 10px 12px;
	float: left;
	list-style: none;
	font-size: 24px;
}

.akf-nav__items .tab-link:first-child {
	padding-left: 0;
}

.akf-nav__items .tab-link {
	font-family: 'Univers Next W01 Light';
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.akf-nav__items .tab-link.current {
	font-family: 'Univers Next W01 Medium';
}

.akf-icon-detail__panel {
	display: none;
}

.akf-icon-detail__panel.current {
	display: block;
}

.akf-icon-detail__panel-title {
	display: none;
	font-size: 24px;
	border-bottom: 1px solid #4a4a4a;
	padding-bottom: 10px;
}

.akf-icon-files {
	margin: 0 -15px;
	padding-top: 34px;
}

.akf-icon-files .akf-button.small-button.akf-button--primary {
	min-width: 169px;
	padding: 12px 36px 10px 36px;
}

.akf-icon-files .akf-button.small-button.akf-button--primary:before {
	display: none;
}

.akf-icon-files .akf-button.small-button.akf-button--primary img {
	position: absolute;
	left: 12px;
	top: 10px;
	z-index: 1;
}

.akf-icon-files .akf-icon-files__set {
	padding: 0 14px;
	float: left;
}

.akf-icon-detail__source code {
	white-space: pre-line;
}

.akf-logocols {
	padding: 30px 10px 30px 33.33%;
	position: relative;
}

.akf-logocols img {
	vertical-align: top;
	max-width: 340px;
}

.akf-logocols .content-area {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.akf-logocols .akf-logorows {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.logo-row {
	margin: 0 -10px;
}

.logo-row .logo-col {
	padding: 0 10px;
	float: left;
	width: 33.33%;
}

.logo-row .logo-col .logoblock {
	min-height: 175px;
	line-height: 175px;
	background: #fff;
	cursor: pointer;
	padding: 10px;
}

.logo-row .logo-col .logoblock img {
	vertical-align: middle;
}

.logo-row .logo-col .logoblock:hover {
	background: #f8f8f8;
}

.logo-row .logo-col .logoblock .large-icon {
	font-size: 45px;
	position: relative;
	top: 45px;
	display: inline-block;
}

.logo-row .logo-col label {
	padding: 10px 0;
	display: inline-block;
	margin-bottom: 20px;
	font-family: 'Univers Next W01 Light';
}

.pagination-col {
	position: relative;
	padding-bottom: 50px;
}

.pagination {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.pagination li {
	margin: 0 2px;
	display: inline-block;
	font-size: 16px;
	font-family: 'Univers Next W01 Medium';
}

.pagination li a {
	text-align: center;
	display: block;
	border: 1px solid #4a4a4a;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #4a4a4a;
	text-decoration: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.pagination li a:hover {
	background-color: #6374a5;
	border-color: #7d8389;
	color: #fff;
}

.pagination li.next,
.pagination li.prev {
	font-size: 45px;
	margin: 0;
	vertical-align: top;
}

.pagination li.next a,
.pagination li.prev a {
	border: none;
	display: inline-block;
	height: 38px;
}

.pagination li.next .large-icon,
.pagination li.prev .large-icon {
	line-height: 38px;
	display: inline-block;
	width: 38px;
}

.pagination li.next .large-icon:before,
.pagination li.prev .large-icon:before {
	line-height: 38px;
	display: inline-block;
	width: 38px;
}

.pagination li.next {
	margin-left: -8px;
}

.pagination li.active a {
	background-color: #003671;
	color: #fff;
}

.pagination li.next a:hover,
.pagination li.prev a:hover {
	background-color: transparent;
	color: #7d8389;
}

.pictures-row {
	padding: 0 10px 0 20px;
}

.pictures-row .threecol {
	padding: 0 10px;
	width: 33.33%;
	float: left;
}

.pictures-row .twocol {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.pictures-row .onecol {
	padding: 0 10px;
	width: 100%;
}

.pictures-row .onecol .akf-picturescols {
	max-width: 65.98%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	vertical-align: top;
}

.akf-picturescols {
	margin-bottom: 40px;
}

.akf-picturescols .caption {
	font-size: 14px;
	line-height: 18px;
}

.akf-picturescols .akf-pictures-content {
	text-align: left;
	position: relative;
	padding-bottom: 62px;
}

.akf-picturescols .akf-pictures-content h2 {
	margin: 25px 0 20px 0;
}

.akf-picturescols .akf-pictures-content h2 a {
	font-family: 'Univers Next W01 Light';
}

.akf-picturescols .akf-pictures-content .akf-button {
	margin-top: 32px;
}

.akf-picturescols .akf-pictures {
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
}

.akf-picturescols .akf-pictures.opacity a:before {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.akf-picturescols .akf-pictures.opacity a:hover:before {
	opacity: 1;
}

.akf-picturescols .akf-pictures img {
	vertical-align: top;
	width: 100%;
	height: auto;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

.akf-picturescols .akf-pictures:hover img {
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.akf-picturescols .akf-pictures .video-btn {
	background: #003671;
	width: 110px;
	height: 110px;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 125px;
	font-size: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -55px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	z-index: 1;
}

.akf-picturescols .akf-pictures .video-btn:hover {
	background: #6374a5;
}

.akf-picturescols .akf-pictures .video-btn .large-icon {
	line-height: 110px;
	margin-left: 15px;
}

.akf-picturescols .akf-pictures .video-btn:before {
	display: none;
}

.akf-accordion-row {
	padding: 20px 50px;
}

.akf-accordion-col {
	padding-bottom: 80px;
	padding: 20px 0;
}

.akf-accordion-col.bottom-space {
	padding-bottom: 80px;
}

.akf-accordion-panel {
	border-bottom: 1px solid #4a4a4a;
	padding: 46px 0 30px 0;
}

.akf-accordion-panel:first-child {
	border-top: 1px solid #4a4a4a;
}

.akf-accordion-panel .akf-accordion-paneltitle {
	margin: 0;
	cursor: pointer;
}


/*.akf-accordion-panel .akf-accordion-paneltitle .large-icon { position: absolute; right: -8px; top: -32px; transition: color 0.5s ease-in-out; -webkit-transition: color 0.5s ease-in-out; -moz-transition: color 0.5s ease-in-out; -ms-transition: color 0.5s ease-in-out; -o-transition: color 0.5s ease-in-out; }
    
    .akf-accordion-panel .akf-accordion-paneltitle .large-icon:hover {color: #7d8389; }*/


/*.akf-accordion-panel .akf-accordion-panelheading.active .akf-accordion-paneltitle .large-icon { font-size: 52px; margin-top: -4px; }
    
    .akf-accordion-panel .akf-accordion-panelheading.active .akf-accordion-paneltitle .large-icon:before { content: "\e91a"; }*/

.akf-accordion-panel .akf-accordion-panelheading {
	position: relative;
	padding-right: 50px;
}

.akf-accordion-panel .akf-accordion-panelbody {
	display: none;
}

.akf-accordion-panel .large-icon {
	font-size: 45px;
}

.akf-accordion-code {
	padding: 30px 70px 20px 70px;
}

.akf-accordion-panel .closed .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}

.akf-accordion-panel .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}

.akf-accordion-panel .opened {
	opacity: 1;
}

.akf-accordion-panel .opened .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}

.akf-accordion-panel .opened .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.akf-accordion-panel .circle-plus {
	height: 45px;
	width: 45px;
	position: absolute;
	right: -8px;
	top: -32px;
}

.akf-accordion-panel .circle-plus .circle {
	position: relative;
	width: 45px;
	height: 45px;
}

.akf-accordion-panel .circle-plus .circle .horizontal {
	position: absolute;
	background-color: #4a4a4a;
	width: 30px;
	height: 2px;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -1px;
}

.akf-accordion-panel .circle-plus .circle .vertical {
	position: absolute;
	background-color: #4a4a4a;
	width: 2px;
	height: 30px;
	left: 50%;
	margin-left: -2.5px;
	top: 50%;
	margin-top: -15px;
}

.akf-accordion-panel .circle-plus .circle:hover .horizontal,
.akf-accordion-panel .circle-plus .circle:hover .vertical {
	background-color: #7d8389;
}

.akf-tabbing-row {
	padding: 20px 50px;
}

.akf-tabbing-col {
	padding-bottom: 80px;
	padding: 20px 0;
}

.akf-tabbing-col.bottom-space {
	padding-bottom: 80px;
}

.akf-tabbing-code {
	padding: 30px 70px 20px 70px;
}

.akf-text-slider {
	padding: 50px;
}

.akf-text-slider h1 {
	color: #003671;
	margin: 10px 0;
}

.akf-text-slider h2 {
	color: #003671;
	margin: 10px 0 20px 0;
}

.akf-text-slider h2 span {
	display: block;
}

.akf-text-slider .slick-slide {
	padding: 0 10px;
	outline: none;
}

.akf-text-slider .slick-prev {
	left: 0px;
}

.akf-text-slider .slick-next {
	right: 0px;
}

.akf-text-slider .slick-prev:before,
.akf-text-slider .slick-next:before {
	opacity: 1;
	color: #000;
	font-family: 'akf-icon' !important;
	font-size: 50px;
}

.akf-text-slider .slick-prev:hover:before,
.akf-text-slider .slick-next:hover:before {
	color: #7d8389;
}

.akf-text-slider .slick-prev:before {
	content: "\e80e";
}

.akf-text-slider .slick-next:before {
	content: "\e810";
}

.akf-text-slider .slick-prev,
.akf-text-slider .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
}

.akf-text-slider .slick-dots {
	bottom: -47px;
	left: 0;
}

.akf-text-slider .slick-dots li {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin: 0 3px;
}

.akf-text-slider .slick-dots li button {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #676a6b;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.akf-text-slider .slick-dots li button:hover {
	border-color: #7d8389;
}

.akf-text-slider .slick-dots li button:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity: 0;
	background: #424547;
	left: 8px;
	top: 8px;
}

.akf-text-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.akf-text-slider.slick-dotted.slick-slider {
	margin-bottom: 125px;
}

.akf-picture-slider .slick-prev {
	left: 0px;
}

.akf-picture-slider .slick-next {
	right: 0px;
}

.akf-picture-slider .slick-prev:before,
.akf-picture-slider .slick-next:before {
	opacity: 1;
	color: #fff;
	font-family: 'akf-icon' !important;
	font-size: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.akf-picture-slider .slick-prev:hover:before,
.akf-picture-slider .slick-next:hover:before {
	color: #C7CBE1;
}

.akf-picture-slider .slick-prev:before {
	content: "\e80e";
}

.akf-picture-slider .slick-next:before {
	content: "\e810";
}

.akf-picture-slider .slick-prev,
.akf-picture-slider .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
}

.akf-picture-slider .slick-dots {
	bottom: -47px;
	left: 0;
}

.akf-picture-slider .slick-dots li {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin: 0 3px;
}

.akf-picture-slider .slick-dots li button {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 1px solid #676a6b;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.akf-picture-slider .slick-dots li button:hover {
	border-color: #7d8389;
}

.akf-picture-slider .slick-dots li button:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	opacity: 0;
	background: #424547;
	left: 8px;
	top: 8px;
}

.akf-picture-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

.akf-picture-slider.slick-dotted.slick-slider {
	margin-bottom: 125px;
}

.akf-picture-slider .akf-bgpicture {
	padding: 50px;
	min-height: 567px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.akf-picture-slider .akf-bgpicture:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(74, 74, 74, 0.56);
	mix-blend-mode: multiply;
}

.akf-picture-slider.two .akf-bgpicture:before {
	background-color: rgba(74, 74, 74, 0.65);
}

.akf-picture-slider .akf-picture-content {
	position: relative;
	color: #fff;
	max-width: 575px;
}

.akf-picture-slider .akf-picture-content h4 {
	color: #fff;
	margin: 0 0 4px 0;
}

.akf-picture-slider .akf-picture-content h1 {
	color: #fff;
	margin: 10px 0 20px 0;
}

.akf-picture-slider .akf-picture-content .image-headline {
	margin-bottom: 22px;
}

.akf-picture-slider .akf-picture-content .quote {
	margin-bottom: 40px;
}

.illustrationen-row {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 10px;
}

.illustrationen-row .twocol {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.illustrationen-row .onecol {
	padding: 0 10px;
	width: 100%;
}

.illustrationen-row .akf-illustrationencols {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.illustrationen-row .fix-height {
	height: 268px;
}

.illustrationen-row .akf-illustrationencols .illustrationen-imgcol {
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

.illustrationen-row .akf-illustrationencols .illustrationen-imgcol img {
	vertical-align: middle;
}

.illustrationen-row .illustrationen-addresscol {
	width: 208px;
	height: 208px;
	border-radius: 100%;
	background: #fff;
	padding: 50px 0px 50px 25px;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

.illustrationen-row .illustrationen-addresscol label {
	font-family: 'Univers Next W01 Medium';
	line-height: 18px;
	display: block;
}

.illustrationen-row .illustrationen-addresscol p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.illustrationen-row .illustrationen-addresscol p a {
	font-family: 'Univers Next W01 Light';
	text-decoration: none;
}

table {
	border-collapse: separate;
}

.table-section {
	padding: 30px 30px 20px 30px;
}

.table-section .btn-row {
	padding-right: 100px;
	padding-bottom: 60px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table .thead-light th {
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th {
	vertical-align: top;
	border-bottom: 2px solid #4a4a4a;
	padding: 8px;
	text-align: left;
	background: #d6dce5;
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
	position: relative;
}

.table>tbody>tr>td {
	border-top: none;
	padding: 8px 8px 40px 8px;
	vertical-align: top;
	border-bottom: 1px solid #4a4a4a;
	position: relative;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table.large-font>thead>tr>th,
.table.large-font>tbody>tr>td,
.table.large-font>tbody>tr>th {
	font-size: 24px;
}

.table>tbody>tr>td .mobile-heading {
	vertical-align: top;
	border-bottom: 2px solid #4a4a4a;
	padding: 8px;
	text-align: left;
	background: #d6dce5;
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
	display: none;
}

.table>tbody>tr>th .mobile-heading {
	vertical-align: top;
	border-bottom: 2px solid #4a4a4a;
	padding: 8px;
	text-align: left;
	background: #d6dce5;
	font-family: 'Univers Next W01 Medium';
	font-weight: normal;
	display: none;
}

.table>tbody>tr>th:before {
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	background: #d6dce5;
	content: '';
}

.table.top-border>tbody>tr:first-child>th:before,
.table.top-border>tbody>tr:first-child>td:before {
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 2px;
	background: #4a4a4a;
	content: '';
}

.app-iconcol {
	display: inline-block;
	margin-right: 50px;
}

.app-iconcol:last-child {
	margin-right: 0;
}

.app-iconcol .app-icon {
	background: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}

.app-iconcol .app-icon img {
	vertical-align: top;
}

.app-iconcol span {
	display: block;
	text-align: center;
	margin: 12px 0;
	font-family: 'Univers Next W01 Light';
}

.akf-textslider-section {
	background: #dbdbdf;
	padding: 100px 0;
}

.akf-textslider-section .akf-textslider-block {
	position: relative;
}

.akf-textslider-section .akf-text-slider {
	padding: 0;
	position: static;
}

.akf-textslider-section .akf-textslider-button {
	padding-top: 60px;
}

.akf-textslider-section .akf-text-slider .slick-dots {
	bottom: -70px;
}

.akf-textslider-section .akf-text-slider.slick-dotted.slick-slider {
	margin-bottom: 80px;
}

.akf-textslider-section .akf-text-slider .slick-slide {
	padding: 0 10px;
}

.akf-textslider-section .akf-text-slider .slick-slide .quote {
	margin-bottom: 20px;
	min-height: 56px;
}

.akf-textslider-section .akf-text-slider .slick-prev {
	width: 36px;
	height: 36px;
	left: 0px;
	z-index: 1;
}

.akf-textslider-section .akf-text-slider .slick-next {
	width: 36px;
	height: 36px;
	right: 14px;
	z-index: 1;
}

.akf-textslider-section .akf-text-slider .slick-prev:before,
.akf-textslider-section .akf-text-slider .slick-next:before {
	width: 36px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	display: inline-block;
}

.akf-textslider-section .akf-text-slider .slider-icon {
	margin-bottom: 20px;
}

.akf-textslider-section .akf-text-slider .slider-icon img {
	display: inline-block;
}


/*--bilddatenbank-page start--*/

.pictures-row-right {
	padding: 0;
	margin: 0 -10px;
}

.pictures-row-right .akf-picturescols .akf-pictures {
	height: 185px;
	line-height: 185px;
}

.pictures-row-right .akf-picturescols .akf-pictures img {
	cursor: pointer;
	object-fit: contain;
	width: 279px;
	height: 185px;
	object-position: left;
}

.pictures-row-right .akf-picturescols .akf-pictures-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}


/*--bilddatenbank-page end--*/


/* Responsive Style Start 
    
    -------------------------------------------------- */

@media (min-width: 800px) {
	.abp-intro-header__sidebar-toggle {
		margin-top: .8em;
		left: 1.4rem;
		position: absolute;
		top: 0;
	}
}

@media (max-width: 1199px) {
	.akf-intro-header__heading {
		padding: 10px 15px;
		line-height: 30px;
		display: none;
	}
	.akf-intro .akf-intro__heading {
		padding: 30px 15px;
	}
	.pictures-row {
		padding: 0 5px;
	}
	.akf-content {
		padding: 0px 15px 40px 15px;
		margin-right: 0px;
	}
	.akf-content.common-spacing,
	.typographie-col .typographie-heading,
	.akf-logocols {
		padding: 20px 15px 40px 15px;
		margin-right: 0px;
	}
	.akf-accordion-row,
	.akf-tabbing-row {
		padding: 20px 30px;
	}
	.akf-accordion-code,
	.akf-tabbing-code {
		padding: 30px 45px 20px 45px;
	}
	.table-section .btn-row {
		padding-right: 0;
	}
	.table-section {
		padding: 30px 15px 20px 15px;
	}
	/*--bilddatenbank-page start--*/
	.pictures-row-right .akf-picturescols .akf-pictures {
		height: 120px;
		line-height: 120px;
	}
	.pictures-row-right .akf-picturescols .akf-pictures img {
		max-height: 120px;
	}
	/*--bilddatenbank-page end--*/
	.example-label {
		left: 15px;
	}
}

@media (max-width: 1023px) {
	.akf-intro-header__heading {
		display: block;
	}
	.akf-accordion-row,
	.akf-tabbing-row {
		padding: 20px 15px;
	}
	.akf-accordion-code,
	.akf-tabbing-code {
		padding: 30px;
	}
	.illustrationen-row {
		padding: 0 5px;
	}
}

@media (max-width: 991px) {
	.akf-textslider-section {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.akf-intro .akf-intro__heading {
		margin-right: 0;
	}
	.akf-content {
		padding: 0px 15px;
	}
	.akf-intro .akf-intro__heading h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.gray-large {
		padding: 20px 15px 20px 15px;
	}
	.autocomplete-open {
		position: relative;
	}
	.akf-icon-files {
		text-align: center;
		margin-bottom: 30px;
		margin-left: -2px;
		margin-right: -2px;
	}
	.akf-icon-files .akf-icon-files__set {
		padding: 0 2px;
		float: none;
		display: inline-block;
	}
	.akf-icon-files .akf-button.small-button.akf-button--primary {
		min-width: 160px;
		padding: 12px 20px 10px 20px;
	}
	.logo-row .logo-col {
		width: 100%;
	}
	.akf-picture-slider .akf-bgpicture {
		padding: 60px 36px;
	}
	.akf-picture-slider .akf-picture-content h4 {
		margin: 0 0 20px 0;
	}
	.akf-picture-slider .akf-picture-content h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.akf-picture-slider .akf-picture-content .quote {
		margin-bottom: 90px;
		font-size: 16px;
		line-height: 24px;
	}
	.akf-picture-slider .akf-picture-content .image-headline {
		font-size: 48px;
		line-height: 56px;
	}
	.akf-picture-slider.slick-dotted.slick-slider {
		margin-bottom: 80px;
	}
	.akf-picture-slider .slick-prev {
		width: 36px;
		height: 36px;
		left: -8px;
	}
	.akf-picture-slider .slick-next {
		width: 36px;
		height: 36px;
		right: 6px;
	}
	.akf-picture-slider .slick-prev:before,
	.akf-picture-slider .slick-next:before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		overflow: hidden;
		display: inline-block;
	}
	.akf-picturescols .akf-pictures-content {
		padding-bottom: 50px;
	}
	.akf-text-slider {
		padding: 50px 0;
	}
	.akf-text-slider .slick-slide {
		padding: 0 36px;
	}
	.akf-text-slider .slick-prev {
		width: 36px;
		height: 36px;
		left: -8px;
	}
	.akf-text-slider .slick-next {
		width: 36px;
		height: 36px;
		right: 6px;
	}
	.akf-text-slider .slick-prev:before,
	.akf-text-slider .slick-next:before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		overflow: hidden;
		display: inline-block;
	}
	.illustrationen-row .twocol {
		width: 100%;
	}
	.illustrationen-row .akf-illustrationencols {
		padding: 10px;
	}
	.illustrationen-row .fix-height {
		height: auto;
	}
	.table-section {
		padding: 15px 10px;
	}
	.table>thead>tr>th {
		display: none;
	}
	.table>tbody>tr>td {
		display: block;
		padding: 8px 0px 15px 0px;
	}
	.table>tbody>tr>td:last-child {
		margin-bottom: 20px;
	}
	.table>tbody>tr>td .mobile-heading,
	.table>tbody>tr>th .mobile-heading {
		display: inline-block;
		width: 100%;
		margin-bottom: 8px;
	}
	.table>tbody>tr>th {
		display: block;
	}
	.table>tbody>tr>th .mobile-heading {
		padding: 0 0 8px 0;
		position: relative;
	}
	.table>tbody>tr>th .mobile-heading:before {
		content: '';
		position: absolute;
		background: #4a4a4a;
		height: 2px;
		width: 12px;
		left: -8px;
		bottom: -2px;
	}
	.table>tbody>tr>th .mobile-heading:after {
		content: '';
		position: absolute;
		background: #4a4a4a;
		height: 2px;
		width: 12px;
		right: -8px;
		bottom: -2px;
	}
	.table.top-border>tbody>tr:first-child>th:before,
	.table.top-border>tbody>tr:first-child>td:before {
		display: none;
	}
	.akf-textslider-section>.container {
		padding: 0;
	}
	.akf-textslider-section .akf-text-slider .slick-prev {
		width: 36px;
		height: 36px;
		left: -8px;
	}
	.akf-textslider-section .akf-text-slider .slick-next {
		width: 36px;
		height: 36px;
		right: 6px;
	}
	.akf-textslider-section .akf-text-slider .slick-prev:before,
	.akf-textslider-section .akf-text-slider .slick-next:before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		overflow: hidden;
		display: inline-block;
	}
	.akf-textslider-section .akf-text-slider .slick-slide .quote {
		margin-bottom: 50px;
	}
}

@media (max-width: 599px) {
	.akf-icon-detail__panel {
		display: block;
	}
	.akf-icon-detail__panel-title {
		display: block;
		font-family: 'Univers Next W01 Medium';
	}
	.akf-nav__items {
		display: none;
	}
	.akf-icon-files .akf-button.small-button.akf-button--primary,
	.akf-button.small-button.akf-button--primary {
		min-width: 90px;
	}
	.tab-content .row .icon-col {
		width: 50%;
	}
	.pictures-row .threecol,
	.pictures-row .twocol {
		width: 100%;
	}
	.pictures-row .onecol .akf-picturescols {
		max-width: 100%;
	}
	.akf-picture-slider .akf-picture-content .image-headline {
		font-size: 34px;
		line-height: 40px;
	}
	.akf-picture-slider .akf-picture-content .quote {
		font-size: 20px;
		line-height: 26px;
	}
	.akf-textslider-section .akf-text-slider .slick-slide {
		padding: 0 26px;
	}
	.akf-textslider-section .akf-text-slider .slick-slide .quote {
		min-height: 1px;
	}
	.akf-picture-slider .akf-picture-content h1 {
		font-size: 34px;
		line-height: 40px;
	}
	/*--bilddatenbank-page start--*/
	.pictures-row-right .akf-picturescols .akf-pictures {
		padding-top: 0;
		height: auto;
	}
	.pictures-row-right .akf-picturescols .akf-pictures img {
		position: relative;
		width: 100%;
		max-height: 100%;
	}
	.modal-image .akf-icon-detail__panel-title {
		display: none;
	}
	.pictures-row.pictures-row-right .threecol .akf-picturescols {}
	/*--bilddatenbank-page end--*/
}

@media (max-width: 479px) {
	.akf-logocols img {
		max-width: 100%;
	}
}

/* Backend styles
/* Styles for the customer backend (Dashboard)
*/
/* Header */
.header-big a 
{
text-decoration: none !important;
}
/* main */
.divider-y {
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}
.divider-y::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 3px;
	background-color: #efefef;
}
/* Forms */
input[type=text], 
input[type=email], 
input[type=password] 
{
	padding: 10px;
}
.form-submit_wrapper {
	text-align: right;
}

/* https://business.dev.akf-autoabo.de/kundenfahrzeuge/5 */
.table > thead > tr > th 
{
	font-size: 20px;
	color: #003671;
	border-color: #bfbfbf;
	background: transparent;
}
.table > tbody > tr > td 
{
	border-color: #bfbfbf;
}
.table > thead > tr > th:first-child, 
.table > tbody > tr > td:first-child 
{
	padding-left: 0;
	font-family: 'Univers Next W01 Medium';
	color: #003671;
}
/* Buttons */
.btn_icon-user {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Euser%3C/title%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='none' stroke='%236c757d'%3E%3Cpath d='M12,12L12,12 c-2.761,0-5-2.239-5-5V6c0-2.761,2.239-5,5-5h0c2.761,0,5,2.239,5,5v1C17,9.761,14.761,12,12,12z'%3E%3C/path%3E%3Cpath d='M22,20.908 c0-1.8-1.197-3.383-2.934-3.856C17.172,16.535,14.586,16,12,16s-5.172,0.535-7.066,1.052C3.197,17.525,2,19.108,2,20.908V23h20 V20.908z' stroke='%236c757d'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 12px center;
	padding-left: 35px;
	margin-right: 20px;
}
.btn_icon-user:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Euser%3C/title%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='none' stroke='%23ffffff'%3E%3Cpath d='M12,12L12,12 c-2.761,0-5-2.239-5-5V6c0-2.761,2.239-5,5-5h0c2.761,0,5,2.239,5,5v1C17,9.761,14.761,12,12,12z'%3E%3C/path%3E%3Cpath d='M22,20.908 c0-1.8-1.197-3.383-2.934-3.856C17.172,16.535,14.586,16,12,16s-5.172,0.535-7.066,1.052C3.197,17.525,2,19.108,2,20.908V23h20 V20.908z' stroke='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.btn_icon-car {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ecar-front%3C/title%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='none' stroke='%234f4f4f'%3E%3Cpath d='M21,10,19.348,2.566A2,2,0,0,0,17.4,1H6.6A2,2,0,0,0,4.652,2.566L3,10'%3E%3C/path%3E%3Cpolyline points='6 21 6 23 2 23 2 21' stroke='%234f4f4f'%3E%3C/polyline%3E%3Cpolyline points='22 21 22 23 18 23 18 21' stroke='%234f4f4f'%3E%3C/polyline%3E%3Cpath d='M23,18H1V12.828a2,2,0,0,1,.586-1.414L3,10H21l1.414,1.414A2,2,0,0,1,23,12.828Z'%3E%3C/path%3E%3Ccircle cx='5' cy='14' r='1' fill='%234f4f4f' stroke='none'%3E%3C/circle%3E%3Ccircle cx='19' cy='14' r='1' fill='%234f4f4f' stroke='none'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 12px center;
	padding-left: 35px;
}
.btn_icon-car:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Ecar-front%3C/title%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='none' stroke='%23ffffff'%3E%3Cpath d='M21,10,19.348,2.566A2,2,0,0,0,17.4,1H6.6A2,2,0,0,0,4.652,2.566L3,10'%3E%3C/path%3E%3Cpolyline points='6 21 6 23 2 23 2 21' stroke='%23ffffff'%3E%3C/polyline%3E%3Cpolyline points='22 21 22 23 18 23 18 21' stroke='%23ffffff'%3E%3C/polyline%3E%3Cpath d='M23,18H1V12.828a2,2,0,0,1,.586-1.414L3,10H21l1.414,1.414A2,2,0,0,1,23,12.828Z'%3E%3C/path%3E%3Ccircle cx='5' cy='14' r='1' fill='%23ffffff' stroke='none'%3E%3C/circle%3E%3Ccircle cx='19' cy='14' r='1' fill='%23ffffff' stroke='none'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.akf-button-back-arrow i {
	transform: rotate(180deg);
}

/* Accordion */
.accordion-button {
	padding-left: 12px;
}
.row-no-shift {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.accordion-item {
	margin-bottom: 1px;
}
.accordion-item input {
	background-color: #efefef;
}
.accordion-item [class^=col-] {
    margin-top: 1.2rem !important;
}
.accordion-item > .accordion-collapse {
    padding-bottom: 1.3rem !important;
}

