@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Roboto Slab', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', Helvetica, Arial, serif !important;
}
#homeMessage .inside p {
    font-family: 'Roboto Slab', Helvetica, Arial, serif !important;
    font-weight: 300;
}
div#logo h3 {
    font-weight: normal;
}

#mainNav ul a {
    font-family:  'Roboto Slab', serif !important;
}
#content #testimonials.homeSection {
    background-color: #D9D9D9!important;
}
.slides .testimonial {
    height: 650px;
}
.slides .testimonial .text p {
    font-size: 0.75em;
    font-family: 'Roboto Slab', "Georgia", serif;
    text-align: justify !important;
    color: #666;
}
.slides .testimonial .text span {
    color: #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.slides .testimonial .text p {
    font-size: 0.68em !important;
    line-height: 1.5em;
}
#testimonials .flex-control-nav {
    bottom: 40px !important;
}
}
@media screen and (max-width : 768px)  {
.slides .testimonial .text p {
    font-size: 0.6em !important;
    line-height: 1.5em;
}
.slides .testimonial {
    height: 700px;
}
#testimonials .flex-control-nav {
    bottom: 20px !important;
}
body #content #testimonials.homeSection img {
    width: 30% !important;
}
}
.fa-rss-style {
	font: normal normal normal 28px/1 FontAwesome !important;
}
.fa-key-services {
	font: normal normal normal 16px/1 FontAwesome !important;
	margin-right:10px;
}
div.key-services  {
	background-color: #f6f6f6;
	padding: 20px;
	margin-bottom:20px;
}

div.key-services-test  {
	background: transparent url("https://ideentraeger-pr.de/wp-content/uploads/2016/12/brille.png") no-repeat center top;
	padding: 20px;
	margin-bottom:20px;
	background-size: cover;
	color: #fff !important;
	min-height: 600px;
}
div.key-services-test h4 {
        margin-top:100px;
	color: #fff !important;
}


#featuredPages {
	min-height: 700px;
	background-image: url("https://ideentraeger-pr.de/wp-content/uploads/2016/12/AR-Brille-Home.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
}
#featuredPages li.page .inside {
    max-width: 62.5em;
}
#featuredPages div.key-services {
   background-color: transparent;
   padding: 20px 10px;
}
#featuredPages li p {
    color: #fff;
    line-height: 1.7em;
    font-size: 1em;
    margin: 0 0 20px 0 !important;
    text-align: left;
}
div.key-services h4 {
	color: #fff !important;
}
#footer a {
    color: #4da7ca !important;
}
#footer a:hover {
    color: #4290ae !important;
}


/*layouts smaller than 700px, iPhone and mobiles*/

@media only screen and (max-width: 1020px) {

	/*Header ------------------*/
	#header .inside {
		padding: 10px 30px;
	}

	#header #logo img {
		max-height: 40px;
	}

  	#mainNav {
 	  	left: 3%;
 	  	top: 50px;
   	}

   	#mainNav li{
 		margin: 0 0 0 3%;
   	}

   	#mainNav li a {
 	  	font-size: 16px;
 		font-style: normal;
 		padding-bottom: 10px;
   	}

   	#mainNav ul{
 		margin: 0 0 0 10px;
 		display: block;
   	}

   	#mainNav .sf-menu {
 		display: none;
   	}

   	.sf-menu li {
 	  	float: none !important;
   	}

	#menu-toggle {
		display: block;
	}
}

#pageHead p {
    color: #666;
    line-height: 1.5em;
}