/* LAYOUT */
#bwp-footer.cb-footer {
	font-size: 1rem;
	color: var(--white);
	background-color: var(--black);
}
.cb-footer-inner {
	max-width: 1440px;
	margin: auto;
}

#bwp-footer .cb-socials .social-link li {
	margin: 0;
}

/* MEDIEN-BEREICH */
.cb-footer-media {
	display: flex;
	flex-flow: row nowrap;
	grid-column-gap: 4.5em;
	justify-content: space-between;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
    padding-right: 3em;
}

/* Socials */
.cb-socials {
	flex-basis: 30%;
	flex-shrink: 0;
}
.cb-footer .cb-socials h2 {
	display: inline-block;
	color: var(--white);
	margin: 0;
	font-family: "Tertre";
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.cb-socials .social-link {
	display: inline-block;
}
#bwp-footer .cb-socials ul.social-link li a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 2rem;
}
#bwp-footer .cb-socials ul.social-link li a i {
	font-size: 1rem;
}
.cb-socials span {
	display: block;
	font-size: 0.875em;
}

/* Newsletter */
.cb-newsletter {
	flex-basis: 65.25%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.cb-newsletter .cb-newsletter-text h2 {
	color: var(--white);
	margin: 0;
	font-family: "Tertre";
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.cb-newsletter .cb-newsletter-text span {
	font-size: 0.875em;
}
#bwp-footer .cb-newsletter .cb-newsletter-btn {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.75em;
	color: var(--white);
	padding: 0.75em 5em;
	border: solid 1px var(--white);
	transition: all ease 0.3s;
	text-transform:uppercase;
	font-family: "Tertre";
	letter-spacing: 1.5px;
	font-weight: bold;
	text-align: center; 
}
#bwp-footer .cb-newsletter .cb-newsletter-btn:hover {
	color: var(--black);
	background-color: var(--white);
} 

#bwp-footer .cb-footer-sitelinks a {
	color:var(--white);
}

#bwp-footer .cb-footer-socket-inner a {
	color:var(--black);
}

#bwp-footer .cb-footer-socket-inner a:hover {
	color: var(--red);
	transition: all ease 0.3s;
}

#bwp-footer .cb-socials .social-link li a:hover {
	background: var(--red);
    border-color: var(--red);
	transition: all ease 0.3s;
}

#bwp-footer .cb-footer-inner a:active, 
#bwp-footer .cb-footer-inner a:focus, 
#bwp-footer .cb-footer-inner a:hover {
	color: var(--red);
	transition: all ease 0.3s;
}
/* DIVIDER */
.cb-footer-divider {
	height: 1px;
	width: 100%;
	background-color: var(--light-grey);
}

/* SITELINKS */
.cb-footer-sitelinks {
	display: flex;
	flex-flow: row nowrap;
	grid-column-gap: 4.5em;
	justify-content: space-between;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 3em;
    padding-right: 3em;
}
.cb-footer-sitelinks > div {
	flex-basis: 30%;
	flex-shrink: 0;
}
.cb-footer .cb-footer-sitelinks h2 {
	color: var(--white);
	margin: 0;
	font-family: "Tertre";
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/* Kontakt und Zahlungsmethoden */
.cb-footer-sitelinks .cb-footer-contact ul {
	margin-bottom: 1.75em;
}
.cb-paymethods {
	display: flex;
	flex-flow: row wrap;
	gap: 0.75rem;
	width: 11rem;
}
.cb-paymethod-icon {
	width: 2rem;
	height: 1.25rem;
}

/* SOCKET */
.cb-footer-socket {
	color: var(--black);
	background-color: var(--white);
	padding: 1rem 0;
}
.cb-footer-socket-inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 1440px;
	margin: auto;
	font-family: 'Lekton';
    text-transform: uppercase;
    padding-left: 3em;
    padding-right: 3em;
    font-weight: bold;
    font-size: 0.75em;
	letter-spacing: 1.3px;
}

.cb-footer-socket .cb-col-1 {
	flex-basis: 30%;
}

.cb-footer-socket .cb-col-3 {
	flex-basis: 30%;
	text-align: right;
}

.cb-footer-socket .cb-socket-withdrawal {
	margin-left: 1em;
}
.cb-footer-socket .cb-col-2 ul li {
	display: inline-block;
}

.cb-footer-socket .cb-col-2 a {
	position: relative;
	margin-right: 2em;
	text-align: center;
}

.cb-footer-socket .cb-col-2 a:after {
	content: url('/wp-content/uploads/2022/03/cocoons-icon-small.svg');
	position: absolute;
	right: -1.8em;
}

.cb-footer-socket .cb-col-2 li:last-child a:after {
	display: none;
}



@media only screen and (max-width: 767px){
	.cb-socials h2,
	.cb-socials span {
		display:none;
	}
	.cb-footer-media {
		display: flex;
		flex-flow: column wrap;
		grid-column-gap: 4.5em;
		justify-content: space-between;
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 1em;
		padding-right: 1em;
	}
	.cb-newsletter {
		flex-basis: 65.25%;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	.cb-newsletter .cb-newsletter-text h2{
		width: 70%;
		line-height: normal;
		margin-bottom: 0.5em;
	}
	.cb-socials {
		margin-bottom: 1.5em;
	}
	#bwp-footer .cb-newsletter .cb-newsletter-btn {
		margin-top: 1em;
		padding: 0.75em 0;
		width: 100%;
	}
	
	#bwp-footer ul {
		margin: 0;
	}
	.cb-footer-sitelinks {
		flex-flow: column;
		padding: 0;
	}
	.cb-footer-socket-inner {
		flex-flow: column;
		text-align: center;
	}
	.cb-accordeon-item ul {
		max-height: 0;
		overflow: hidden;
		transition: all 0.5s ease;
	}
	.cb-accordeon-open {
		max-height: 1000px !important;
	}
	.cb-accordeon-open ul {
		padding-bottom: 1em;
	}
	.cb-accordeon-item {
		border-bottom: solid 1px var(--light-grey);
		padding: .5em 1em .5em 1em;
	}
	.cb-accordeon-item h2 {
		position: relative;
	}
	
	.cb-accordeon-item h2:after {
		position: absolute;
		content: "";
		background-image: url("/wp-content/uploads/2022/03/akkordeon-mobile-footer.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 1.5em;
		height: 1.5em;
		right: .5em;
		top: 5px;
	}
	
	.cb-accordeon-item:nth-child(2) h2:after {
		display: none;
	}
	
	#bwp-footer .cb-footer-socket-inner a {
		display: block;
		text-align: center;
	}
	.cb-footer-socket .cb-col-2 {
		margin: 1em 0;
		
	}
}