#ul-custom-footer {
	background-color: #f8f8f8;
	width: 100%;
	padding-top: 0px;
	margin-top: 20px;
}

#ul-custom-footer:before {
	background: inherit;
	content: '';
	display: block;
	height: 80px;
	position: relative;
	left: 0;
	right: 0;
	top: -20px;
	-webkit-transform: skewY(0.75deg);
	transform: skewY(0.75deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100%;
	background: #f8f8f8;
}

#ul-custom-footer-container {
	width: inherit;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	padding-left: 3%;
	padding-right: 3%;
}

#ul-custom-footer-top-left-desktop {
	width: 64%;
	display: inline-block;
}

#ul-custom-footer-top-left-mobile {
	display: none;
}

#ul-custom-footer-top-right {
	width: 34%;
	display: inline-block;
}

.ul-custom-footer-toggle-left-icon, 
.ul-custom-footer-toggle-right-icon {
	display: none !important;
}

#ul-custom-footer-top-left-desktop #ul-custom-footer-left {
	width: 57%;
	display: inline-block;
	vertical-align: top; 
}

#ul-custom-footer-top-left-desktop #ul-custom-footer-right {
	width: 41%;
	display: inline-block;
	vertical-align: top; 
}

#ul-custom-footer-top-left-desktop #ul-custom-footer-left  .left-col-entry a, 
#ul-custom-footer-top-left-mobile #ul-custom-footer-left  .left-col-entry a,
#ul-custom-footer-top-left-desktop #ul-custom-footer-right  .right-col-entry a,
#ul-custom-footer-top-left-mobile #ul-custom-footer-right  .right-col-entry a {
	color: #333 !important;
}

#ul-custom-footer-top-left-desktop #ul-custom-footer-left  .left-col-entry a:hover, 
#ul-custom-footer-top-left-mobile #ul-custom-footer-left  .left-col-entry a:hover,
#ul-custom-footer-top-left-desktop #ul-custom-footer-right  .right-col-entry a:hover, 
#ul-custom-footer-top-left-mobile #ul-custom-footer-right  .right-col-entry a:hover  {
	color: #e21f53 !important;
}

#ul-custom-footer-top-right #ul-custom-footer-newsletter {
	width: 100%;
	display: inline-block;
	vertical-align: top; 
}

#ul-custom-footer-container p {
	font-family: 'Open Sans';
	font-size: 16px;
	padding-bottom: 0px;
}

#ul-custom-footer-container p.ul-custom-footer-title {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
	z-index: 999;
	position: relative;
}

#ul-custom-footer-container p.newsletter-label {
	font-size: 13px;
	margin-bottom: 5px;
}

#ul-custom-footer-container input[type="text"] {
	color: #9c9c9c;
	height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 250px;
}

#ul-custom-footer-container button {
	height: 48px;
	width: 55px;
	position: relative;
	left: -5px;
	font-family: Bariol;
	font-size: 18px;
	top: 1px;
	background: rgb(37,180,114); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,180,114,1) 0%, rgba(31,153,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37,180,114,1) 0%,rgba(31,153,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37,180,114,1) 0%,rgba(31,153,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25b472', endColorstr='#1f9960',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: none;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}
#ul-custom-footer-container button:hover {
	background: -moz-linear-gradient(top, rgba(31,153,96,1) 0%, rgba(37,180,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(31,153,96,1) 0%, rgba(37,180,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(31,153,96,1) 0%, rgba(37,180,114,1)100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f9960', endColorstr='#25b472',GradientType=0 ); /* IE6-9 */
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#ul-custom-footer-container button {
		top: 2px;
	}
}


p.newsletter-error-label {
	display: none;
	color: #ff0000;
	font-size: 13px !important;
	margin-top: 5px;
}

p.newsletter-success-label {	
	display: none;
	color: #1F9960;
	font-size: 13px !important;
	margin-top: 5px;
}

#ul-custom-footer-bottom {
	text-align: center;
	margin-top: 76px;
}

#ul-custom-footer-bottom .widget_text {
	margin-bottom: 0 !important; 
}

#ul-custom-footer-bottom a {
	color: #333;
}

#ul-custom-footer-bottom .fa-facebook-square:hover {
	color: #3b5998; 
}

#ul-custom-footer-bottom .fa-twitter-square:hover {
	color: #1da1f2; 
}

#ul-custom-footer-bottom .fa-youtube-square:hover {
	color: #cd201f; 
}

#ul-custom-footer-bottom .fa-xing-square:hover {
	color: #026466; 
}

#ul-custom-footer-bottom .fa-linkedin-square:hover {
	color: #3182CE; 
}

#ul-custom-footer-bottom .ul-custom-footer-icon {
	margin-bottom: 28px;
	font-size: 28px;
	margin-right: 20px;
}

#ul-custom-footer-bottom .ul-custom-footer-small-icon {
	font-size: 13px;
}

#ul-custom-footer-container #ul-custom-footer-impressum {
	padding-bottom: 20px;
}

#ul-custom-footer-container #ul-custom-footer-impressum p {
	font-size: 13px;
}

#ul-custom-footer #back-to-top {
	display: none;
	position: fixed;
	top: 80%;
	left: 90%;
	z-index: 991;
}


/* Smartphones and Tablet (0-979px) */
@media only screen and ( max-width: 979px ) {
 
	#ul-custom-footer-top-left-desktop {
		display: none;
	}
 
	#ul-custom-footer-top-left-mobile {
		width: 100%;
		display: block;
		vertical-align: top;
		min-height: 150px;
	}

	#ul-custom-footer-top-left-mobile #ul-custom-footer-left {
		width: 49%;
		display: inline-block;
		vertical-align: top; 
	}

	#ul-custom-footer-top-left-mobile #ul-custom-footer-right {
		width: 49%;
		display: inline-block;
		vertical-align: top; 
	}
	
	#ul-custom-footer-top-right {
		width: 100%;
		display: block;
		margin-top: 35px;
	}
	
	.right-title {
		text-align: right;
	}

	.right-col-entry {
		margin-left: -100%;
		display: none;
	}
	
	.ul-custom-footer-toggle-left-icon, 
	.ul-custom-footer-toggle-right-icon {
		display: inline-block !important;
	}
	
	#ul-custom-footer-top-right p.ul-custom-footer-title {
		margin-bottom: 15px;
	}
	
	.ul-custom-footer-toggle-left, .ul-custom-footer-toggle-right {
		display: block;
		cursor: pointer;
	}
	
	#ul-custom-footer-container input[type="text"] {
		width: calc(100% - 60px);
	}
	
	#ul-custom-footer-container button {
		top: 2px;
	}

	#ul-custom-footer #back-to-top {
		left: 78%;
	}
	
	#ul-custom-footer #back-to-top img {
		height: 70px;
		width: 70px;
	}
}

@media screen and (min-width: 1100px) {
	#ul-custom-footer {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and ( min-width: 616px ) and ( max-width: 1099px ) {
	
	#ul-custom-footer-container input[type="text"] {
		width: 70%;
	}
}

@media only screen and ( min-width: 480px ) and ( max-width: 615px ) {
	
	#ul-custom-footer-container input[type="text"] {
		width: 60%;
	}	
}

@media only screen and ( max-width: 479px ) {
	#ul-custom-footer-top-left-mobile{
		display: none !important;
	}
}