@import url("https://fonts.verwaltungsportal.de/import/?family=Lato:400,400i,700,700i,900,900i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Caveat:400,500,600,700");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #f0f5fa;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #293685 #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #333333;
	background: #fff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #293685;
}

a:is(:hover, :focus) {
	color: #293685;
	text-decoration: underline;
}

:not(.cc_banner-wrapper, [id^="search_input"], [id^="search_submit"]):focus-visible,
#vernetzt:focus-visible span {
	background-color: #fff !important;
	color: #293685 !important;
	z-index: 100;
	text-decoration: none;
	outline: 2px solid #293685;
}

#nw6 .tab_link_mehr_main a:focus-visible,
#scrollTopBtn:focus-visible {
	background-image: none !important;
}

#menu li ul a:focus-visible::after {
	display: none;
}

:is([id^="search_input"], [id^="search_submit"]):focus-visible {
	outline: 2px solid #000;
}

.linkUnderline a:not(.has-image, .shareButtonLink) {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

.linkUnderline a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
	text-decoration-color: transparent;
}

b,
strong {
	font-weight: 700;
}

.rowGap {
	row-gap: 30px;
}

.rowGap60 {
	row-gap: 60px;
}

.flexColumn {
	display: flex;
	flex-direction: column;
}

:root {
	--sidePaddingMax: calc((1920px - var(--gridSize)) / 2);
	--gridSize: 1200px;
}

@media (min-width: 992px) {
	:root {
		--sidePadding: calc((100vw - 992px) / 2);
	}
}
@media (min-width: 1200px) {
	:root {
		--sidePadding: calc((100vw - var(--gridSize)) / 2);
	}
}
@media (min-width: 1920px) {
	:root {
		--sidePadding: var(--sidePaddingMax);
	}
}

/* Verläufe */

:root {
	--bgNavGradient: linear-gradient(to right, #293685 0%, #293685 25%, #293685 75%, #293685 100%);
	--bgButtonGradient: linear-gradient(to right, #0e4194 0%, #216fc9 25%, #216fc9 75%, #0e4194 100%);
	--bgGradientSize: 400% 100%;
	--bgGradientPosition: center left 0;
	--bgGradientTransition: background-position 400ms, color 400ms, opacity 300ms;
	--bgGradientPositionHover: center left 100%;
	--bgTabGradient: linear-gradient(to right, #293685, #293685);
	--bgWideGradient: linear-gradient(to right, #293685, #293685, #293685, #293685);
}

.row {
	max-width: 1440px;
	width: 100%;
}


#topbar {
	background-color: #fff;
	padding: 15px 0;
}

.social .btgrid img {
	max-width: 40px;
}
/* -------------------------------------------- @nav1 Navigation ------------------------------------------- */

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

@media (min-width: 992px) {
	#logo img {
		max-width: 340px;
		width: 100%;
	}
}

@media (max-width: 991px) {
	#logo img {
		max-width: 210px;
		width: 100%;
	}
}

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		padding: 10px 0;
		position: static !important;
		background-color: #ffffff;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton:before, #burgerButton:after, #burgerButtonInner {
		background-color: #293685;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition: transform 200ms linear, opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]:before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton:before {
		top: 24px;
	}

	#burgerButton:after {
		top: 32px;
	}

	#burgerButton:before, #burgerButton:after {
		content: "";
		display: block;
	}

	.navbar-nav {
		margin: 20px 0;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #293685;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

   .navbar-header {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
	}

	.dropdown-toggle-button-wrapper {
		top: 7px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 4px;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		background-color: #293685;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		padding: 16px 0;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav>li {
		flex-grow: 1;
	}

	nav.horizontally .navbar-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear;
	}

	nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav li {
		position: relative;
	}

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
	nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
	}

	nav.horizontally .navbar-nav li:is(:hover, :focus-within)>ul {
		z-index: 1003;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

nav.horizontally a[class*="toplevel"] {
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 15px 35px 15px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] {
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 14px 5px 16px 5px;
		text-align: center;
	}
}

nav.horizontally a[class*="toplevel"]::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	bottom: 0;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	transition: width 300ms linear;
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
	color: #fff;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
	width: 100%;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

nav.horizontally [class*="toplevel"] ul {
	background: #293685;
}

nav.horizontally [class*="secondlevel"]>ul {
	background: #293685;
}

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"]>ul {
		padding: 10px;
	}
}

@media(min-width:992px) {

	nav.horizontally [class*="toplevel"] ul {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	nav.horizontally [class*="toplevel"]>ul {
		left: 50%;
		transform: translate(-50%, 0);
	}

	nav.horizontally [class*="secondlevel"]>ul {
		margin-top: -30px;
		margin-left: 10px;
	}

	nav.horizontally [class*="secondlevel"]>ul::before {
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	padding: 8px 25px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: center;
		padding: 13px 25px;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
	background: rgba(255, 255, 255, 1);
	color: #293685;
}

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
	max-height: clamp(300px, 58vw, 450px);
	position: relative;
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(300px, 70vw, 760px);
	}

	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}
}

#headerpic {
	padding: 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	#bannerOverlay {
		position: absolute;
		right: 0;
		bottom: 40px;
		left: 0;
		z-index: 53;
		pointer-events: none;
	}
}

.slider-wrapper,
#slider {
	height: 100%;
}

.slider-mask {
	display: none;
}

/* #endregion --------------------------------- banner ------------------------------------------ */

/* #region --------------------------------- scroll bottom -------------------------------------- */

#scrollBottom a {
	position: relative;
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
	margin: clamp(50px, 7vw, 70px) auto 10px auto;
	text-align: center;
	background-color: rgba(41, 54, 133, 0.9);
	border: 2px solid #deeaf3;
	pointer-events: auto;
	animation: bounceAni 2s infinite 2s;
	transition: all 0.2s ease-in;
}

#scrollBottom a:is(:hover, :focus) {
	background-color: #333333;
	animation-play-state: paused;
}

#scrollBottom a::after,
#scrollBottom a::before {
	position: absolute;
	content: "";
}

#scrollBottom a::after {
	left: 8px;
	top: 9px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-left: 2px solid #deeaf3;
	border-bottom: 2px solid #deeaf3;
	transform: rotate(-45deg);
	transition: border 300ms linear;
}

#scrollBottom a::before {
	left: 12px;
	top: 7px;
	width: 2px;
	height: 12px;
	background-color: #deeaf3;
}

@keyframes bounceAni {
	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

/* #endregion ------------------------------ scroll bottom -------------------------------------- */

/* ------------------------------------------------ content ----------------------------------------------- */

main {
	text-align: left;
	padding-block: clamp(45px, 5vw, 70px);
}

#contentWrap > hr {
	background: #293685;
	opacity: 0.1;
	height: 2px;
	border: none;
	margin-block: clamp(45px, 5vw, 70px);
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #293685;
	font-weight: 900;
	line-height: 1.2;
	font-family: "Lato", sans-serif;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 5.5vw, 2rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 5vw, 1.875rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.625rem, 4.5vw, 1.75rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(1.5rem, 4vw, 1.625rem);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.375rem, 3.5vw, 1.5rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.25rem, 3vw, 1.375rem);
}

/* ----------------------------------------------- @6nw news -------------------------------------------- */

#nw6 {
	font-size: 1rem;
	margin-bottom: 60px;
}

#nw6 .tabHeadline {
	margin-bottom: 5px;
}

#nw6 > .row {
	row-gap: 30px;
}

#nw6 .tab_link_entries {
	display: grid;
	gap: 30px;
}

@media (min-width: 576px) {
	#nw6 .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	#nw6 .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#nw6 .tab_link_entry {
	text-align: left;
	position: relative;
	width: 100%;
	border-bottom: none !important;
	padding: 200px 20px 20px 20px;
	background: #ffffff;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	display: flex;
	gap: 5px;
	transition:
		background 300ms,
		box-shadow 300ms;
	border-radius: 4px;
}

#nw6 .tab_link_entry:is(:hover, :focus) {
	background: #d9e7f5;
	box-shadow: none;
}

#nw6 .tab_link_entry::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 186px;
	background:
		center / cover no-repeat,
		#f0f5fa;
	border-radius: 4px 4px 0 0;
}

#nw6 .tab_link_entry::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 186px;
	background: linear-gradient(to bottom, #0e4194, #216fc9, #f0f5fa);
	opacity: 0;
	transition: opacity 300ms;
	border-radius: 4px 4px 0 0;
}

#nw6 .tab_link_entry:is(:hover, :focus)::after {
	opacity: 0.5;
}

#nw6 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	height: 186px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 4px 4px 0 0;
}

#nw6 .tab_preview_picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}

#nw6 .tab_link_title {
	order: 1;
}

#nw6 .tab_date {
	order: 2;
	font-style: italic;
}

#nw6 .vorschau {
	order: 3;
}

#nw6 .tab_spacer {
	display: none;
}

#nw6 .tab_link_title a {
	color: #293685;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

#nw6 .tab_link_entry > div:nth-last-child(2) {
	display: none;
}

#nw6 a:hover,
#nw6 a:focus {
	text-decoration: none;
}

/* ----------------------------------------- @6nw tab_link_mehr_main ---------------------------------------- */

#nw6 .tab_link_mehr_main {
	color: transparent;
	font-size: 0;
	text-align: right;
}

#nw6 .tab_link_mehr_main a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	padding: 10px 25px;
	background: var(--bgButtonGradient);
	background-size: var(--bgGradientSize);
	background-position: var(--bgGradientPosition);
	transition: var(--bgGradientTransition);
	border-radius: 4px;
}

#nw6 .tab_link_mehr_main a::after {
	content: " »";
}

@media (min-width: 992px) {
	#nw6 .tab_link_mehr_main a {
		padding: 10px 45px;
	}
}

#nw6 .tab_link_mehr_main a:hover,
#nw6 .tab_link_mehr_main a:focus {
	background-position: var(--bgGradientPositionHover);
}

/* #region -------------------------------------- tabs ------------------------------------------ */

#tabsRight .tab {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 45px 0 0 0;
	background: #ffffff;
	font-size: 0.9375rem;
	border-top: 4px solid #293685;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 4px 4px;
}

#tabsRight .tab::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	background: url("../img/icon-trumpet.png"), #293685;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	background-position: center !important;
	background-repeat: no-repeat !important;
}

#tabsRight #tab2::before {
	background: url("../img/icon-instagram.png"), #293685;
}

#tabsRight #tab3::before {
	background: url("../img/icon-like.png"), #293685;
}

#tabsRight #tab3 .tabContent {
	padding: 30px;
	padding-top: 0;
}

#tabsRight .tab :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
	font-size: 1.4375rem;
	margin: 0 0 16px 0;
	text-align: center;
}

#tabsRight .tab a:has(img) {
	display: inline-block;
	background: #293685;
	min-width: 50px;
	min-height: 50px;
	border-radius: 25px;
	margin: 8px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	align-content: center;
	transition: background 300ms;
	color: #fff;
	text-decoration: none !important;
}

#tabsRight .tab a:has(img):is(:hover, :focus) {
	background: #293685;
}

/* #endregion ----------------------------------- tabs ------------------------------------------ */

/* #region ----------------------------------- stickyButton ------------------------------------------- */

#stickyButton .tab {
	color: #fff;
	padding-left: 70px;
	min-height: 60px;
	border-radius: 30px 0 0 30px;
	position: relative;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	padding-block: 5px;
	padding-right: clamp(15px, 4vw, 60px);
	overflow: hidden;
	pointer-events: all;
	margin-left: 15px;
	background: var(--bgNavGradient);
	background-size: var(--bgGradientSize);
	background-position: var(--bgGradientPosition);
	transition: var(--bgGradientTransition);
	line-height: 1;
	align-content: center;
}

#stickyButton .tab:is(:hover, :focus) {
	background-position: var(--bgGradientPositionHover);
}

#stickyButton .tab::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100vw;
	min-height: 100%;
	width: 60px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	background: url(../img/icon-aniversary.png), #293685;
	background-repeat: no-repeat;
	background-position: center;
}

#stickyButton .tab a {
	color: #fff;
	text-decoration: none !important;
}

#stickyButton .tab a::after {
	content: "";
	position: absolute;
	inset: -100vw;
}

#stickyButton {
	position: fixed;
	bottom: 15px;
	right: 0;
	pointer-events: none;
	min-width: 250px;
	z-index: 100;
}

@media (min-width: 992px) {
	#stickyButton {
		width: 50vw;
	}
}

@media (min-width: 1700px) {
	#stickyButton {
		bottom: 100px;
		width: calc(var(--sidePadding) - 15px);
	}
}

/* #endregion ----------------------------------- stickyButton ------------------------------------------ */

/* ----------------------------------------------- @16f footer ----------------------------------------------- */

#f16 {
	color: #ffffff;
	padding-top: 35px;
	padding-bottom: 40px;
	background-color: #293685;
}

@media (min-width: 768px) {
	#f16>*+* {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	#f16 .row>.col-xs-12:not(:first-child)::before {
		background: #ffffff;
		content: " ";
		height: 1px;
		width: 100%;
		display: block;
		margin: 25px 0;
		opacity: 0.2;
	}

	#f16 .row>.col-xs-12.hidden-xs~.col-xs-12::before,
	#f16 .row>.col-xs-12.hidden-sm~.col-xs-12::before {
		display: none;
	}

	#f16 .row:last-child>.col-xs-12::before {
		background: #ffffff;
		content: " ";
		height: 1px;
		width: 100%;
		display: block;
		margin: 25px 0;
		opacity: 0.2;
	}
}

/* --------------------------------------------- contactSocial -------------------------------------------- */

#f16 .contactSocial p {
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
	gap: 16px;
	text-align: right;
	font-size: 0.8125rem;
	color: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

#vernetzt strong {
	color: #fff;
	font-weight: 400;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
	color: #ffffff;
}

#innerfooter a {
	color: #ffffff;
	font-weight: 400;
	font-size: 0.9375rem;
	text-decoration: none;
	display: inline-block;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #fff;
}

#innerfooter li+li::before {
	content: "•";
	margin: 0 15px;
}

@media (min-width: 1200px) {
	#innerfooter li+li::before {
		margin: 0 20px;
	}
}

@media (max-width: 767px) {
	#innerfooter li {
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}

	#innerfooter li+li::before {
		display: none;
	}
}


#googleMaps .row {
    max-width: none;
}

#googleMaps .template-page .row,
#googleMaps .template-page .row [class^="col"] {
    margin: 0;
    padding: 0;
}

#googleMaps iframe, #googleMaps .iframe-wrapper-manual-enabling {
    display: block;
    width: 100% !important;
}



#breaker {
	padding: 150px 0;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Caveat", cursive;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 700;
	color: #fff;
	background-color: #293685;
}