/*======================================
Theme Name: Ecotech netracom
Theme URI: https://ecotechnetracom.de
Description: Ein einfaches Child Theme für Ecotech
Version: 1.0
Author: netracom gmbh
Author URI: https://www.netracom.de
Template: ecotech
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */
.site-footer {
    clear: both;
}

/* Footer Navigation 4 spaltig */
.nm-footer-nav-container {
	background-color: #222121;
	color: #ffffff;
	padding: 20px 0 10px 0;
}
.nm-footer-nav-container a {
	color: #ffffff;
	text-decoration: underline;
}

.nm-footer-nav-container {
	color: #ffffff;
	font-size: 12px !important;
}
.nm-footer-nav-container a,
.nm-footer-nav-container p,
.nm-footer-nav-container li,
.woocommerce .nm-footer-nav-container a {
	color: #FFFFFF;
	font-size: 12px !important;
	line-height: 200% !important;
	margin: 0 !important;
	font-weight: 400;
}

.nm-footer-nav-container a:hover {
	color: #cccccc;
}

.footer-widgets {
    margin-right: -2em;
}

.nm-footer-1 {
	width: 25%;	
	float: left;
}
.nm-footer-2 {
	width: 25%;
	float: left;
}
.nm-footer-3 {
	width: 25%;
	float: left;
}
.nm-footer-4 {
	width: 25%;
	float: left;
	font-size: 14px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.nm-footer-1 {
		width: 100%;	
	}
	.nm-footer-2 {
		width: 100%;
	}
	.nm-footer-3 {
		width: 100%;
	}
	.nm-footer-4 {
		width: 100%;
		text-align: left;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.nm-footer-1 {
		width: 17%;	
	}
	.nm-footer-2 {
		width: 23%;
	}
	.nm-footer-3 {
		width: 36%;
	}
	.nm-footer-4 {
		width: 24%;
		text-align: left;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.nm-footer-1 {
		width: 17%;	
	}
	.nm-footer-2 {
		width: 23%;
	}
	.nm-footer-3 {
		width: 36%;
	}
	.nm-footer-4 {
		width: 24%;
		text-align: left;
	}
}

/* Footer Social Media */
.nm-footer-social-media {
	width: 100%;
	background-color: #004c70;
	color: #ffffff;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	display: none;
}

.nm-social-left {
	width: 50%;
	float: left;	
}

.nm-social-right {
	width: 50%;
	float: left;	
	text-align: right !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.nm-social-left {
		width: 100%;
		text-align: center !important;
	}

	.nm-social-right {
		width: 100%;
		text-align: center !important;
	}
}

/* Footer Icons */
.footer-icons {
	padding: 0 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.footer-icons {
		padding: 0 10px;
	}
	.nm-footer-social-media {
		width: 100%;
		background-color: #2d2d2d;
		color: #ffffff;
		padding: 0px 0 0 0;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.footer-icons {
		padding: 0 15px;
	}
}

.site-footer__wrap {
	background-color: #1E1C1C;
}