.main-footer {
	background: var(--hoppe-footer-gray);
	border-top:1px solid var(--bs-white);
	/*margin-top:5rem;*/
}
#footer_cols {
	padding-top:var(--hoppe-h-4);
	padding-bottom:var(--hoppe-h-4);
}

@media (max-width:767.98px) {
	.main-footer {
		margin-top: 0;
	}
}
/*
footer.mt-5 {
	margin-top: 5rem !important;
}
*/
footer ul {
	padding: 0;
}
footer li {
	list-style: none;
	padding-bottom: 0.5em;
}
footer a {
	text-decoration: none;
}
footer h4 {
	color: var(--bs-dark);
	margin-bottom: 1em;
	font-size: 1.25rem;
}
footer .footer_socials {
	margin-top: 2rem;
}
footer .footer_socials li {
	float: left;
	font-size: 2em;
	list-style: none;
	padding-right: 0.5em;
}
footer .footer_socials li:last-child {
	padding-right: 0;
}
footer #newsletter_name, footer #newsletter_email {
  mmax-width: 320px;
}
footer .form-control {
	border-radius: 0;
}
#footer_socket {
	color: var(--bs-white);
	padding: 0.5em 0;
}
#footer_socket a {
	color: var(--bs-white);
}

@media (max-width:1199.98px) {
	footer .footer_socials li {
		font-size: 1.5em;
	}
}

ul#collapse-footer-Social {
    display: flex !important;
    gap: 16px;
    font-size: 32px;
}

@media (min-width:768px) {
	.footer-mobilesearch {
		display: none;
	}
	.footer-desktopsearch {
		display: block;
	}
	.footer-mobilequestions {
		display: none;
	}
	.footer-desktopquestions {
		display: block;
	}
	.footer-accordion .accordion-header {
		pointer-events: none;
	}
	.footer-accordion ul.accordion-collapse {
		display: block !important;
	}
}
@media (max-width:767.98px) {
	footer li {
		padding-bottom: 0;
	}
	.footer-mobilesearch {
		display: block;
		margin-bottom: var(--hoppe-h-2);
	}
	.footer-mobilesearch span.d-block {
		font-weight: var(--fw-medium);
	}
	.footer-mobilequestions {
		display: block;
		margin-bottom: var(--hoppe-h-3);
	}
	.footer-mobilequestions span.d-block {
		font-weight: var(--fw-medium);
	}
	.footer-noaccordion > span.d-block {
		font-weight: var(--fw-medium);
	}
	.footer-desktopsearch {
		display: none;
	}
	.footer-desktopquestions {
		display: none;
	}
	.footer-accordion .accordion-header {
		/* margin-top: var(--hoppe-h-1) !important; */
		position: relative;
		border-bottom: 1px solid transparent;
		font-weight: var(--fw-medium);
	}
	.footer-accordion .accordion-header.collapsed {
		border-bottom: 1px solid white;
	}
	.footer-accordion .accordion-header::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2372777b' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    	transform: rotate(180deg);
		position: absolute;
		right: var(--hoppe-h-1);
		top: 5px;
	    flex-shrink: 0;
	    width: 1rem;
	    height: 1rem;
	    margin-left: auto;
	    content: "";
	    background-repeat: no-repeat;
	    background-size: 1rem;
	    transition: transform .2s ease-in-out;
	}
	.footer-accordion .accordion-header.collapsed::after {
    	transform: rotate(0deg);
	}
	.footer-accordion .accordion-collapse.show {
		padding-bottom: var(--hoppe-h-2);
	}
	.footer-accordion	{
		margin-bottom: var(--hoppe-h-1);
	}
	.footer-noaccordion {
		margin-top: var(--hoppe-h-2);
	}
	footer .footer_socials {
		text-align: center;
	}
	footer .footer_socials li {
		font-size: 1.75em;
		display: inline-block;
    	float: none;
	}
}
@media (max-width:991.98px) {
	#footer_socket {
		text-align: center;
	}
}

.h-translation-debugbox {
	display: none;
	font-size: 12px;
	position: absolute;
    background-color: #900;
    border-radius: 5px;
    padding: 10px;
    min-width: 400px;
	z-index: 10000000;
	pointer-events: all;
	line-height: 12px;
	text-align: left;
}
.h-translation-debugbox a {
	color: #fff !important;
}
.h-translation-debugbox h5 {
	color: #fff !important;
	padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.h-translation-debugbox p {
	color: #fff !important;
	padding: 0 0 10px 0;
    margin: 0;
}
.h-translation-debugbox-icon {
 	padding: 1px 3px;
	background-color: #900;
	color: #fff !important;
	font-size: 10px;
	float: left;
	border-radius: 3px;
	position: relative;
	pointer-events: all;
	line-height: 12px;
	text-align: left;
}
.h-translation-debugbox-icon > a {
	color: #fff !important;
}
.h-translation-debugbox-icon:hover .h-translation-debugbox {
	display: block;
}
.h-translation-debugbox:hover {
	display: block;
}
.h-translation-debugbox-icon.h-translation-debug-missing .h-translation-debugbox {
	background-color: #600;
}
.h-translation-debugbox-icon.h-translation-debug-missing {
	background-color: #900;
}
.h-translation-debugbox-icon.h-translation-debug-existing .h-translation-debugbox {
	background-color: #060;
}
.h-translation-debugbox-icon.h-translation-debug-existing {
	background-color: #090;
}
.h-translation-debugbox-editbutton {
	display: inline-block;
	margin-top: 10px;
	background-color: #174a17;
    color: #fff !important;
    border: 1px solid #8fc68f;
    border-radius: 5px;
    padding: 3px 15px;
}
.h-translation-debugbox-editbutton:hover {
	background-color: #226d22;
    border: 1px solid #fff;
    color: #fff !important;
}
