@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------- */
/* Fonts */
/* ------------------------------------------------------------- */
/* roboto-regular - latin */
/* @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: fallback;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('roboto-v19-latin-regular.woff2') format('woff2'), url('roboto-v19-latin-regular.woff') format('woff');
}
/* roboto-700 - latin */
/* @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: fallback;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('roboto-v19-latin-700.woff2') format('woff2'), url('roboto-v19-latin-700.woff') format('woff');
} */ */
/* ------------------------------------------------------------- */
/* Global */
/* ------------------------------------------------------------- */
body {
  margin: 0;
  color: #000;
  background-color: #fff;
  /* font-family: 'Roboto', -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, helvetica, arial, sans-serif; */
  font-size: 14px;
  font-weight: 300;
  line-height: 1.618;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}
 .clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1; /* FÃ¼r den IE6 und IE7 */
} 
/* ------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------- */
.container {
  max-width: 1152px;
  margin: auto;
}
.content {
  padding: 20px 0px;
}
.containerLogo {
  /*max-width: 1152px;*/
  margin: auto;
  margin-top: 0px;
  height:120px;
}
.containerLogo img{
  margin-top: 5px;
}

.navbar {
  margin-top: 120px;
}
.myBodyContent
{
	padding-top: 150px;
	padding-bottom: 30px;
}

div.myCustomFooter {

color: #999999;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;

}
.myArticleFilter
{
	padding-top: 20px;
	padding-bottom: 20px;	
}
/* ------------------------------------------------------------- */
/* Responsive Fix */
/* ------------------------------------------------------------- */
 @media (max-width:767px) {
  .site-header {
    padding-top: 10px;
  }
/*   .topline {
    display: none;
  } */
  .footer-left, .footer-right {
    float: none !important;
    text-align: center
  }
  .myArticleFilter
{
	padding-top: 60px;
	padding-bottom: 20px;	
}
.myBodyContent
{
	padding-top: 130px;
	padding-bottom: 10px;
}
} 
@media (max-width:1240px) {
  .container {
    padding: 0px 10px;
  }
  .myArticleFilter
{
	padding-top: 60px;
	padding-bottom: 20px;	
}
.myBodyContent
{
	padding-top: 130px;
	padding-bottom: 10px;
}
}
/* ------------------------------------------------------------- */
/* Header */
/* ------------------------------------------------------------- */
.site-header {
  color: #000;
  background: #fff;
}
.topline {
  height: 30px;
  border-top: 1px solid rgba(198, 202, 206, .3);
  border-bottom: 1px solid rgba(198, 202, 206, .3);
  color: #3f454c;
  background-color: #f6f8fa;
  font-size: 13px;
  padding-top: 8px;
  margin-bottom: 10px;
}
.topline p {
  float: left;
  margin: 0 10px 0 0;
}
.topline .fa {
  margin: 0 5px 0 0;
}
.header-benefits {
  float: right;
}
/* ------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------- */
.site-footer {
  color: #fff;
  background: #333;
  padding: 30px 0px;
}
.site-footer a {
  color: #fff;
  text-decoration: underline;
}
.site-footer a:focus, .site-footer a:hover {
  color: #b43c25
}
.footer-left {
 color: #fff;
  float: left;
}
.footer-right {
  float: right;
}
.footer-right p{
 color: #fff;
}
.footer-left a{
 color: #fff;
}

.cartLabel {
    margin-bottom: 21px;
}