*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a img {
  border: none;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}
.clear {
  clear: both;
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #0B003E;
}
.one-half {
  width: 50%;
  float: left;
}
.one-third {
  width: 33%;
  float: left;
}
.wrapper {
  max-width: 80em;
  margin: 0 auto;
}
.wrapper-narrow {
  max-width: 50%;
  margin: 0 auto;
}
.section {
  padding: 30px 0;
  background: #fff;
}
.section-title {
  display: inline-block;
  position: relative;
}
.section-border {
  border-top: 3px solid #0B003E;
  max-width: 7em;
  width: 100%;
  margin: 0 auto;
  height: 0;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.u-table {
  display: table;
  width: 100%;
  height: 100%;
}
.u-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.u-center {
  text-align: center;
}
.u-capitalize {
  text-transform: capitalize;
}
.u-narrow {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #0B003E;
  text-decoration: none;
}
.slider {
  height: 100%;
  position: relative;
}
.slider .owl-prev,
.slider .owl-next {
  position: absolute;
  height: 100px;
  top: 50%;
  padding: 0 5px;
  line-height: 100px;
  vertical-align: middle;
  margin-top: -50px;
  background: rgba(255,255,255,0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
}
.slider:hover  .owl-prev,
.slider .owl-next {
  opacity: 1;
}
.slider .owl-prev {
  left: 0;
}
.slider .owl-next {
  right: 0;
}
.slider .slide {
  height: 100%;
  background-repeat: none;
  background-size: cover;
  width: 100%;
  min-height: 100%;
}
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100%;
}
.slider .slide img {
  opacity: 0;
}
h2 {
  font-size: 1.5em;
  padding-bottom: 10px;
  font-weight: bold;
  color: #0B003E;
  text-align: center;
  text-transform: uppercase;
}
p {
  font-family: 'Playfair Display', serif;
  line-height: 1.4;
  font-size: 0.9em;
  padding-bottom: 10px;
}
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/header.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.header {
  position: relative;
  height: 100%;
  width: 100%;
}
.header-logo {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.header-logo .header-logo-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  top: -10%;
  position: relative;
}
.header-logo img {
  display: inline-block;
  width: 320px;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.home-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  display: block;
}
.facebook {
  position: absolute;
  right: 10%;
  width: 16px;
  height: 16px;
  background: url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/facebook@2x.png) center no-repeat;
  background-size: 100% auto;
  display: block;
  top: 50%;
  margin-top: -4px;
}
.navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  background: #fff;
  text-align: center;
  background: #fff url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/peinture_marc_feltus_logo_small@2x.png) no-repeat center;
  background-size: auto 70%;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  z-index: 999;
}
.navigation ul {
  display: inline-block;
}
.navigation ul li {
  display: inline-block;
  font-weight: bold;
}
.navigation ul li a {
  color: #0B003E;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  display: inline-block;
  margin: 0 20px;
  border-bottom: 3px solid #fff;
}
.navigation ul li a.active {
  border-bottom: 3px solid #0B003E;
}
.navigation ul li.current-menu-item a {
  border-bottom: 2px solid #0B003E;
  color: #0B003E;
}
#menu-left-menu {
  padding-right: 100px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -0.5em;
  text-align: right;
}
#menu-right-menu {
  padding-left: 100px;
  position: absolute;
  left: 50%;
  margin-top: -0.5em;
  text-align: left;
  top: 50%;
}
.mobile-nav-btn {
  display: none;
  width: 2em;
  height: 2em;
  padding: 0.9em 0;
}
.mobile-nav-btn span {
  width: 100%;
  display: block;
  height: 2px;
  background: #0F273A;
  margin-bottom: 6px;
}
.mobile-nav-btn span:last-child {
  margin-bottom: 0px;
}
.section-enterprise {
  background: #E8E4E6;
}
.section-contact {
  background: #95CEEF;
  paddin: 30px 0;
}
.section-contact .wrapper-narrow {
  background: #fff url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/painter.jpg) no-repeat right 0;
  padding: 30px;
  background-size: 240px auto;
}
.section-contact .contact-block {
  margin: 20px 0;
  margin-right: 50%;
  border-bottom: 1px solid #0B003E;
  padding-bottom: 20px;
}
.section-contact .contact-map {
  padding: 20px 0;
  width: 100%;
  height: auto;
  display: block;
}
.section-services .service {
  position: relative;
  margin: 20px 0;
}
.section-services .service .service-image {
  position: absolute;
  top: 0;
  right: 51%;
  bottom: 0;
  left: 0%;
  background: #E8E4E6;
  overflow: hidden;
}
.section-services .service .service-text {
  background: #18B0E4;
  width: 49%;
  margin-left: 51%;
  padding: 50px 80px;
  color: #fff;
}
.section-services .service .service-text .u-table {
  min-height: 20em;
}
.section-services .service .service-text h3 {
  font-size: 1.6em;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-services .service .service-text h4 {
  padding-bottom: 20px;
}
.section-services .service .service-text p,
.section-services .service .service-text ul {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  text-align: center;
}
.section-services .service .service-text ul {
  text-align: left;
}
.section-services .service .service-text ul li {
  list-style: disc;
}
.section-services .service.odd .service-image {
  right: 0;
  left: 51%;
}
.section-services .service.odd .service-text {
  width: 49%;
  background: #0B003E;
  margin-left: 0;
  margin-right: 51%;
}
.section-services .service:before,
.section-services .service:after {
  content: " ";
  display: table;
}
.section-services .service:after {
  clear: both;
}
.section-clients {
  background: #E8E4E6;
}
.clients:before,
.clients:after {
  content: " ";
  display: table;
}
.clients:after {
  clear: both;
}
.client-titles {
  padding: 20px;
  font-family: 'Playfair Display', serif;
}
.client {
  height: 0;
  position: relative;
  padding-bottom: 19.55%;
  margin: 20px 2%;
  width: 29.333%;
}
.client .client-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.client .u-table {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: 'Playfair Display', serif;
}
.client:hover,
.client.active {
  background: #18B0E4 !important;
}
.client:hover .u-table,
.client.active .u-table {
  opacity: 1;
}
.section-imprint {
  background: url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/imprint.png) repeat-x;
  background-size: auto 100%;
}
.section-imprint .wrapper-narrow {
  background: #fff url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/painterimprint.png) no-repeat top right;
  background-size: 25%;
  padding: 30px;
  padding-right: 150px;
}
.section-imprint .wrapper-narrow strong {
  color: #18B0E4;
}
@media (max-width: 1280px) {
  .wrapper-narrow {
    max-width: 70%;
  }
  .wrapper {
    max-width: 96%;
  }
  .facebook {
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .navigation ul li a {
    font-size: 1em;
    margin: 0 10px;
  }
  .header-logo img {
    width: 240px;
  }
  #menu-right-menu {
    padding-left: ;
  }
  #menu-left-menu {
    padding-right: ;
  }
  .wrapper-narrow {
    max-width: 80%;
  }
}
@media (max-width: 800px) {
  .header-bg {
    display: none;
  }
  .header {
    height: 60px;
  }
  .header-logo {
    display: none;
  }
  .navigation {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 30px 0;
    background: #fff;
    text-align: center;
    background: #fff url(http://www.peinturemarcfeltus.lu/wp-content/themes/peinturemarcfeltus.lu/images/peinture_marc_feltus_logo_small@2x.png) no-repeat 10px center;
    background-size: auto 70%;
    z-index: 9999;
  }
  .mobile-nav-btn {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 1em;
  }
  .navigation .menu {
    display: none;
  }
  .facebook {
    position: relative;
    right: 0;
    top: 0;
    display: none;
    margin: 10px auto;
  }
  .navigation ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navigation ul li a {
    display: block;
    padding: 10px;
  }
  .navigation.active .facebook {
    display: block;
  }
  .navigation.active .navigation-menus {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding-bottom: 10px;
    background: #fff;
  }
  .navigation.active #menu-left-menu,
  .navigation.active #menu-right-menu {
    display: block;
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 640px) {
  .header-logo img {
    width: 160px;
  }
  .one-third,
  .client {
    float: none;
    width: 100%;
  }
  .client {
    padding-bottom: 50%;
    margin: 10px 0;
  }
  .wrapper-narrow {
    max-width: 96%;
  }
  .section-imprint .wrapper-narrow,
  .section-contact .wrapper-narrow {
    padding: 10px;
  }
  .section-contact .wrapper-narrow {
    background-size: 40% auto;
  }
  .section-services .service .service-image,
  .section-services .service.odd .service-image {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 15em;
    float: none;
    width: 100%;
    margin: 0;
  }
  .section-services .service .service-text,
  .section-services .service.odd .service-text {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    float: none;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .section-services .service .service-text p,
  .section-services .service.odd .service-text p {
    text-align: left;
  }
  .section-services .service .service-text ul,
  .section-services .service.odd .service-text ul {
    margin-left: 20px;
  }
  .section-contact .contact-block {
    margin-right: 10%;
  }
}
