:root {
	--brand-primary-1-color: #FFD700;
	--brand-primary-2-color: #002E3C;
	--brand-primary-3-color: #F1EFED;
	--brand-primary-1-hover: #FFC700;
	--level-1-color: #ECEFF2;
	--level-2-color: #CED8DA;
	--level-3-color: #ABBAC0;
	--level-4-color: #83989F;
	--level-5-color: #506C74;
	--level-6-color: #2D5562;
	--level-8-color: #002530;
	--level-5-color-dark: #92A4AB;
	--level-6-color-dark: #B7C4C9;
	--level-7-color-dark: #DBE2E5;
	--negative-text-color: #DBE2E5;
	--brand-primary-1-accent: #FFC700;
	--brand-primary-2-accent: #00333d;
	--functional-color-red: #C5000E;
}

::selection {
    color: var(--brand-primary-2-color);
    background: var(--level-3-color);
}

/*FontFaces*/
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Gotham-400-Book.woff2") format("woff2"),
		url("../fonts/Gotham-400-Book.woff") format("woff");
	}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Gotham-500-Medium.woff2") format("woff2"),
		url("../fonts/Gotham-500-Medium.woff") format("woff");
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Gotham-700-Bold.woff2") format("woff2"),
		url("../fonts/Gotham-700-Bold.woff") format("woff");
}

/* IcoMoon Fonts */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?mncr94');
	src: url('../fonts/icomoon.eot?mncr94#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?mncr94') format('truetype'),
		url('../fonts/icomoon.woff?mncr94') format('woff'),
		url('../fonts/icomoon.svg?mncr94#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
  
/* coba icons fonts */
@font-face {
font-family: 'coba-solid';
	src: url('../fonts/coba-solid.eot?hjxly9');
	src: url('../fonts/coba-solid.eot?hjxly9#iefix') format('embedded-opentype'),
		url('../fonts/coba-solid.ttf?hjxly9') format('truetype'),
		url('../fonts/coba-solid.woff?hjxly9') format('woff'),
		url('../fonts/coba-solid.svg?hjxly9#coba-solid') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'coba-outline';
	src: url('../fonts/coba-outline.eot?hjxly9');
	src: url('../fonts/coba-outline.eot?hjxly9#iefix') format('embedded-opentype'),
		url('../fonts/coba-outline.ttf?hjxly9') format('truetype'),
		url('../fonts/coba-outline.woff?hjxly9') format('woff'),
		url('../fonts/coba-outline.svg?hjxly9#coba-outline') format('svg');
	font-weight: normal;
	font-style: normal;
}

.mainWrapper{ font-family: 'Gotham'; font-size: 14px; line-height: 1.5; color: var(--brand-primary-2-color); font-weight: 400; }
.contentPlate{ width: 100%; background: #fff; box-sizing: border-box; margin-bottom: 32px; padding: 16px; }
.mainWrapper h1 { 
	font-family: 'Gotham';
	font-size: 26px;
	line-height: 32px;
	margin: 24px 16px 8px 25px;
	font-weight: 400;
	color: var(--brand-primary-2-color);
}

#sortPanelReserve.hidden { display:none; }
/* #sortPanel, #sortPanelReserve{ width: 100%; margin: 0; padding: 5px 0 23px 0; height: 21px; border-bottom: 1px solid var(--level-2-color); overflow: hidden; position: relative; } */
/* #sortPanel, #sortPanel li{ -webkit-box-sizing: content-box !important; -moz-box-sizing: content-box !important; box-sizing: content-box !important; } */
/* #sortPanel li{ font-size: 14px; color: var(--level-5-color-dark); cursor: pointer; font-weight: 600; list-style: none outside none; text-align: center; text-transform: uppercase; display: inline-block; padding: 0 10px 0 10px; width: 14px; } */
/* #sortPanel li.active, #sortPanel li:hover{ color: var(--brand-primary-2-color); } */
/* #sortPanel li.inactive{ color: var(--negative-text-color); cursor: default; } */
/* #sortPanel.sticky{ position: fixed; top: 0; box-shadow: 0 6px 4px -5px rgba(0,0,0,0.2); background: #fff; padding-top:68px; z-index:100; } */
#sortPanel {
	margin: 0 -16px;
}
#sortPanel.sticky{
	position: fixed;
	top: 0;
	box-shadow: 0 6px 4px -5px rgba(0,0,0,0.2);
	background: #fff;
	padding-top: 68px;
	z-index: 100;
}
#resultContainer{ padding-bottom: 24px; margin: 0; }
/* #resultContainer li{ list-style: none outside none; } */
#resultContainer div.letter{
	font-family: 'Gotham';
	font-size: 20px;
	margin: 0;
	padding: 16px;
	background-color: var(--brand-primary-2-color);
	font-weight: 500;
	color: var(--negative-text-color);
}
/* #resultContainer li.link{ font-size: 14px; line-height: 21px; font-weight: bold; margin-bottom:17px; } */
#resultContainer li.link a, .branchListLink, .mailtoLink{ color: var(--brand-primary-2-color); text-decoration: none; position: relative; padding-left:19px; display: inline-block; }
#resultContainer li.link a:hover, .branchListLink:hover, .mailtoLink:hover{ text-decoration: underline; }
/* #resultContainer li.link a::before, .branchListLink::before, .mailtoLink:before{ font-family: 'iconfont'; font-style: normal; font-weight: normal; color: #fc3; content: "\e028"; text-decoration: none; display: inline-block; position: absolute; left: 0; top: .25em; width: 1em; height: .9em; line-height: 1.1em; overflow: hidden; font-size: 1em; } */
.branchListLink::before, .mailtoLink:before{ font-family: 'iconfont'; font-style: normal; font-weight: normal; color: #fc3; content: "\e028"; text-decoration: none; display: inline-block; position: absolute; left: 0; top: .25em; width: 1em; height: .9em; line-height: 1.1em; overflow: hidden; font-size: 1em; }
#resultContainer li.separator, .contentPlate.branch .separator{ width:100%; height:1px; background: var(--level-2-color); margin-bottom:24px; margin-top: 24px; }
.clearfix{ clear:both; }
#sortPanel .arrow{ top:0; position: absolute; font-family: 'iconfont'; font-style: normal; font-weight: normal; font-size: 20px; padding: 0; color: var(--brand-primary-2-color); cursor: pointer; }
#sortPanel.sticky .arrow{ top: 63px; }
#sort_right{ right:0; }
#sort_left{ left:-4px; }
#sort_right::before{ content: "\e026"; }
#sort_left::before{ content: "\e023"; }
/* #sortPanel li.hidden{ display: none; } */
.branchH2 {
	font-family: 'Gotham';
	line-height: 26px;
	font-size: 20px;
	font-weight: 400;
	margin:0;
}
.branchP2, .branchHoursRow{ font-size: 15px; line-height: 21px;}
.branchP22{ font-family: 'Gotham'; font-size: 15px; line-height: 21px; font-weight: 500; position:relative;}
#branchEmail { display: none; }
.mailtoLink { font-weight: bold; }
.branchFaqLink, .branchAppointmentLink{ margin-left: 16px; width: 100%; }
.branchHours { box-sizing: border-box; width: 66.66%; float:left; padding-right:16px; min-height: 380px; }
.branchHours.sbBranch{ width: 100%; padding-right: 0px; }
.branchHours .branchH2 { margin-bottom: 32px; }
.branchHoursRow{ position: relative; box-sizing: border-box; width:100%; border-top:1px solid var(--level-2-color); padding: 16px 8px 16px 0; }
.branchHoursRow.passedDay{color: #6e6e6e;}
.branchHoursRow.today{font-weight: bold;}
.branchHoursSubRow{ margin-top:17px; }
.branchHoursSubRow.last{ margin: 16px 0; }
.icon-link.filialsuche { margin-bottom: 4px; }
.branchImage{ display:block; box-sizing: border-box; width:33.33%; float:left; height: 231px; }
.branchInfoContainer{ box-sizing: border-box; width:66.66%; float:left; position: relative; }
.branchInfo{ box-sizing: border-box; width:50%; padding-left:16px; float:left; }
.branchInfo.last{ box-sizing: border-box; width:50%; padding-left:16px; float:left; }
.filialsuchePanel{ display:flex; flex-direction: column; box-sizing: border-box; width:33.34%; float:left; border-top:8px solid #fc3; box-shadow: 1px 1px 4px #949494; background: #fff; color:var(--brand-primary-2-color); text-decoration: none; }
.filialsuchePanel img{ display:block; box-sizing: border-box; width:100%; }
.filialsucheInfo{ padding: 16px; }
.iconBlock{ box-sizing: border-box; width: 25%; padding-left:16px; float:left; }
.icon-block-container {
	margin: 24px -16px 30px -16px;
	padding: 10px 26px;
	background-color: var(--brand-primary-3-color);
}

.icon-block-container .branchH2 {
	padding: 20px 0;
}
.icon-block-inner { position: relative; padding-bottom: 24px; }
.icon-block-inner.threeIcons .iconBlock{ width: 33.33%; }
.icon-block-inner.twoIcons .iconBlock{ width: 50%; }
.icon-block-inner.oneIcon .iconBlock{ width: 100%; }
.twoIcons .cifTooltip { right: 40px; }
.iconBlock.last { padding-left:0; }
.iconBlock img { display: block; width: 120px; height: 120px; margin: 0px auto; }
.iconBlock .branchP2{ width:100%; text-align:center; }
.branchTableWrapper {
	box-sizing: border-box;
	width: 100%;
	overflow-y: auto;
	max-height: 215px;
}
.nearestWrapper{ box-sizing: border-box; width:100%; overflow-x: auto; }
.nearestInside{ min-width:630px; box-sizing: border-box; width:100%; }
.branchCol1, .branchCol2, .branchCol3{ box-sizing: border-box; float:left; }
.branchCol1{ width:30%; padding-right: 16px; display: flex; align-items: center; }
.branchCol2{ width:50%; padding-right: 16px; }
.branchCol3{ width:20%; padding-right: 16px; }
.headRow { border-bottom: 1px solid var(--level-4-color); padding-bottom: 8px; margin: 17px 16px 0 16px; }
.headRow .branchCol3 span{ display:inline-block; float:right; width:45px; text-align:center; }
.tableRow{ display:block; padding: 8px 0; color: var(--brand-primary-2-color); }
.tableRow:not(:last-child){ border-bottom:1px solid var(--level-2-color); }
.tableRow .branchCol3 .km{ display:inline-block; float:right; width:45px; text-align:right; }
.tableRow .branchCol3 .barrier{ display:inline-block; float:right; height:21px; margin-right:16px; }
.icon-link.last { margin-top: 15px; margin-bottom: 4px; }
.branchHours .day{ display:inline-block; width: 140px;}
.branchHours .hours{ display:inline-block; min-width: 130px;}
.tablet{ display: none; }
.mobile{ display: none; }
.branchHours .day.mobile{ display:none; }
.searchRow {
	display: flex;
	align-items: center;
	padding: 0 16px 0 16px;
	margin-bottom: 14px;
}
#kasseSectionContainer h2{ margin-top:24px; }
#hoursContainer { position: relative; }
.suspendedBranch { padding: 16px; margin-bottom: 17px; font-weight: bold; font-size: 16px; background-color: var(--brand-primary-1-hover); z-index: 10; word-break: break-word; border-radius: 24px; }
.tableRow .branchP2.suspendedBranch { font-size: 15px; padding: 0px 5px; line-height: 21px; }
.infoBlockIcon { position: relative; }
.infoBlockIcon img { width: 19px; margin-left: 0.5rem; vertical-align: text-bottom; }
@media (min-width:800px) and (max-width:850px) {
	.suspendedBranch { line-height: 25px; }
}
@media (max-width:799px) {
	.branchImage{ width: 100%; margin-bottom:17px; }
	.branchInfoContainer{ width: 100%; }
	.branchInfo{ padding-left: 0; width: 50%; }
	.branchHours{ width: 100%; padding-right: 0px; min-height: 1px; }
	.branchHours.sbBranch .suspendedBranch { margin-bottom: 3px; }
	.filialsuchePanel{ display: none; }
	.tablet{ display: block; }
	.filialsuchePanel.tablet{ display: block; width: 100%; float: none; }
	.filialsuchePanel.tablet img{ width:50%; float:left; }
	.filialsuchePanel.tablet img.mobile{ display: none; }
	.filialsuchePanel.tablet .filialsucheInfo{ box-sizing: border-box; width: 50%; float:left; }
	.branchTableWrapper{ max-height:231px; }
	.branchFaqLink, .branchAppointmentLink{ margin-left: 0; }
	.cards-custom-item-wrapper.cards-mobile { width: 100% !important; display: inline-block !important; margin-bottom: 20px; }
	.card-mobile-only {
		display: block !important;
	}
	.cards-custom-item-wrapper:not(.cards-mobile) { display: none !important; }

	.branch-link-wrapper {
		position: static !important;
		bottom: unset !important;
	}

	.branchInfoContainer {
		height: unset !important;
	}

	.free-checking-account {
		margin-left: 0 !important;
	}
}
@media (max-width:599px) {
	.mainWrapper h1{ margin-left: 18px; margin-right: 8px; }
	.contentPlate{ padding: 16px 0; }
	.contentPlate.branch{ padding: 8px; font-family: 'Gotham'; font-weight: 400; }
	.branchInfo{ width: 100%; }
	.branchInfo.last{ width: 100%; padding-left:0; padding-top:17px; }
	.branchHours .day{ display: none; }
	.branchHours .day.mobile{ display:inline-block; width: 30px; }
	.branchHours .hours{ min-width: 125px; }
	.branchHours.sbBranch .suspendedBranch { margin-bottom: 3px; }
	.filialsuchePanel.tablet img{ display:none; }
	.filialsuchePanel.tablet img.mobile{ display:block; width:100%; float:left; }
	.filialsuchePanel.tablet .filialsucheInfo{ box-sizing: border-box; width: 100%; float:left; padding: 8px; }
	.icon-block-inner .iconBlock{ box-sizing: border-box; width: 100% !important; padding-left:0; float:none; margin-top:24px; }
	.icon-block-inner .iconBlock img{ margin:4px 16px 0 0; width: 62px; height: auto; float:left; }
	.icon-block-inner .iconBlock .branchP2{ width:auto; text-align:left; float:none; padding-left: 78px; }
	#servicesIcon{ margin-top: 17px; }
	.icon-block-container {
		margin: 24px -8px;
		padding: 10px 16px;
	}
	#sortPanel {
		margin: 0;
	}
	#resultContainer div.letter {
		margin: 0;
	}

	#barrierIcon img {
		margin-top: -6px;
	}

	#vaultIcon img, #geldautomatIcon img {
		margin-top: -8px;
	}

	#servicesIcon img {
		margin-top: 0;
	}

	#infoBlockContainer { 
		padding-bottom: 18px !important;
	}
	
	.pagination.letters {
		justify-content: space-between !important;
	}

	.pagination.letters ul {
		padding: 0 !important;
	}
}

@media (max-width: 370px) {
	.title-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.icon-link.filialsucheLink.icon-link-mobile {
		align-self: flex-end;
	}
}
/* #SearchField.Disabled { background: transparent; } */
/* #SearchField { width: 100%; padding: 0 6px 0 6px; margin: 0; background-color: transparent; line-height: 34px; vertical-align: middle; display: block; border:0; outline:none; font-size:14px; font-family: "Gotham","Arial Bold",Arial,sans-serif; } */
/* #SearchField { width: 100%; padding: 0 6px 0 6px; margin: 0; background-color: transparent; line-height: 34px; vertical-align: middle; display: block; border:0; outline:none; font-size:14px; font-family: 'Gotham' } */
/* #SearchField::-webkit-input-placeholder { line-height: normal; } */
/* #SearchFieldContainer { width: 50%; float:left; height: 34px; background-color: #FFF; border: 1px solid #BEBEBE; line-height: 34px; vertical-align: middle; background-color: #F4F4F4; overflow:hidden; font-size:14px; box-sizing: border-box; } */
/* #SearchFieldButtons { width: 50%; float:left; } */
/* #SearchButton { width: 83px; height: 34px; padding: 2px 0 0 0; text-align: center; font-weight: bold; cursor: pointer; border: 0px solid; outline: none; pointer-events: auto; color: #000; background: #fff; display:block; float:left; margin-left: 20px; font-size:14px; font-family: "Gotham","Arial Bold",Arial,sans-serif; } */
/* #SearchButton { width: 83px; height: 34px; padding: 2px 0 0 0; text-align: center; font-weight: 700; cursor: pointer; border: 0px solid; outline: none; pointer-events: auto; color: #000; background: #fff; display:block; float:left; margin-left: 20px; font-size:14px; font-family: 'Gotham' } */
.icon-link.filialsucheLink { 
	width: 30%;
	justify-content: end;
}
/* #SearchButton.Disabled, #SearchButton.Disabled:hover{ color: #949494; cursor: default; outline: none; pointer-events: none; background: #dddddd; } */
/* #SearchButton:hover, #SearchButton:focus{ color:#666; } */
.SearchButtonIcon:before{ content: "\e016"; font-family: 'iconfont'; font-style: normal; font-weight: normal; font-size: 20px; padding: 0; }
.SearchButtonIcon{ display:none; }
.SearchButtonText{ display:inline-block; }
@media (max-width:489px) {
	.SearchButtonIcon{ display:inline-block; }
	.SearchButtonText{ display:none; }
	/* #SearchButton{ width:40px; margin-left:10px; } */
}
#barrierIcon:hover + .barrierTooltip { display: inline-block; }
.cifTooltip { position: absolute; top: 181px; right: -84px; display: none; max-width: 392px; padding: 0px; margin: 0px; font-weight: normal; border: 1px solid var(--level-2-color); border-radius: 16px; box-shadow: 0 16px 24px -8px rgba(0,37,48,0.20); pointer-events: none; background: #fff; color: var(--brand-primary-2-color); z-index: 1;
}
.cifTooltip .body { padding: 16px; min-width: 272px; font-size: 14px; line-height: 21px; }
#nearestContainer .cifTooltip .body { padding: 8px 16px; min-width: 272px; font-size: 14px; line-height: 21px; }
.barrierTooltip.cifTooltip {
	top: 146px;
}
#barrierIcon .barrierInfo { display: none; }
.threeIcons .cifTooltip { right: -40px; }
@media (max-width:1160px) {
	.cifTooltip { top: 85px; right: 20%; }
	.twoIcons .cifTooltip { right: 32%; }
	.threeIcons .cifTooltip { right: 26%; }
}
@media (max-width:599px) {
	.cifTooltip { display: none !important; }
	#barrierIcon .barrierInfo { display: block; }
}
.tooltipped:hover > .cifTooltip { display: inline-block; }
.dateTooltip { z-index: 1; top: -1px; right: 0; width: 115px; font-weight: 400; }
.cifTooltip.dateTooltip .body { min-width: 77px; font-size: 14px; text-align: center; }
.infoBlockTooltip { z-index: 10; top: -1px; left: 40px; max-width: fit-content; font-weight: 400; }
.cifTooltip.infoBlockTooltip .body { font-size: 14px; }

.icon-link {
	display: flex;
	align-items: center;
	color: var(--brand-primary-2-color);
	padding-top: 10px;
	width: fit-content;
}

.icon-link:hover {
	transform: translate(4px, 0);
}

.icon-link.animate-up:hover {
	transform: translate(0, -4px);
}

@media screen and (prefers-reduced-motion: no-preference) {
	.icon-link {
		transition: transform 300ms ease-in-out;
	}
}

.icon-link .icon-link-text {
	margin-left: 12px;
	font-size: 0.9375rem;
	letter-spacing: 0.1px;
	font-family: 'Gotham';
	font-weight: 500;
}

.icon-link:hover .icon-link-text {
	color: var(--level-8-color);
}

.icon-link-icon {
	display: flex;
	align-items: center;
	width: max-content;
	height: 1.5rem;
	width: 1.5rem;
}

.icon-link-icon::before {
	content: '\e94c';
	font-family: 'coba-outline';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: var(--brand-primary-2-color);
	width: 24px;
}

.icon-link button {
	display: flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	background-color: transparent;
	border: none;
	padding: 4px 0;
	outline: none !important;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	max-width: inherit;
	text-align: left;
	box-shadow: unset;
}

.icon-link button:focus::after {
	content: '';
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 2px solid var(--brand-primary-2-color);
	border-radius: 6px;
	pointer-events: none;
}

/* Click List styles */

.click-list-item {
	display: flex;
	width: auto;
	padding: 0px 16px;
	color: var(--brand-primary-2-color);
	height: 80px;
	align-content: center;
	border-radius: 16px;
	text-decoration: none;
}

.click-list-item .list-item-container {
	flex: auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--level-2-color);
	position: relative;
}

.click-list-item:last-child .list-item-container {
	border-bottom: none;
}

.click-list-item .list-item-container::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -16px;
	right: -16px;
	border-radius: 16px;
	pointer-events: none;
	border: none;
}

.click-list-item:focus {
	outline: none;
	border: none;
}

.click-list-item:focus .list-item-container::before {
	border: 2px solid var(--brand-primary-2-color);
}

.click-list-item .list-item-container::after {
	content: '\e950';
	font-family: 'coba-outline';
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: var(--brand-primary-2-color);
	width: 24px;
	align-items: center;
	display: flex;
}

@media screen and (prefers-reduced-motion:no-preference) {
	.click-list-item .list-item-container::after {
		transition: all 300ms;
	}

	.click-list-item:hover .list-item-container::after, .click-list-item:focus .list-item-container::after {
		transform: translateX(8px);
	}
}

.click-list-item .text {
	flex: auto;
	font-size: 17px;
}

.click-list-item:hover, .click-list-item:focus {
	color: var(--brand-primary-2-color);
	text-decoration: none;
	outline: none;
}

.click-list-item:hover {
	background-color: var(--level-1-color);
}

@media screen and (prefers-reduced-motion: no-preference) {
	.click-list-item:hover {
		transition: background-color 400ms;
	}
}

.click-list-item:active, .click-list-item:visited {
	color: var(--brand-primary-2-color);
}

.click-list-item .branchStatus {
	display: inline-flex;
	padding: 2px 8px;
	padding-left: 30px;
	border-radius: 8px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--brand-primary-1-color) !important;
}

.click-list-item .text span:first-child {
	margin-right: 12px;
}

.click-list-item .branchStatus.info {
	background: url('img/information.svg') center left 8px / 17px no-repeat;
}

.click-list-item .branchStatus.warning {
	background: url('img/alert.svg') center left 8px / 17px no-repeat;
}

.cards-custom-item-wrapper {
	position: relative;
	border-radius: 24px;
	overflow: visible;
	width: 33.34%;
	display: inline-block;
}

.cards-custom-item-wrapper:not(.cards-mobile) {
	margin-top: 4px;
}

.cards-custom-item {
	color: var(--brand-primary-2-color);
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 4px -1px rgba(0, 37, 48, 0.24);
	outline: 1px solid var(--level-4-color);
	background-color: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
}

.cards-custom-item-wrapper.active .cards-custom-item {
	box-shadow: 0 24px 48px -12px rgba(0, 37, 48, 0.16) !important;
	margin: 4px;
}

.cards-custom-item-wrapper.active .cards-custom-item-inner {
	margin: -4px;
	height: calc(100% + 8px);
}

.cards-custom-item-wrapper:hover {
	transform: translate(0, -8px);
}

.cards-custom-item-wrapper:hover .cards-custom-item {
	box-shadow: 0 16px 24px -8px rgba(0, 37, 48, 0.20);
}

.cards-custom-item img {
	margin-bottom: 24px;
	display: block;
	width: 100%;
	height: auto;
	border-style: none;
}

.cards-custom-item-inner-texts {
	margin: 16px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	flex: 1 0 auto;
}

.cards-custom-item-label {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	overflow: visible;
	text-align: left;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	max-width: inherit;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 16px;
}

.cards-custom-item-text {
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 24px;
}

@media screen and (prefers-reduced-motion: no-preference) {
	.cards-custom-item-wrapper, .cards-custom-item, .cards-custom-item-inner {
		transition-property: all;
		transition-duration: 240ms;
		transition-timing-function: cubic-bezier(0.1,0,0,1);
	}
}

.cards-custom-item-wrapper:focus-within::before {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 2px solid var(--brand-primary-2-color);
	border-radius: 24px;
	pointer-events: none;
}

.cards-custom-item-wrapper.cards-mobile {
	display: none;
}

.card-mobile-only {
	display: none;
	padding: 0 10px;
}

#SearchFieldRow {
	position: relative;
	display: flex;
	width: calc(100% - 64px);
	margin: 10px 32px 10px 0;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 30px;
	outline: 1px solid var(--level-5-color);
	background-color: white;
}

#SearchFieldRow > div {
	width: 100%;
	display: flex;
	align-items: center;
}

#searchIcon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-right: 12px;
}

#SearchFieldRow.sover {
	outline: 2px solid var(--level-6-color);
	box-shadow: 0 16px 24px -8px rgba(0,37,48,0.28);
}

#SearchFieldRow.activeInput {
	outline: 1px solid var(--brand-primary-2-color);
	box-shadow: 0 24px 48px -12px rgba(0, 37, 48, 0.24);
}

#SearchFieldRow.kbFocus::before {
	border-color: var(--brand-primary-2-color);	
}

#SearchFieldRow:before {
	content: '';
	pointer-events: none;
	background-color: transparent;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	position: absolute;
	border-radius: 36px;
	border: 2px solid transparent;
}

@media screen and (prefers-reduced-motion: no-preference) {
	#SearchFieldRow {
		transition-property: outline,box-shadow;
		transition-duration: 240ms;
		transition-timing-function: cubic-bezier(0.1,0,0,1);
	}

	#SearchFieldRow:before {
		transition: border 300ms ease-in-out;
	}
}

.searchBtnContainer:has(.backBtn.Disabled) {
	padding: 14px 24px;
}

.backBtn.Disabled {
	height: 56px;
	margin-left: -6px;
	padding: 0 37px 0 33px;
	color: var(--level-3-color);
	background-color: white;
	border: 1px solid var(--level-3-color);
	box-shadow: none;
}

#SearchField {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	line-height: 28px;
	display: block;
	border:0;
	outline: none;
	font-size: 17px;
}

#SearchField:focus {
	outline: none;
}

#SearchField::placeholder {
	color: var(--level-5-color);
	opacity: 1;
}

#SearchField::-ms-input-placeholder, #SearchField::-webkit-input-placeholder {
	color: var(--level-5-color);
	}

#SearchField::-webkit-input-placeholder {
	line-height: normal;
}

#SearchField.Disabled {
background: transparent;	
}

#SearchField.Disabled, .backBtn.Disabled, .item-row.Disabled {
	cursor: default;
	pointer-events: none;
	color: var(--level-3-color);
}

#SearchFieldContainer {
	flex: auto;
	height: 28px;
	background-color: #FFF;
	line-height: 28px;
	vertical-align: middle;
	overflow: hidden;
}

#inputClear {
	height: 24px;
	margin-left: 24px;
	padding-right: 24px;
	border-right: 1px solid var(--level-2-color);
	opacity: 0;
	cursor: pointer;
}

#SearchFieldRow.sover #inputClear.show, #SearchFieldRow.activeInput #inputClear.show {
	opacity: 1;
}

#inputClear::after {
	content: '\e92e';
	font-family: 'coba-solid';
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	color: var(--level-5-color);
}

#SearchButton {
	width: 24px;
	height: 24px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: 0px solid;
	outline: none;
	pointer-events: auto;
	color: var(--brand-primary-2-color);
	display: flex;
	align-items: center;
	margin-left: 20px;
	background-color: transparent;
	position: relative;
	box-shadow: unset;
}

#SearchButton::before {
	content: '';
	pointer-events: none;
	background-color: transparent;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	position: absolute;
	border-radius: 6px;
	border: 2px solid transparent;
	z-index: 20;
}

#SearchButton.Disabled:focus::before {
	border-color: var(--level-3-color);
}

#SearchButton:not(.Disabled):focus::before {
	border-color: var(--brand-primary-2-color);
}

@media screen and (prefers-reduced-motion: no-preference) {
	#SearchButton:focus::before {
		transition: border 300ms ease-in-out;
	}
}

#SearchButton.Disabled, #SearchButton.Disabled:hover, #searchCrossClose.Disabled, #iconSearch.Disabled, #iconGeo.Disabled{
	color: var(--level-3-color);
	cursor: default;
	outline: none;
	pointer-events: none;
}

#SearchButton svg {
	fill: var(--brand-primary-2-color);
}

#SearchButton.Disabled svg {
	fill: var(--level-3-color);
}

#SearchField input.placeholder {
	text-align: center;
}

.icon-link.filialsucheLink.icon-link-mobile {
	display: none;
	padding-right: 10px;
}

.title-wrapper {
	display: flex;
	padding-right: 16px;
	align-items: baseline;
}

.title-wrapper .icon-link-mobile {
	flex: 1;
}

@media (max-width: 650px) {
	#SearchFieldRow {
		width: 100%;
		margin-right: 0;
	}

	.icon-link.filialsucheLink:not(.icon-link-mobile) {
		display: none;
	}

	.icon-link.filialsucheLink.icon-link-mobile {
		display: flex;
	}

	.searchRow {
		flex-direction: column;
		align-items: start;
	}

	.searchRow .search-btn {
		margin: 20px 0;
	}

	.search-btn-wrapper {
		padding: 0 6px;
	}
}

.branchTable .tableRow {
	position: relative;
	outline: none;
	/* z-index: 2; */
}

.branchTable .tableRow::before {
	content: "";
	pointer-events: none;
	background-color: transparent;
	top: 0;
	right: -16px;
	bottom: 0;
	left: -16px;
	position: absolute;
	border-radius: 16px;
}

.branchTable .tableRow:focus::before {
	border: 2px solid var(--brand-primary-2-color);
}

.branch-link-wrapper {
	position: absolute;
	bottom: 0;
}

.branch-hours-wrapper, .all-locations {
	padding: 0 10px;
}

.nearest-locations {
	margin: 0 -6px;
}

.nearest-locations .branchH2, #nearestContainer {
	margin: 0 16px;
}

.branch-image-and-info {
	padding: 10px 10px 0 10px;
}

.branch-hours-wrapper {
	margin-top: 30px;
}

#kasseHoursContainer .branchHoursRow:nth-of-type(1), #hoursContainer .branchHoursRow:nth-of-type(1) {
	border-top: unset;
}

#infoBlockContainer { 
	padding-bottom: 8px;
}

.coba-primary-btn {
	display: flex;
	width: 100%;
	height: 44px;
	position: relative;
	color: var(--brand-primary-2-color);
	background-color: var(--brand-primary-1-color);
	box-shadow: 0 0 0 6px var(--brand-primary-1-color),
		0 0 0 0.5px var(--brand-primary-1-color),
		0 0 0 2px var(--brand-primary-1-color),
		0 0 0 1px var(--brand-primary-1-color) !important;
	padding: 0 32px 0 28px;
	border: 0;
	border-radius: 32px;
	cursor: pointer;
	text-decoration: none;
	align-items: center;
	font-family: 'Gotham';
	hyphens: initial;
	overflow-wrap: initial;
}

@media screen and (min-width:640px) {
	.coba-primary-btn {
		width: -moz-fit-content;
		width: fit-content;
	}
}

@media screen and (prefers-reduced-motion: no-preference) {
	.coba-primary-btn {
		transition: all 300ms ease-in-out;
		transition-property: all;
		transition-property: background-color,box-shadow,fill,outline;
	}
}

.coba-primary-btn .text {
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
	border: 0px solid transparent;
}

.coba-primary-btn:hover {
	background-color: var(--brand-primary-1-accent);
	box-shadow: 0 0 0 6px var(--brand-primary-1-accent),
		0 0 0 0.5px var(--brand-primary-1-accent),
		0 0 0 2px var(--brand-primary-1-accent),
		0 0 0 1px var(--brand-primary-1-accent) !important;
}

.coba-primary-btn.clicked {
	background-color: var(--brand-primary-1-accent);
	box-shadow: 0 0 0 0 var(--brand-primary-1-accent),
		0 0 0 0 var(--brand-primary-1-accent),
		0 0 0 0 var(--brand-primary-1-accent),
		0 0 0 0 var(--brand-primary-1-accent) !important;
}

.coba-primary-btn::after {
	content: '\e94c';
	font-family: 'coba-solid';
	margin-left: 12px;
	font-size: 24px;
}

.coba-primary-btn::before {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	bottom: 0;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-radius: 32px;
}

.coba-primary-btn:focus {
	outline: none;
}

.coba-primary-btn:focus::before {
	border: 2px solid var(--brand-primary-2-color);
}

.locations-title {
	font-weight: 500 !important;
	margin-left: 0 !important;
	padding-left: 16px;
}

.pagination.letters {
	position: sticky;
	top: 64px;
	display: flex;
	flex-direction: row;
	list-style-type: none;
	background-color: var(--brand-primary-3-color);
	padding-top: 21px;
	padding-bottom: 23px;
	justify-content: center;
	z-index: 100;
}

@media screen and (max-width:767px) {
	.pagination.letters {
		top: 64px;
	}
}

.pagination-action {
	height: 28px;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
}

.pagination.letters ul {
	column-gap: 8px;
	flex-wrap: wrap;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0 10px;
}

.pagination.letters li {
	list-style: none;
}

.pagination-action button {
	display: inline-flex;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	overflow: visible;
	text-align: left;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	max-width: inherit;
	min-width: 24px;
	height: inherit;
	position: relative;
	box-shadow: none;
	outline: none !important;
	justify-content: center;
	cursor: pointer;
}

@media screen and (prefers-reduced-motion: no-preference) {
	.action-inner-wrapper {
		transition: transform 300ms ease-in-out;
	}
}

.pagination-action .action-inner-wrapper {
	display: flex;
	padding: 2px 0;
	color: inherit;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	max-width: max-content;
	height: 1.375rem;
	box-sizing: content-box;
}

.pagination-page.inactive, .pagination-next.inactive, .pagination-prev.inactive {
	color: var(--level-3-color);
}

.pagination-page.inactive button {
	cursor: default;
}

.pagination-page button:focus .action-inner-wrapper:before, .pagination-next button:focus .action-inner-wrapper:before, .pagination-prev button:focus .action-inner-wrapper:before {
	border-color: var(--brand-primary-2-color) !important;
}

.pagination-page:not(.inactive) .action-inner-wrapper:before, .pagination-next:not(.inactive) .action-inner-wrapper:before, .pagination-prev:not(.inactive) .action-inner-wrapper:before {
	content: "";
	pointer-events: none;
	background-color: transparent;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	position: absolute;
	border-radius: 6px;
	border: 2px solid transparent;
	z-index: 20;
}

.pagination-page {
	color: var(--level-5-color);
}

.pagination-page.active, .pagination-next, .pagination-prev {
	color: var(--brand-primary-2-color);
}

.pagination-page:not(.inactive):hover, .pagination-next:not(.inactive):hover, .pagination-prev:not(.inactive):hover {
	color: var(--brand-primary-2-color);
}

.pagination-page.active .action-inner-wrapper {
	border-bottom: 2px solid;
	border-bottom-color: var(--brand-primary-2-color);
}

.pagination-next:not(.inactive) .action-inner-wrapper:active {
	transform: translate(4px, 0);
}

.pagination-prev:not(.inactive) .action-inner-wrapper:active {
	transform: translateX(-4px);
}

.pagination-next .action-inner-wrapper:after {
	content: '\e950';
	font-family: 'coba-outline';
	font-size: 24px;
	font-weight: 700;
	width: 24px;
	align-items: center;
	display: flex;
}

.pagination-prev .action-inner-wrapper:after {
	content: '\e94f';
	font-family: 'coba-outline';
	font-size: 24px;
	font-weight: 700;
	width: 24px;
	align-items: center;
	display: flex;
}

.pagination-next.inactive, .pagination-prev.inactive {
	color: var(--level-3-color);
}

.pagination-next.inactive button, .pagination-prev.inactive button {
	cursor: not-allowed;
}

.pagination-next.hide, .pagination-prev.hide {
	display: none !important;
}

.pagination-prev {
	margin-left: 10px;
}

.pagination-next {
	margin-right: 10px;
}

.marketing-card {
	margin-top: 30px !important;
}

.free-checking-account {
	margin-left: 16px;
}

@media screen and (prefers-reduced-motion: no-preference) {
	.branchTable .tableRow::before {
		transition: background-color 400ms;
	}
}

.branchTable .tableRow:hover::before {
	background-color: var(--level-1-color);
	z-index: 1;
}

.branchCol1, .branchCol2, .branchCol3 {
	z-index: 2;
	position: relative;
}

.tableRow:has(.infoBlockIcon:hover) .infoBlockTooltip {
	display: block;
}

.single-branch-h2 {
	margin: 0;
	padding: 20px 0;
	line-height: 26px;
	font-weight: 400;
	font-size: 20px;
}

.nearest-locations .single-branch-h2 {
	margin: 0 16px;
	line-height: 26px;
	font-weight: 400;
	font-size: 20px;
	padding: 0;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}