/* sections-footer.css */
#footer .columns {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
  margin: calc(-1 * var(--space-3));
}
#footer .columns .col {
	padding: var(--space-3);
}
#footer .columns .col:first-child {
	margin-right: var(--space-10);
}

/* main-footer */
#footer .main-footer {
  position: relative;
	overflow: hidden;
	padding: var(--space-6) 0;
	line-height: 2em;
	font-size: .97em;
}
#footer .main-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: var(--space-4);
}
#footer .main-footer ul.contact {
	padding-bottom: var(--space-2);
}
#footer .main-footer .footer-title {
	margin-top: var(--space-4);
	font-size: 1.4em;
	line-height: normal;
	margin-bottom: var(--space-3);
}
#footer .footer-title .plus {
	transition: all .3s ease-in-out;
}
#footer .main-footer .footer-title.active .plus {
	transform: rotate(90deg);
}
#footer .main-footer .columns.space-around {
	justify-content: space-around;
}
#footer .main-footer .footer-side-img img {
	max-width: 100%;
	width: 300px;
}
#footer .main-footer .col.flex-even {
	position: relative;
	z-index: 2;
}
#footer .main-footer ul li a[title="Linkpartners"],
#footer .main-footer ul li a[title="Aluminium"],
#footer .main-footer ul li a[title="Alu-Profilleiste"],
#footer .main-footer ul li a[title="Alu-Flachprofil"] {
	color: var(--color-gray-medium);
}

/* kantoor-en-afhaal */
#footer .kantoor-en-afhaal {
	display: flex;
	flex-direction: row;
	margin-bottom: var(--space-3);
}
#footer .kantoor-en-afhaal .content-wrap {
	margin-right: var(--space-3);
}
#footer .kantoor-en-afhaal .content-wrap .title {
	margin-bottom: var(--space-1);
	font-weight: 700;
}
#footer .kantoor-en-afhaal .content-wrap strong {
	color: var(--color-white);
}

/* footer-top */
#footer .footer-top {
	background: var(--color-gray-lighter);
}
#footer .footer-top .inner {
	padding-top: var(--space-10);
	padding-bottom: var(--space-10);
}
#footer .footer-top .col-row {
	margin: calc(-1 * var(--space-2));
	display: flex;
}
#footer .footer-top .footer-title h2,
#footer .footer-top .footer-title-small {
	margin: 0;
	font-size: 1.5em;
}
#footer .footer-top .social-col ul.social-items li:hover {
	opacity: 0.75;
}
#footer .footer-top .social-col ul.social-items li a {
  background: var(--color-gray-dark);
  color: var(--color-white);
	width: 45px;
	height: 45px;
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .main-footer .footer-links-wrap .footer-title i {
	transition: 0.15s all ease-in-out;
}
#footer .footer-top .inner img {
	max-width: 250px;
	min-width: 250px;
  height: auto;
}
#footer .footer-top .right {
	display: flex;
	justify-content: space-between;
	flex-grow: 10;
	padding-bottom: 60px;
	margin: calc(-1 * var(--space-2));
}
#footer .footer-top .footer-title {
	margin-bottom: var(--space-6);
}
#footer .footer-top .footer-title-small {
	margin-bottom: var(--space-3);
}
#footer .footer-top .footer-col {
	padding: var(--space-2);
	flex: 1;
}
#footer .footer-top .footer-col.col-help {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 2;
}
#footer .footer-top .standard-input {
	min-width: 240px;
	max-width: 240px;
	height: 40px;
	font-size: 14px;
}
#footer .footer-top .btn {
	height: 40px;
	padding: 0 var(--space-5);
	border-radius: 0;
}
#footer .footer-top .col-help .help-top .general-content {
	font-size: 1em;
	max-width: 450px;
	color: var(--color-gray-dark);
}
#footer .footer-top .col-help .help-bottom {
	padding-top: var(--space-8);
  padding-bottom: var(--space-4);
}
#footer .footer-top .col-help .help-bottom ul.help-contact {
	display: flex;
  flex-wrap: wrap;
	margin: calc(-1 * var(--space-6));
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item {
	padding: var(--space-3) var(--space-6);
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item a {
	display: flex;
}
#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item a:hover {
	text-decoration: none;
}
#footer .footer-top .col-help .help-bottom i {
	min-height: 45px;
	max-height: 45px;
	min-width: 45px;
	max-width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: var(--radius-round);
	font-size: 1.3em;
	margin-right: var(--space-2);
}
#footer .footer-top .col-help .help-bottom .text-phone,
#footer .footer-top .col-help .help-bottom .text-mail,
#footer .footer-top .col-help .help-bottom .text-chat {
	font-weight: 700;
  color: var(--color-primary);
}
#footer .footer-top .col-help .help-bottom .open,
#footer .footer-top .col-help .help-bottom .closed,
#footer .footer-top .col-help .help-bottom .break,
#footer .footer-top .col-help .help-bottom .online,
#footer .footer-top .col-help .help-bottom .away,
#footer .footer-top .col-help .help-bottom .offline {
	position: relative;
  line-height: normal;
  padding-left: 18px;
}
#footer .footer-top .col-help .help-bottom .open:before,
#footer .footer-top .col-help .help-bottom .closed:before,
#footer .footer-top .col-help .help-bottom .break:before,
#footer .footer-top .col-help .help-bottom .online:before,
#footer .footer-top .col-help .help-bottom .away:before,
#footer .footer-top .col-help .help-bottom .offline:before {
	position: absolute;
  top: 3px;
  left: 0;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: var(--radius-round);
}
#footer .footer-top .col-help .help-bottom a .open:before,
#footer .footer-top .col-help .help-bottom a .online:before {
	background: var(--color-cart-buttons);
}
#footer .footer-top .col-help .help-bottom a .break:before,
#footer .footer-top .col-help .help-bottom a .away:before {
  background: #ffae42;
}
#footer .footer-top .col-help .help-bottom a .closed:before,
#footer .footer-top .col-help .help-bottom a .offline:before {
  background: var(--color-red);
}
#footer .footer-top .col-socialmedia {
	color: var(--color-white);
	display: flex;
	flex-direction: column;
}
#footer .footer-top .col-reviews-social .social-col {
	margin-top: var(--space-4);
}
#footer .footer-top .social-col ul.social-items {
	display: flex;
	margin: calc(-1 * var(--space-2));
}
#footer .footer-top .social-col ul.social-items li {
	padding: var(--space-2) var(--space-3);
  transition: all ease .25s;
}
#footer .footer-top .social-col ul.social-items li a:hover {
	text-decoration: none;
}
#footer .footer-top .social-col ul.social-items li i {
	font-size: 1.75em;
	transition: 0.15s all ease-in-out;
}

/* footer-logo */
#footer .footer-logo {
	margin-top: var(--space-4);
	margin-bottom: var(--space-3);
}
#footer .footer-logo.small-logo img {
	height: 30px;
}
#footer .footer-logo.medium-logo img {
	height: 50px;
}
#footer .footer-logo.large-logo img {
  height: auto;
  width: 50%;
}

/* bottom-footer */
#footer .bottom-footer {
	padding: var(--space-1) 0;
}
#footer .bottom-footer .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .bottom-footer .copyright {
	font-size: .85em;
}
#footer .footer-top .col-help .help-top .general-content a {
	text-decoration: underline;
}

@media (max-width: 1199px) {
  #footer .footer-top .footer-title h2,
  #footer .footer-top .footer-title-small {
		font-size: 1.3em;
	}
	#footer .footer-top .inner img {
		min-width: 200px;
		max-width: 200px;
	}
  
	#footer .columns .col:first-child {
		margin-right: 0;
	}  
  #footer .columns.space-around .col:first-child {
		margin-left: unset;
	}  
  #footer .main-footer .columns.space-around {
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	#footer .columns {
		flex-direction: column;
		align-items: stretch;
	}
	#footer .columns .col {
		order: 2;
	}
	#footer .columns .col:nth-child(2) {
		order: 1;
		text-align: center;
	}
  
	#footer .main-footer .content-wrap {
		display: none;
		padding: var(--space-4) 0;
		border-bottom: var(--border-subtle);
	}
	#footer .main-footer .content-wrap ul {
		padding-bottom: 0;
	}
	#footer .main-footer .columns {
		margin: 0;
	}
	#footer .main-footer .columns .col {
		padding: 0;
	}
	#footer .main-footer .footer-title {
		margin-top: 0;
	}
	#footer .main-footer .col.mob-slide .footer-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		padding: 13px 0;
		font-size: 1.1em;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
  #footer .main-footer .col.mob-slide .footer-title.no-border {
  	border: none !important;
  }
  #footer .main-footer .col.mob-slide:last-child div:nth-child(3)  {
  	border-bottom: none;
  }
  
  #footer .footer-top .inner {
		padding: var(--space-4) 0;
	}
	#footer .footer-top .footer-title {
		margin-bottom: var(--space-3);
	}
	#footer .footer-top .col-help .help-top .general-content {
		max-width: unset;
	}
  
	#footer .bottom-footer {
		padding: var(--space-2) 0;
		text-align: center;
	}
	#footer .bottom-footer .flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#footer .bottom-footer .payments {
		order: 1;
	}
	#footer .bottom-footer .copyright {
		order: 2;
		padding: 0;
		margin-top: var(--space-2);
	}
  
  #footer .columns .col:nth-child(2) {
		order: 2;
		text-align: left;
	}
  
	#footer .kantoor-en-afhaal {
		margin: 0;
	}
}

@media (max-width: 767px) {
	#footer .main-footer .footer-title {
		font-size: 1.2em;
	}
  
  #footer .footer-top .inner {
		padding: var(--space-3) 0;
	}
	#footer .footer-top .col-row {
		flex-wrap: wrap;
	}
	#footer .footer-top .footer-col, 	#footer .footer-top .footer-col.col-help {
		flex: unset;
	}
	#footer .footer-top .col-help .help-bottom ul.help-contact {
		flex-direction: column;
		margin: calc(-1 * var(--space-1));
	}
	#footer .footer-top .col-help .help-bottom ul.help-contact li.contact-item {
		padding: var(--space-1);
	}
	#footer .footer-top .col-help .help-bottom .text-title {
		max-width: unset;
	}
	#footer .footer-top .col-help .help-bottom {
		padding-top: var(--space-3);
    padding-bottom: 0;
	}
	#footer .footer-top .col-help .help-bottom i {
		min-height: 35px;
		max-height: 35px;
		min-width: 35px;
		max-width: 35px;
		font-size: 1.1em;
	}
	#footer .footer-top .footer-title, #footer .footer-top .footer-title-small {
		margin-bottom: var(--space-2);
	}
	#footer .footer-top .footer-title h2,	#footer .footer-top .footer-title-small {
		font-size: 1.1em;
	}
	#footer .footer-top .col-help .help-top .general-content {
		font-size: 0.93em;
	}
	#footer .footer-top .col-reviews-social .social-col {
		margin-top: var(--space-3);
	}
  
  #footer .kantoor-en-afhaal {
		justify-content: space-between;
	}
}