
/* === FOOTER STRUKTUR === */

.footer {
  background-color: #FFFFFF;
  overflow-x: visible !important;
}

.footer .widget-fw {
	padding: 50px 0px 20px 0px;
	margin-bottom: 0px;
	background-color: #4C5864 !important;
	z-index: unset !important;
	font-size: 1rem;
	line-height: 130%;
	color: #F1F1F6;
}

.footer .row {
	max-width: 1336px;
	margin: 0 auto;
}

.footer-headline > .widget-inner.bg-appearance {
	padding-left: 5px;
	padding-bottom: 6px;
}

.footer-content > .widget-inner.bg-appearance {
	padding-top: 14px;
	padding-left: 5px;
}

.widget-d2g {
  padding: 14px 5px 0px 5px;
}

.footer-wrapper .widget-inner {
	padding-left: 0px;
}

.footer-icon-wrapper {
  display: flex;
  align-items: center;
  min-height: 40px;
  min-width: 50px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.back-to-top {
  display: block !important;
}


/* === FOOTER STRUKTUR === MEDIA: SMALL*/
@media (max-width: 567px) {

.footer {
  display: flex;
  flex-direction: column-reverse;
}

.footer > .row {
  margin: 0 0;
}

.footer.container-max.d-print-none > div.btn.btn-secondary.d-block.d-md-none.text-center.p-2 {
  margin-bottom: -18px;
  margin-left: 200px;
  z-index: 1;
  border-radius: 1rem;
  width: 100px;
  border: 2px solid #FFFFFF;
  background-color: #17BDD1;
  display: none !important;
}

.back-to-top {
  bottom: 10px;
  right: 5px;
  padding: 12px !important;
  border-radius: 30px !important;
  border: 1px solid #F1F1F6!important;
  background-color: #4c586470;
  box-shadow: 0px 1px 5px #252525;
  opacity: 1.0 !important;
}

.footer > .btn.btn-secondary > i {
  font-size: 1rem;
  color: #FFFFFF !important;
}
}


/* === FOOTER STRUKTUR === MEDIA: SMALL MEDIUM */
@media (max-width: 767px) {

.footer-contact {
  flex-direction: row;
  justify-content: flex-start;
}
}


/* === FOOTER STRUKTUR === MEDIA: LARGE */
@media (min-width: 992px) {

.back-to-top {
right: 15px;
bottom: 0 !important;
z-index: 20 !important;
width: 35px;
height: 35px;
font-size: 10px;
margin-bottom: 4px;
padding: 5px;
border-radius: 4px !important;
}
}

/* === FOOTER INHALT === */

.footer-headline {
  margin-top: 2rem;
  width: 95%;
  border-bottom: 1px solid #E2E2E6;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #F1F1F6;
}

.footer .color-gray-700 {
	color: #F1F1F6 !important;
}

.footer-text {
  padding: 7px 0px;
}

.footer a {
	color: #F1F1F6;
}

.footer a:hover {
	text-decoration: underline;
	color: #17BDD1;
}

i.footer-contact-icon {
  font-size: 2.4rem;
	color: #17BDD1;
  padding-bottom: 5px;
}

i.footer-social-icon {
  font-size: 2.4rem;
	margin-right: 3rem;
	color: #17BDD1;
}

.widget-newsletter {
	padding: 20px 0px;
    border: 1px solid #E2E2E6;
    border-radius: 6px;
    background-color: #3e444b;
    margin-right: 15px;
}

.widget-newsletter .text-appearance:hover {
    color: #17BDD1 !important;
}

.widget-newsletter .btn-appearance:hover {
    border-color: #17BDD1;
    background-color: #17BDD1;
}

.widget-newsletter .text-right {
	text-align: left !important;
}

.widget-d2g.widget-payment-icons .icon-size-m img {
  height: 3.1rem;
}

.widget-fw.copyright {
	background-color: #F1F1F6 !important;
	padding: 12px 0px;
  border-top: 3px solid #17BDD1;
}

.footer-copyright {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.copyright-text {
  font-size: 0.9rem;
  color: #4C5864;
  font-weight: 600;
}


/* === COOKIE BAR === MEDIA: LARGE*/
@media (min-width: 992px) {

.cookie-bar.border-top {
  border: 1px solid #E2E2E6;
  box-shadow: 0px -1px 8px #4C5864;
}

.cookie-bar.out.fixed-bottom {
  margin-bottom: 4px;
}

.cookie-bar.out.fixed-bottom span.d-none.d-sm-inline-block {
  display: none !important;
}

.cookie-bar .button-order {
  display: block;
}

.cookie-bar > div > .btn-appearance {
  background-color: #4C5864;
  opacity: .5;
  border-color: #F1F1F6;
  color: #FFFFFF;
  font-size: 16px;
  padding: 7px;
  width: 35px;
  height: 35px;
}

.cookie-bar:hover > div > .btn-appearance {
	background: #3b454e;
	opacity: 1;
	border-color: #FFFFFF;
}
}


/* === COOKIE BAR === MEDIA: SMALL MEDIUM */
@media (max-width: 991px) {

.cookie-bar {
	z-index: 6000 !important;
	height: 100% !important;
	background: linear-gradient(180deg,rgba(241, 241, 246, 1) 40%, rgba(255, 255, 255, 1) 100%)!important;
}

.cookie-bar.out {
  display: none;
}
}