/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.applicata-blog {
	width: 800px !important;
	margin: 0 auto !important;
	padding: 0 0 40px !important;
	text-align: center !important;
}

.applicata-blog p {
	line-height: 1.6 !important;
}

.applicata-blog h1 {
	padding: 15px 0 28px !important;
}

.applicata-blog h2 {
	padding: 15px 0 28px !important;
}

.applicata-blog h4 {
	padding: 15px 0 !important;
}

.applicata-blog li {
	font-size: 15pt !important;
	line-height: 1.6 !important;
}

form.comment-form .submit {
	color: white !important;
	background-color: #F29200;
}

form.comment-form .submit:hover {
	background-color: #105589;
}

/* START CSS for POLYLANG Plugin */
.main-navigation ul li ul {
	border: 0;
}

li.lang-item img {
	margin: 15px 0 0;
}

li.lang-item a {
	padding: 5px;
}

.main-navigation ul li.lang-item a:hover {
	border: none;
}

/* END - CSS for POLYLANG Plugin */
.full-grey-bg {
	width: 100%;
	background-color: #E9EAED;
}

.grey-bg {
	background-color: #E9EAED;
}

.blue-text {
	color: #105589;
}

.footer-bg {
	width: 100%;
	background-color: #E9EAED;
	border-top: 1px solid #ccc;
}

.tg-one-half p, .tg-one-third p, .tg-one-fourth p {
	text-align: left;
}

.entry-meta {
	margin: 0;
}

/* IMPRINT */
h2.imprint {
	padding: 10px 0 0;
	margin: 0;
	font-size: 15pt;
	font-weight: bold;
}

/* PRICING PAGE */
.pricing {
	box-sizing: border-box;
}

.pricing-feature-text {
	float: left;
	margin: 10px 15px;
	width: 180px;
	height: 30px;
	font-weight: bold;
}

.pricing-feature {
	float: left;
	margin: 20px 15px;
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
}

.pricing-feature img {
	margin-top: 50px;
	height: 80px;
	width: 80px;
}

.pricing-box {
	float: left;
	width: 180px;
	text-align: center;
	margin: 10px;
}

/* Create three columns of equal width */
.columns {
	float: left;
	width: 32%;
	padding: 10px 8px;
}

/* Style the list */
.price {
	list-style-type: none !important;
	border: 1px solid #e3e3e3;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-transition: .3s;
	transition: .3s;
}

/* Add shadows on hover */
.price:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
}

/* Pricing header */
.price .header {
	background-color: #105589;
	color: white;
	font-size: 25px;
}

.price .orange {
	background-color: #F29200;
	color: white;
	font-size: 25px;
}

.price .sub-header {
	background-color: #7b98ad;
	color: white;
	font-size: 22px;
	padding: 15px;
}

.price .sub-orange {
	background-color: #e2bc83;
	color: white;
	font-size: 22px;
	padding: 15px;
}

/* List items */
.price li {
	padding: 20px;
	text-align: center;
	background-color: #fff;
}

/* Grey list item */
.price .grey {
	background-color: #eee;
	font-size: 20px;
	line-height: 1.3em;
}

.price .grey span {
	color: #aaaaaa;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
	.columns {
		width: 100%;
	}
}

/* CONTACT FORM */
.contact-form select {
	width: 300px;
}

.contact-form input[type=text], .contact-form input[type=email] {
	width: 300px !important;
}

.contact-form input[type=submit] {
	padding: 8px;
	margin: 0;
	background-color: #F29200;
	color: white;
	border: 0;
	border-radius: 4px;
}

.contact-form input[type=submit]:hover {
	background-color: #105589 !important;
}

p.contact-submit {
	text-align: center;
	padding-top: 10px;
}

#request-demo, #demo-anfordern {
	background: url('http://www.applicata.de/wp-content/uploads/2016/08/8A981F99AC.jpg') no-repeat fixed center;
	min-height: 800px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.request-demo-heading {
	text-shadow: 0 0 5px #000000;
	color: #ffffff;
}

/* GENERAL PAGE */
article {
	padding-bottom: 0;
}

#content .post, #content .page {
	padding-bottom: 0;
}

/* GENERAL PAGE END */
/* from customizer */
#page {
	box-shadow: none;
}

.main-navigation ul li a {
	color: #105589;
}

.main-navigation ul li a {
}

.main-navigation ul li a:hover {
	border-bottom: 2px solid #105589;
}

div.slides img {
	width: 100%;
}

/* FOOTER ADJUSTMENTS */
.footer-widgets-area {
	padding-top: 30px;
}

.footer-widgets-area .textwidget {
	color: #999999;
}

aside.widget {
	color: #999999;
}

.job-listing-box {
	background-color: #ffffff;
	border-top: 2px solid #999999;
	width: 100%;
	padding: 15px;
	margin-bottom: 25px;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
	font-size: 10pt;
	min-height: 50px;
}

.footer-job-title {
	font-size: 15pt;
	padding-bottom: 10px;
}

.footer-job-info {
	font-size: 12pt;
}

.footer-widgets-wrapper {
	background-color: #E9EAED;
}

.footer-widgets-area a {
	color: #999999;
}

h3.widget-title {
	font-size: 24pt;
	color: #999999 !important;
}

input.newsletter-submit {
	color: #ffffff;
	background-color: #999999;
	font-size: 13pt;
	height: 34px;
}

input.newsletter-submit:hover {
	background-color: #bababa !important;
	color: #ffffff !important;
}

.pushbutton-wide input[type="submit"]:hover {
	background-color: #999999 !important;
}

.newsletter-email {
	color: #999999;
	height: 34px;
	padding: 10px !important;
	margin: 20px 0 0 !important;
	font-size: 13pt;
}

.newsletter-widget {
	width: 85%;
}

.white-box-orange {
	background-color: white;
	border-top: 4px solid orange;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

/* FOOTER ADJUSTMENTS END */
.textwidget {
	color: #333;
	font-size: 13pt;
	line-height: 1.3em;
}

.widget-title span {
	border: 0;
}

.footer-socket-wrapper {
	background-color: #eeeff1;
}

.widget_newsletterwidget {
	color: #333;
	font-size: 13pt;
	line-height: 1.3em;
}

/* benefits */
.benefits-plus {
	padding: 3px 5px 0 0;
}

img.font-page-benefits-image {
	width: 80px;
}

/* about us page */
h3.small {
	font-size: 16pt;
	padding: 0 0 50px;
}

img.company-logo {
	height: 35px;
	margin: 0;
	float: left;
}

.about-us-team {
	float: left;
	width: 31%;
	padding: 10px;
	text-align: center;
}

span.highlight-underline {
	font-weight: bolder;
	border-bottom: 2px dotted #105589;
}

span.highlight {
	font-weight: bolder;
}

/* general classes */
.mg-left-20 {
	margin-left: 20px;
}

.mg-left-60 {
	margin-left: 60px;
}

.mg-right-20 {
	margin-right: 20px;
}

.pd-left-20 {
	padding-left: 20px;
}

.pd-right-20 {
	padding-right: 20px;
}

.pd-top-20 {
	padding-top: 20px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
}

.pd-top-40 {
	padding: 40px 0;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
}

.pd-top-60 {
	padding: 60px 0 40px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
}

.pd-top-80 {
	padding: 80px 0 60px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
}

/* SOLUTION PAGE */
.feature-grid-element {
	width: 26.7%;
	height: 210px;
	margin: 20px;
	padding: 20px;
	background-color: #E9EAED;
	float: left;
	border-top: 4px solid #F29200;
	text-align: center;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.feature-grid-element img {
	margin: 10px 0 0;
	width: 80px;
	height: 80px;
}

.feature-grid-element h2 {
	font-size: 1.5em;
	font-weight: bold;
}

.solution-industry-box {
	float: left;
	width: 13.8%;
	margin: 1.3%;
	background-color: #E9EAED;
	padding: 20px 0;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.customer_benefit_box {
	width: 26.7%;
	height: 130px;
	margin: 0 15px;
	padding: 20px;
	background-color: #ffffff;
	float: left;
	border-top: 4px solid #F29200;
	text-align: left;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.customer_benefit_box img {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	height: 50px;
	width: 50px;
}

.customer_benefit_box h2 {
	font-size: 1.7em;
}

.customer_benefit_plus {
	float: left;
	margin-top: 80px;
}

.solution-industry-box img {
	margin-bottom: 10px;
}

.feature-image {
	width: 80px;
	margin: 20px 0 30px;
}

ul.solution {
	list-style: square url(\'http://www.applicata.de/wp-content/uploads/2016/06/plus-1.png\') !important;
}

h1.solution-page {
	letter-spacing: .02em;
	padding: 0 0 50px;
}

h2.solution {
	font-size: 26px;
}

.bi_solution_benefit {
	float: left;
	width: 39%;
	text-align: left;
	margin: 2.5%;
	padding: 1.5% 2.5%;
	background-color: #E9EAED;
	height: 220px;
	border-radius: 0 0 5px 5px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
	border-top: 4px solid #F29200;
	line-height: 1.4em;
}

.bi_solution_benefit img, .de_bi_solution_benefit img {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}

.bi_solution_benefit ul, .de_bi_solution_benefit ul {
	padding-left: 25px;
	list-style-image: url('http://www.applicata.de/wp-content/uploads/2016/09/checked-mark.png');
}

.bi_solution_benefit li, .de_bi_solution_benefit li {
	padding: 5px 0 0 5px;
}

.de_bi_solution_benefit {
	float: left;
	width: 39%;
	text-align: left;
	margin: 2.5%;
	padding: 1.5% 2.5%;
	background-color: #E9EAED;
	height: 290px;
	border-radius: 0 0 5px 5px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
	border-top: 4px solid #F29200;
	line-height: 1.4em;
}

/* SOLUTION PAGE END */
span.mission-statement {
	font-size: 18pt;
	word-spacing: .05em;
	letter-spacing: .01em;
	margin: 0 0 20px;
	color: #333;
	padding: 25px 20px;
	background-color: #fff;
	border-top: 5px solid #F29200;
	display: block;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

img.mission {
	margin: 0 30px 25px 0;
	display: block;
	float: left;
}

span.mission {
	padding: 0 0 50px;
}

/* landing page */
h3.entry-title span {
	font-size: 26pt !important;
	line-height: 1.3;
}

.entry-content p {
	font-size: 15pt;
	line-height: 1.3em;
}

/* content width */
.post-title-wrapper {
	padding: 0;
}

#header-text-nav-container div.inner-wrap {
	max-width: 1218px !important;
	margin: 0 auto;
}

.inner-wrap {
	max-width: 100% !important;
}

.wide-978 #featured-slider .slider-cycle, .wide-1218 #featured-slider .slider-cycle {
	max-width: 100%;
}

/*
div#page div.inner-wrap { max-width: 1218px }
div#main div.inner-wrap { max-width: 100% }
*/
/* customer testemonials */
.customers-quote {
	font-size: 13pt;
	line-height: 1.3em;
	color: #333;
	height: auto;
}

.de-customers-quote {
	font-size: 12pt;
	line-height: 1.3em;
	color: #333;
	height: auto;
}

.customers-name {
	font-size: 14pt;
	color: #105589;
	font-weight: bold;
}

.customers-title {
	font-size: 13pt;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 5px 0 0;
	color: #F29200;
}

.customers-image {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.customers-logo-box {
	background-color: white;
	border-top: 4px solid orange;
	padding: 30px 25px;
	margin: 0 15px;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.customers-logo-box img {
	margin-bottom: 20px;
}

.contact-form-box {
	background-color: white;
	border-top: 4px solid orange;
	padding: 30px 25px;
	margin: 0 15px;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}

.widget_service_block {
	max-width: 1218px;
	margin: 0 auto;
}

/*
article { max-width: 1218px !important; margin: 0 auto }
*/
.full-width-background {
	width: 100%;
	padding: 60px 0;
}

.content-center {
	max-width: 1218px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}

.content-center-blog {
	width: 1218px;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: left;
}

#main {
	padding: 0 !important;
}

div.footer-socket-wrapper div.inner-wrap {
	max-width: 100% !important;
	margin: 0 25px;
}

.header-post-title-container {
	box-shadow: 0;
	background-color: #105589;
	color: white !important;
	margin-top: 87px;
	padding: 10px 0;
}

div.entry-description-container {
	background-color: #105589 !important;
}

/* front-page usp links */
#front-page-usp a {
	color: #333333;
	border-bottom: 1px solid #333333;
}

#front-page-usp a:hover {
	color: #105589;
	border-bottom: 1px solid #105589;
}

div#front-page-usp {
	width: 45%;
	float: left;
	padding: 20px;
	font-size: 23pt;
	line-height: 1.4em;
	text-align: left;
}

.notebook {
	max-width: 700px;
}

@media screen and (max-width: 768px) {
	/* landing page */
	h3.entry-title span {
		font-size: 6vw !important;
		line-height: 1.3;
	}
	
	div#front-page-usp {
		float: left;
		padding: 20px 0 !important;
		font-size: 12pt;
		line-height: 1.4em;
	}
	
	.content-center > div {
		width: 100% !important;
		text-align: center !important;
		padding: 10px 0 !important;
	}
	
	.content-center > div > div {
		text-align: center !important;
	}
	
	.customers-quote {
		height: auto;
	}
	
	.customers-logo-box {
		margin-top: 10px;
	}
	
	.notebook {
		width: 60%;
	}
	
	.contact-form-box {
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	
	h3.widget-title {
		text-align: center !important;
	}
	
	.newsletter-widget, .newsletter-widget > form > p > input {
		width: 99%;
		text-align: center;
		padding: 0 !important;
	}
	
	.job-listing-box {
		width: auto;
	}
	
	#featured-slider {
		padding-top: 130px !important;
	}
	
	.inner-wrap {
		margin: 0 !important;
		width: 100% !important;
	}
	
	.entry-container {
		max-width: 95% !important;
		left: 0 !important;
	}
	
	.bi_solution_benefit {
		width: 91%;
		height: auto;
	}
	
	.customer_benefit_plus {
		margin-top: 25px !important;
		width: 100%;
	}
	
	.solution-industry-box {
		margin: 1.3% 0;
	}
	
	.data-sources {
		width: 45% !important;
		padding: 5px;
	}
	
	.feature-grid-element {
		margin: 20px 0;
	}
	
	.customer_benefit_box > p {
		padding: 20px;
	}
	
	.customer_benefit_box > h2 {
		line-height: 0;
	}
	
	.customer_benefit_box {
		margin: 0;
		height: auto;
	}
	
	.de_bi_solution_benefit {
		width: 91%;
		height: auto;
	}
	
	.pricing-feature-text {
		float: none;
	}
	
	.header-post-title-class {
		padding-left: 10px;
	}
	
	.header-post-title-container {
		margin-top: 132px;
	}
	
	.applicata-blog {
		width: 100% !important;
	}
	
	.applicata-blog p {
		line-height: 1.6 !important;
		padding: 0 5px;
	}
	
	.single-post h1 {
		margin-top: 140px !important;
	}
}

	
}

/* front-page slide read more button */
#featured-slider a:hover.slider-read-more-button {
	background-color: #105589;
}

#header-text-nav-container {
	border: none;
}

#featured-slider {
	border: none;
}

#header-text-nav-container {
	border-bottom: 1px solid #f2f2f2;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	background-color: #FFFFFF;
}

#featured-slider {
	padding-top: 60px;
}

div.header-post-title-container {
	box-shadow: 0 !important;
}

.customer_benefit_box p {
	font-size: 16px;
}