body {
  margin: 0;
  font-family: "Inter";

}

div {
	box-sizing: border-box;
}

p {
   font-size: 18px;
	line-height: 150%;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: "Inter";
	color: #333;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter";
}

a {
	text-decoration: none;
	color: #000;
}

.fullwidth, .fullwidth-border {
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
}

.fullwidth-border {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.header__nav__logo {
	height: 52px;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.hyphens-auto {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.space {
	display: block;
}

/*
** ----------------- HEROS -----------------
*/

.hero-grossesBild {
	overflow-y: hidden;
	margin-bottom: 0;
}

.hero-grossesBild > .hero__inner {
	min-height: 700px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 150px 30px 30px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hero-grossesBild > .hero__image__wrap {
	position: absolute;
	width: 100%;
}

.hero-grossesBild > .hero__image__wrap > .hero__image {
	width: 100%;
}

.hero-grossesBild .hero__inner__wrap {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.hero-grossesBild__title {
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
}

.hero-grossesBild__teaser {
	font-size: 25px;
	line-height: 1.4em;
	margin-bottom: 30px;
	max-width: 700px;
}

.hero-grossesBild__link {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 20px 20px 0;
	color: #333;
	text-decoration: none;
	transition: filter 0.2s ease-in-out;
}

.hero-grossesBild__link:hover {
	filter: brightness(1.3);
}

.hero-grossesBild__link .icon {
	font-family: 'dq-iconpicker-csicons';
	font-size: 13px;
}

.hero-grossesBild .hero__overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 768px) {
	.hero-grossesBild .hero__overlay {
		display: none;
	}

	.hero-grossesBild .hero__image__wrap {
		position: relative;
		transform: none !important;
		top: 0 !important;
		height: 200px;
		height: calc(100vw / 1.6);
		max-height: 300px;
		overflow-y: hidden;
	}

	.hero-grossesBild .hero__image {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.hero-grossesBild__title {
		font-size: 35px;
	}

	.hero-grossesBild__teaser {
		font-size: 18px;
		line-height: 1.5em;
	}

	.hero-grossesBild .hero__inner {
		padding: 10px 20px;
		min-height: 0;
	}
}

.hero-produktseite {
	overflow-y: hidden;
	margin: 0;
	background: #f2f2f2;
}

.hero-produktseite {
	font-size: 22px;
}

.hero-produktseite  .hero__inner {
	min-height: 300px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 70px 50px 50px 50px;
	display: flex;
	flex-direction: row;
	align-items: start;
}

.hero__image__outer-wrap {
	position: relative;
	display: block;
	height: 500px;
	overflow: hidden;
}

.hero-produktseite  .hero__image__wrap {
	position: absolute;
	width: 100%;
}

.hero-produktseite  .hero__image__wrap > .hero__image {
	width: 100%;
}

.hero-produktseite .hero__inner__wrap {
	display: inline-block;
	position: relative;
	max-width: 1920px;
	z-index: 2;
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.hero-produktseite__title {
	font-size: 270%;
	line-height: 1.1em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

p.hero-produktseite__teaser {
	font-size: 100%;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 600px;
	color: #222222;
}

.hero-produktseite__tags-Title {
	font-size: 30px;
	margin: 0 0 15px 0;
}

.hero-produktseite__tag {
	margin: 7px 0;
	font-size: 16px;
	color: #222222;
	line-height: 1.1em;
}

ul.hero-produktseite__breadcrumbs {
	margin: 0 0 20px 0;
	padding: 0 0 0 5px;
	list-stype-type: none;
	font-size: 14px;
}

ul.hero-produktseite__breadcrumbs > li {
	display: inline;
}

ul.hero-produktseite__breadcrumbs > li::after {
	display: inline-block;
	content:"/";
	color: #5d5d5d;
	margin: 0 4px;
}

ul.hero-produktseite__breadcrumbs > li.currentPage::after {
	display: none;
}

ul.hero-produktseite__breadcrumbs > li > a {
	text-decoration: none;
	color: #5d5d5d;
}

ul.hero-produktseite__breadcrumbs > li.currentPage > a {
	font-weight: bold;
	color: #000;
}

@media (max-width: 1400px) and (min-width: 768px) {
	.hero-produktseite {
		font-size: 18px;
	}

	.hero__image__outer-wrap {
		height: 420px;
	}

	.hero-produktseite__col-title {
		flex-basis: 50%;
		max-width: 50%;
	}

	.hero-produktseite__col-teaser {
		flex-basis: 50%;
		max-width: 50%;
	}

	.hero-produktseite__col-tags {
		flex-basis: 50%;
		max-width: 50%;
	}

	.hero-produktseite__tags-Title {
		font-size: 20px;
		color: #4b4b4b;
		margin: 0 0 5px 0;
	}

	.hero-produktseite__tag {
		display: inline;
		margin: 1px 15px 1px 0;
		font-size: 14px;
		color: #4b4b4b;
	}
}

@media (max-width: 767px) {
	.hero-produktseite {
		font-size: 18px;
	}

	.hero-produktseite .hero__image__outer-wrap {
		height: auto;
	}

	.hero-produktseite .hero__image__wrap {
		position: relative;
		transform: none !important;
		top: 0 !important;
		height: 200px;
		height: calc(100vw / 1.8);
		max-height: 300px;
		overflow-y: hidden;
	}

	.hero-produktseite .hero__image {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.hero-produktseite .hero__inner {
		padding: 35px 20px 20px 20px;
	}

	.hero-produktseite__title {
		font-size: 35px;
	}

	.hero-produktseite__teaser {
		font-size: 18px;
		line-height: 1.5em;
	}

	ul.hero-produktseite__breadcrumbs {
		display: none;
	}

	.hero-produktseite__tags-Title {
		font-size: 20px;
		color: #4b4b4b;
		margin: 0 0 5px 0;
	}

	.hero-produktseite__tag {
		display: inline;
		margin: 1px 15px 1px 0;
		font-size: 14px;
		color: #4b4b4b;
	}
}

/*
** ----------------- Accordion -----------------
*/

.js-badger-accordion {
	margin-block-start: 0;
	margin-block-end: 0;
}

.badger-accordion__panel {
	overflow:hidden;
}

.badger-accordion__panel.-ba-is-hidden {
	max-height:0 !important;
	visibility:hidden;
}

.badger-accordion--initialized .badger-accordion__panel {
	transition: max-height ease-out 0.2s;
}

.badger-accordion__panel {
	margin-inline-start: 0;
}

.js-badger-accordion-header {
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: 22px;
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	outline: none;
	cursor: pointer;
	position: relative;
}

.badger-accordion__panel {
	font-size: 18px;
	line-height: 150%;
}

.badger-accordion__panel  ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: inherit;
}

.badger-accordion__panel ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}

.badger-accordion__panel ul li > ul > li {
	margin-top: 15px;
}

.badger-accordion__panel ul li::before {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 1px;
	background-color: #000;
}

.js-badger-accordion-panel-inner {
	padding: 1px 10px;
}

.accordionFaq > .row {
	margin: 0;
}

.accordionFaq__heading-column__inner {
	padding-right: 15px;
}

.accordionFaq__title {
	font-size: 40px;
	text-align: right;
	margin: 0 0 20px 0;
}

.accordionFaq .accordionFaq__content-column__inner {
	max-width: 850px;
}

.accordionFaq .js-badger-accordion .js-badger-accordion-header {
	color: #666;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2em;
	padding: 10px 35px 10px 10px;
	border-bottom: 1px solid;
	border-color: #cacaca;
	transition: all 0.2s ease-out;
}

.accordionFaq .js-badger-accordion .js-badger-accordion-header.-ba-is-active {
	color: #000;
	font-weight: 600;
	/* border-color: rgba(255,255,255,0); */
}

.accordionFaq .js-badger-accordion-header .plus-button {
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
}

.accordionFaq .js-badger-accordion-header:hover .plus-button, .accordionFaq .js-badger-accordion-header:focus .plus-button {
	opacity: 1;
}

.accordionFaq .js-badger-accordion-header.-ba-is-active .plus-button {
	opacity: 1;
}

.accordionFaq .js-badger-accordion-header .plus-button::before {
	display: block;
	content: '';
	width: 26px;
	height: 1px;
	background-color: #cacaca;
	position: absolute;
	top: 12.5px;
	transition: transform 0.3s ease-in-out;
}

.accordionFaq .js-badger-accordion-header .plus-button::after {
	display: block;
	content: '';
	width: 1px;
	height: 26px;
	background-color: #cacaca;
	position: absolute;
	top: 0;
	left: 13px;
	transition: transform 0.3s ease-in-out;
}

.accordionFaq .js-badger-accordion-header.-ba-is-active .plus-button::before, .accordionFaq .js-badger-accordion-header.-ba-is-active .plus-button::after {
	transform: rotate(135deg);
}

.accordionFaq .js-badger-accordion .js-badger-accordion-panel-inner {
	background: none;
	padding: 10px;
}

.accordionOld .js-badger-accordion .js-badger-accordion-header {
	background: #f64701;
	background-image: linear-gradient(to right,#F64701,#F67A01);
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2em;
	padding: 10px 20px;
}

.accordionOld .js-badger-accordion.style1 .js-badger-accordion-panel-inner {
	background: #f4f4f4;
	padding: 10px 20px;
}

@media (max-width: 990px) {
	.accordionFaq__title {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.accordionFaq__title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.accordionFaq .js-badger-accordion .js-badger-accordion-header {
		font-size: 20px;
	}
}

/*
** ----------------- Produkt-Text -----------------
*/

.produktText {
	padding: 70px 50px 50px 50px;
	display: block;
	background-color: #ebebeb;
}

.produktText__inner {
	width: 100%;
	max-width: 1920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.produktText__heading {
	font-size: 36px;
	line-height: 110%;
	margin-top: 0;
	text-align: right;
}

.produktText__heading-container {
	padding-right: 45px;
}

.produktText__inhalt {
	max-width: 650px;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

.produktText__inhalt p {
	color: inherit;
}

.produktText__inhalt ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: inherit;
}

.produktText__inhalt ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}

.produktText__inhalt ul li > ul > li {
	margin-top: 15px;
	font-size: 90%;
	line-height: 150%;
}

.produktText__inhalt ul li::before {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 1px;
	background-color: #000;
}

@media (max-width: 990px) {
	.produktText__heading {
		text-align: left;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
}

@media (max-width: 767px) {
	.produktText {
		padding: 35px 20px 20px 20px;
	}

	.produktText__heading {
		font-size: 30px;
		text-align: left;
	}
}

/*
** ----------------- Icon-Liste -----------------
*/

.iconList {
	padding: 70px 50px 40px 50px;
	display: block;
	background-color: #efefef;
}

.iconList__inner {
	width: 100%;
	max-width: 1920px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.iconList__heading {
	font-size: 36px;
	line-height: 110%;
	margin-top: 0;
	text-align: right;
}

.iconList__heading-container {
	padding-right: 45px;
}

.iconList__content-wrap {
	column-count: 2;
	column-gap: 30px;
}

.iconList__content__icon-wrap {
	display: block;
	margin-bottom: 30px;
	position: relative;
	-webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
}

.iconList__content__icon-wrap .dq-icon-csicons {
	font-size: 45px;
	position: absolute;
}

.iconList__content__icon-wrap h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding-left: 60px;
}

.iconList__content__icon-wrap p {
	font-size: 18px;
	padding-left: 60px;
}

@media (max-width: 990px) {
	.iconList__heading {
		text-align: left;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}

	.iconList__content-wrap {
		column-count: 1;
	}
}

@media (max-width: 767px) {
	.iconList {
		padding: 35px 20px 20px 20px;
	}

	.iconList__heading {
		font-size: 30px;
		text-align: left;
	}
}

/*
** ----------------- TEASER-BILD -----------------
*/

.teaserBild {
	overflow-y: hidden;
	margin-bottom: 0;
}

.teaserBild > .teaserBild__inner {
	min-height: 600px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 75px 30px 30px 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.teaserBild > .teaserBild__image__wrap {
	position: absolute;
	width: 100%;
}

.teaserBild > .teaserBild__image__wrap > .teaserBild__image {
	width: 100%;
}

.teaserBild .teaserBild__inner__wrap {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.teaserBild__title {
	font-size: 40px;
	line-height: 1.1em;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.teaserBild__subHeading {
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 300;
	margin: 0 0 30px 0;
}

.teaserBild__teaser p {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 30px;
	max-width: 700px;
}

.teaserBild__link {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 20px 20px 0;
	color: #333;
	text-decoration: none;
	transition: filter 0.2s ease-in-out;
}

.teaserBild__link:hover {
	filter: brightness(1.3);
}

.teaserBild__link .icon {
	font-family: 'dq-iconpicker-csicons';
	font-size: 13px;
}

.teaserBild .teaserBild__overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 768px) {
	.teaserBild .teaserBild__overlay {
		display: none;
	}

	.teaserBild .teaserBild__image__wrap {
		position: relative;
		transform: none !important;
		top: 0 !important;
		height: 200px;
		height: calc(100vw / 1.9);
		max-height: 300px;
		overflow-y: hidden;
	}

	.teaserBild .teaserBild__image {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.teaserBild__title {
		font-size: 35px;
	}

	.teaserBild__teaser p {
		font-size: 18px;
		line-height: 1.5em;
	}

	.teaserBild .teaserBild__inner {
		padding: 10px 20px;
		min-height: 0;
	}
}

/*
** ----------------- TEASER-ICONBOX -----------------
*/

.teaserIconbox > .row {
	margin: 0;
}

.teaserIconbox .col-lg-6 {
	min-height: 500px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 50px 25px 25px 25px;
}

.teaserIconbox .teaserIconbox__column1 {
	background: #ebebeb;
}

.teaserIconbox .teaserIconbox__column2 {
	background: #dadada;
}

.teaserIconbox .teaserIconbox__column-inner {
	width: 100%;
	max-width: 490px;
	text-align: center;
}

.teaserIconbox .dq-icon-csicons {
	font-size: 80px;
	margin-bottom: 20px;
}

.teaserIconbox .teaserIconbox__title {
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px 0;
}

.teaserIconbox .teaserIconbox__text p {
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	color: inherit;
}

.teaserIconbox__link {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0 10px 20px 10px;
	color: #333;
	text-decoration: none;
	transition: filter 0.2s ease-in-out;
}

.teaserIconbox__link:hover {
	filter: brightness(2);
}

.teaserIconbox__link .icon {
	font-family: 'dq-iconpicker-csicons';
	font-size: 13px;
}

@media (max-width: 767px) {
	.teaserIconbox .col-lg-6 {
		padding: 40px 20px;
		min-height: 0;
	}

	.teaserIconbox .teaserIconbox__title {
		font-size: 30px;
	}

	.teaserIconbox .teaserIconbox__text p {
		font-size: 18px;
	}
}

/*
** ----------------- PAGE-META -----------------
*/

.pageMeta-container h1, .pageMeta-container h2, .pageMeta-container h3, .pageMeta-container h4, .pageMeta-container h5 {
	margin: 0;
}

.pageMeta-container a {
	text-decoration: none;
}

.pageMeta-container {
	background-color: #ebebeb;
	padding: 30px 15px;
	margin-bottom: 10px;
}

.pageMeta-container:last-of-type {
	margin-bottom: 40px;
}

.pageMeta-container .pageMeta__headColumn {
	padding-right: 30px;
}

.pageMeta-container .pageMeta__headColumn h2 {
	margin: 0 0 15px 0;
	color: #7f7f7f;
	text-align: right;
	font-size: 24px;
}

.pageMeta__entry {
	display: block;
	position: relative;
	padding-right: 41px;
	padding-bottom: 8px;
	padding-top: 8px;
   border-bottom: 1px solid #cdcdcd;
	transition: padding 0.3s ease-out;
}

.pageMeta__entry:hover {
	padding-left: 8px;
}

.pageMeta__entry:last-of-type {
	border-bottom: none;
}

.pageMeta__entry h4 {
	font-size: 15px;
	font-weight: normal;
	color: #7f7f7f;
	margin-bottom: 5px;
}

.pageMeta__entry h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	transition: color 0.2s ease-in-out;
}

.pageMeta__entry:hover h3 {
	color: #555;
}

.pageMeta__entry > .arrow-button {
	display: block;
	width: 41px;
	height: 41px;
	content: '';
	padding: 10px 14px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

.pageMeta__entry:hover > .arrow-button {
	opacity: 1;
}

.pageMeta__entry > .arrow-button::before {
	content: '';
	display: block;
	background-color: #888;
	width: 15px;
	height: 1px;
	transform: rotate(45deg);
	position: relative;
	top: 4.5px;
	transition: top 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
}

.pageMeta__entry > .arrow-button::after {
	content: '';
	display: block;
	background-color: #888;
	width: 15px;
	height: 1px;
	transform: rotate(-45deg);
	position: relative;
	top: 13.5px;
	transition: top 0.2s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out;
}

@media (max-width: 767px) {
	.pageMeta-container .pageMeta__headColumn h2 {
		text-align: left;
	}
}

/*
** ----------------- CALL TO ACTION -----------------
*/

.pageMeta__callToAction {
	padding: 50px 15px;
}

.pageMeta__callToAction .pageMeta__headColumn h2 {
	font-size: 36px;
	color: #000;
}

.pageMeta__callToAction__text {
	max-width: 495px;
	color: #000;
	margin-bottom: 10px;
}

.pageMeta__callToAction__text p, .pageMeta__callToAction__text ul, .pageMeta__callToAction__text ul li {
	color: inherit;
}

.pageMeta__callToAction__buttonLink {
	display: flex;
	align-content: center;
	flex-direction: column;
	max-width: 400px;
	position: relative;
	padding: 8px 4px 0 4px;
	transition: padding 0.2s ease-out;
}

.pageMeta__callToAction__buttonLink:hover {
	padding-left: 13px;
}

.pageMeta__callToAction__buttonLink::after {
	content: '';
	display: block;
	margin-top: 8px;
	height: 1px;
	width: 100%;
	background-color: #c9c9c9;
}

.pageMeta__callToAction__buttonLink:last-of-type::after {
	background: none !important;
}

.pageMeta__callToAction__buttonLink .dq-icon-csicons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

.pageMeta__callToAction__buttonLink .pageMeta__callToAction__buttonLink__textLine {
	line-height: 130%;
	display: block;
	margin-left: 45px;
}

@media (max-width: 767px) {
	.pageMeta__callToAction {
		padding: 40px 25px;
	}
}

/*
** ----------------- FOOTER -----------------
*/

.footerContainer-outer {
	background: #e4e4e4;
	padding: 100px 0;
	margin: 0;
}

.footerContainer-inner {
	display: block;
	max-width: 1300px;
	margin: 0 auto;
}

.footerContainer-outer p {
	color: #666;
	font-size: 15px;#
	line-height: 1.5em;
}

.footerContainer-outer a {
	color: #666;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.5em;
}

.footerContainer-outer a:hover {
	color: #333;
}

.footerContainer-inner > .row {
	margin: 0;
}

.footer__textLink.block {
	display: block;
	margin-bottom: 6px;
}

.footer__textLink.inline {
	display: inline-block;
	margin: 0 10px 6px 0;
}

.footer__buttonLink {
	display: flex;
	align-content: center;
	flex-direction: column;
	max-width: 400px;
	position: relative;
	padding: 8px 4px;
	border-bottom: 1px solid #c9c9c9;
}

.footer__buttonLink:last-of-type {
	border-bottom: none;
}

.footer__buttonLink .dq-icon-csicons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

.footer__buttonLink .footer__buttonLink__textLine {
	line-height: 130%;
	display: block;
	margin-left: 45px;
}

.footerMenu__title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.footerMenu__entry {
	display: block;
	margin-bottom: 10px;
}

.footerMenu__mobileAlt-container {
	display: none;
}

.footerMenu__mobileAlt .js-badger-accordion-header {
	font-size: 20px;
	color: #555;
	padding: 10px 30px 10px 5px;
	border-bottom: 1px solid;
	border-color: #c9c9c9;
	transition: all 0.2s ease-out;
	position: relative;
}

.footerMenu__mobileAlt .js-badger-accordion-header.-ba-is-active {
	border-color: rgba(255, 255, 255, 0);
}

.footerMenu__mobileAlt .js-badger-accordion-header > span::before {
	content: '';
	display: block;
	height: 20px;
	width: 1px;
	background: #aaa;
	position: absolute;
	right: 15px;
	top: 12px;
	transition: transform 0.3s ease-in-out;
}

.footerMenu__mobileAlt .js-badger-accordion-header > span::after {
	content: '';
	display: block;
	height: 20px;
	width: 1px;
	background: #aaa;
	position: absolute;
	right: 15px;
	top: 12px;
	transform: rotate(90deg);
	transition: transform 0.3s ease-in-out;
}

.footerMenu__mobileAlt .js-badger-accordion-header.-ba-is-active > span::before {
	transform: rotate(135deg);
}

.footerMenu__mobileAlt .js-badger-accordion-header.-ba-is-active > span::after {
	transform: rotate(225deg);
}


.footerMenu__mobileAlt .js-badger-accordion-panel-inner {
	padding: 5px 5px 1px 5px;
}

.footerMenu__mobileAlt .js-badger-accordion-panel {
	border-bottom: 1px solid;
	border-color: #c9c9c9;
}

.footerBottomContainer-outer {
	background: #e4e4e4;
	margin-bottom: 10px;
}

.footerBottomContainer-inner {
	display: block;
	margin: 0 auto;
	max-width: 1300px;
	padding: 8px 0;
	/* border-top: 1px solid #c9c9c9; */
}

.footerBottomContainer-inner > .row {
	margin: 0;
}

.footerBottomContainer-outer p, .footerBottomContainer-outer a {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 110%;
}

.footerBottomContainer-outer a {
	text-decoration: none;
}

.footerBottomContainer-outer a:hover {
	color: #666;
}

.footerBottom__menu {
	text-align: right;
}

.footerBottom__menu__link {
	display: inline-block;
	margin: 0 7px;
}

.footerBottom__menu__link:last-of-type {
	display: inline-block;
	margin: 0 0 0 7px;
}

@media (max-width: 990px) {
	.footerContainer-outer {
		padding: 20px 0;
	}

	.footerColumn {
		order: 2;
		margin-bottom: 30px;
	}

	.footerColumn-menu {
		margin-bottom: 0;
	}

	.footerColumn:last-of-type {
		order: 1;
	}

	.footer__buttonLink:last-of-type {
		border-bottom: 1px solid #c9c9c9;
	}

	.footerMenu-container {
		display: none;
	}

	.footerMenu__mobileAlt-container {
		display: block;
	}
}

@media (max-width: 767px) {
	.footerBottomContainer-outer .row > .col-md-8 {
		margin-bottom: 0;
		order: 2;
	}

	.footerBottomContainer-outer .row > .col-md-4:last-of-type {
		margin-bottom: 15px;
		order: 1;
	}

	.footerBottom__text {
		text-align: center;
	}

	.footerBottom__menu {
		text-align: center;
	}
}
