/* ==========================================================================
   Footer Styles
   ========================================================================== */

/* Footer Base */
footer {
    clear: both;
    color: var(--color-foreground-footer);
    background: var(--color-background-footer);
    padding: 1em 20px
}

@media (min-width: 50em) {
    footer {
        padding: 2em 0 1.5em
    }
}

footer ul {
    list-style: none
}
footer .menu-footer ul {
    padding: 0
}

footer .footer-sidebar {
    padding: 1em 0
}

footer .footer-sidebar ul,
.hookList,
.eBookList,
.page-nav,
.certificate .btnList,
.certificate .peopleList,
.certificate .contactBox,
.tool-list,
.talk ul,
.list-list {
    margin: 0;
    padding-left: 0;
    border-left: 0
}

footer .footer-sidebar ul
{
    list-style: none;
    margin: 1em 0
}

footer .footer-sidebar ul {
	margin: 0.4em 1em 1em 0.65em
}

footer .slogan b {
	color: #ff8c40;
}

footer .footer-sidebar ul li::before {
    display: inline-block;
    float: left;
    margin-left: -14px;
	margin-top: .1em;
}

@media all and (max-width: 800px) {
	footer .footer-sidebar ul li::before {		
		margin-top: .33em;
	}
}

footer .footer-sidebar ul li:before {
    content: "›";	
    top: -3px;
    position: relative;
    left: 3px;
    font-weight: 600;
    color: #ff8c40;	
}

/* Footer Widgets */
footer .widget {
	display: inline-block;
	vertical-align: top;
	width: 32%;
    margin-right: 1%;    
}

footer .widget.footer-contact {
    padding-right: 4%;
}

footer .footer-sidebar .footer-contact .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: var(--space-4) 0 0;
}

footer .footer-sidebar .footer-contact .footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

footer .footer-sidebar .footer-contact .footer-contact-list li::before {
    content: none;
    display: none;
}

footer .widget.engagement {
	max-width: 250px;
}
footer .widget .verbandslogos {	
	margin-top: 10px;
	background: #f0f0f0;
	width: auto;
	display: inline-block;
	border-radius: 8px;
}
footer .widget .verbandslogos img {
	margin: 10px;
	vertical-align: middle;
}
footer .verbandslogos .verbandslogo span {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

/* Engagement Section - Verbandslogos links, Rating-Boxen rechts */
footer #engagement {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: none;
	padding: 15px 0;
}
footer #engagement .verbandslogos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 0;
	background: none;
}
footer #engagement .verbandslogos .footer__title {
	width: 100%;
	margin-bottom: 0;
}
footer #engagement .verbandslogo {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #f0f0f0;
	border-radius: 8px;
	padding: 8px 12px;
}
footer #engagement .verbandslogo img {
	margin: 0;
}
footer #engagement .verbandslogo span {
	width: auto;
	font-size: 12px;
	line-height: 1.3;
}
footer #engagement .footer-ratings {
	margin: 0;
	text-align: right;
}
footer #engagement .footer__title {
	text-align: left;
}
footer #engagement .footer-ratings__boxes {
	justify-content: flex-end;
}

@media all and (max-width: 900px) {
	footer #engagement {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	footer #engagement .verbandslogos {
		flex-wrap: wrap;
	}
	footer #engagement .footer-ratings {
		text-align: left;
		width: 100%;
	}
	footer #engagement .footer__title {
		text-align: left;
	}
	footer #engagement .footer-ratings__boxes {
		justify-content: flex-start;
	}
}

.trustpilot-widget {
    text-align: right;
    margin-right: 1rem;
}
footer .footer-sidebar a.trustpilot {
    text-decoration: none;
    border: none;
    background: none;
}
a.trustpilot::before {    
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 1px;
    background-image: url('../img/icons/trustpilot.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right -2px;
}


@media (max-width: 1200px) {
	footer .widget {		
		width: 35%;
	}
}
@media (max-width: 1000px) {
	footer .widget {
		display: block;
		width: auto;
	}
}


footer .menu-footer ul {
    border: none;
    margin-left: 0;
    margin-top: 15px;
}
footer .menu-footer ul li {
	display: inline-block;
    margin: 0 15px 10px 0;
}
footer .footer-sidebar .widget_recent_entries li {
    margin: 0;
}


footer .menu-footer a,
footer .footer-sidebar a {
    color: #f0f0f0;   
    display: inline;
    text-decoration: none;        
}

footer .menu-footer a:hover,
footer .footer-sidebar a:hover {
    color: #fff;
    display: inline;
    text-decoration: underline;    
}

footer .extern {
    color: #919191;
    display: inline;
    text-decoration: none;
    background-repeat: repeat-x;
    background-image: linear-gradient(rgba(31, 31, 35, 0) 50%, #919191 50%);
    background-size: .125rem .0625rem;
    background-position: 0 1.1875em;
    padding-bottom: .25rem;
    text-shadow: -.0625rem -.0625rem 0 #1f1f23, .0625rem -.0625rem 0 #1f1f23, -.0625rem .0625rem 0 #1f1f23, .0625rem .0625rem 0 #1f1f23
}

footer .extern:hover {
    color: #ddd;
    display: inline;
    text-decoration: none;
    background-repeat: repeat-x;
    background-image: linear-gradient(rgba(31, 31, 35, 0) 50%, #ddd 50%);
    background-size: .125rem .0625rem;
    background-position: 0 1.1875em;
    padding-bottom: .25rem;
    text-shadow: -.0625rem -.0625rem 0 #1f1f23, .0625rem -.0625rem 0 #1f1f23, -.0625rem .0625rem 0 #1f1f23, .0625rem .0625rem 0 #1f1f23
}

/* Footer Social Links */
footer .sociallinks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5em 0;
    padding: 0;
    border: none;
}

@media (min-width: 50em) {
    footer .sociallinks {
        clear: both;
        float: right;
        margin: 5px 5px 0 0;
    }
}

footer .sociallinks li {
    margin: 0 10px
}

footer .sociallinks a {
    display: block;	
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #919191
}
footer .sociallinks a:hover {
	background: #ec6608;
}
footer .sociallinks a img {
	position: relative;
	top: 3px;
	width: 60%;
	height: auto;
}


footer .sociallinks a::before {
    color: #1f1f23;
    text-shadow: none;
}

footer .sociallinks .icon-facebook:hover {
    background: #335795
}

footer .sociallinks .icon-twitter:hover {
    background: #28c0ff
}

footer .sociallinks .icon-gplus:hover {
    background: #dc2915
}

footer .sociallinks .icon-rss:hover,
footer .sociallinks .btn-rss:hover {
    background: #f60
}

/* Footer Cookie Settings */
footer .cookie-settings {
    float: right;
    padding-right: 15px;
}
footer .cookie-settings a {
    color: #f0f0f0;
}
footer .cookie-settings::before {
    content: "›";
    margin-right: 5px;
    color: #ff8c40;
}
@media all and (max-width: 810px) {
    footer .cookie-settings {
        float: none;
        padding: 0;
        position: relative;
        top: -20px;
    }
}

/* ==========================================================================
   Footer Rating Boxes
   ========================================================================== */

/* Google Rating Footer */
.google-rating-footer {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	text-decoration: none;
	color: #202124;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.google-rating-footer:hover {
	border-color: #4285f4;
	box-shadow: 0 4px 12px rgba(66, 133, 244, 0.15);
	transform: translateY(-1px);
}
.google-rating-footer__logo {
	flex-shrink: 0;
}
.google-rating-footer__logo img {
	display: block;
}
.google-rating-footer__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.google-rating-footer__stars {
	display: inline-block;
	position: relative;
	width: 68px;
	height: 11.4px;
	background-color: #dadce0;
	clip-path: polygon(6px 0,4.31px 3.98px,0 4.34px,3.28px 7.18px,2.29px 11.4px,6px 9.16px,9.71px 11.4px,8.72px 7.18px,12px 4.34px,7.69px 3.98px,6px 0,20px 0,18.31px 3.98px,14px 4.34px,17.28px 7.18px,16.29px 11.4px,20px 9.16px,23.71px 11.4px,22.72px 7.18px,26px 4.34px,21.69px 3.98px,20px 0,34px 0,32.31px 3.98px,28px 4.34px,31.28px 7.18px,30.29px 11.4px,34px 9.16px,37.71px 11.4px,36.72px 7.18px,40px 4.34px,35.69px 3.98px,34px 0,48px 0,46.31px 3.98px,42px 4.34px,45.28px 7.18px,44.29px 11.4px,48px 9.16px,51.71px 11.4px,50.72px 7.18px,54px 4.34px,49.69px 3.98px,48px 0,62px 0,60.31px 3.98px,56px 4.34px,59.28px 7.18px,58.29px 11.4px,62px 9.16px,65.71px 11.4px,64.72px 7.18px,68px 4.34px,63.69px 3.98px,62px 0);
}
.google-rating-footer__stars-filled {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--star-percent, 100%);
	background-color: #fdd663;
}
.google-rating-footer__text {
	font-size: 12px;
	color: #5f6368;
	white-space: nowrap;
}
.google-rating-footer__text strong {
	color: #202124;
	font-weight: 600;
}

@media all and (max-width: 600px) {
	.google-rating-footer {
		padding: 8px 12px;
		gap: 8px;
	}
	.google-rating-footer__logo img {
		width: 24px;
		height: auto;
	}
	.google-rating-footer__text {
		font-size: 11px;
	}
}

/* Trustpilot Rating Footer */
.trustpilot-rating-footer {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	text-decoration: none;
	color: #191919;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.trustpilot-rating-footer:hover {
	border-color: #00b67a;
	box-shadow: 0 4px 12px rgba(0, 182, 122, 0.15);
	transform: translateY(-1px);
}
.trustpilot-rating-footer__logo {
	flex-shrink: 0;
}
.trustpilot-rating-footer__logo img {
	display: block;
	height: 22px;
	width: auto;
}
.trustpilot-rating-footer__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.trustpilot-rating-footer__text {
	font-size: 12px;
	color: #5f6368;
	white-space: nowrap;
}
.trustpilot-rating-footer__name {
	font-size: 14px;
	color: #191919;
}

@media all and (max-width: 600px) {
	.trustpilot-rating-footer {
		padding: 8px 12px;
		gap: 8px;
	}
	.trustpilot-rating-footer__logo img {
		height: 18px;
	}
	.trustpilot-rating-footer__text {
		font-size: 11px;
	}
}

/* ProvenExpert Rating Footer */
.provenexpert-rating-footer {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	text-decoration: none;
	color: #191919;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.provenexpert-rating-footer:hover {
	border-color: #f90;
	box-shadow: 0 4px 12px rgba(255, 153, 0, 0.15);
	transform: translateY(-1px);
}
.provenexpert-rating-footer__logo {
	flex-shrink: 0;
}
.provenexpert-rating-footer__logo img {
	display: block;
	height: 28px;
	width: auto;
}
.provenexpert-rating-footer__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.provenexpert-rating-footer__text {
	font-size: 12px;
	color: #5f6368;
	white-space: nowrap;
}

@media all and (max-width: 600px) {
	.provenexpert-rating-footer {
		padding: 8px 12px;
		gap: 8px;
	}
	.provenexpert-rating-footer__logo img {
		height: 22px;
	}
	.provenexpert-rating-footer__text {
		font-size: 11px;
	}
}

/* Footer Rating Boxen Container */
.footer-ratings {
	margin: 15px 0;
}
.footer__title {
	display: block;
	font-size: 13px;
	color: var(--color-muted);
	margin-bottom: 8px;
}
.footer-ratings__boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media all and (max-width: 360px) {
	.footer-ratings__boxes {
		flex-direction: column;
		gap: 8px;
	}
	.footer-ratings__boxes .google-rating-footer,
	.footer-ratings__boxes .trustpilot-rating-footer,
	.footer-ratings__boxes .provenexpert-rating-footer {
		width: 100%;
		justify-content: center;
	}
}
