/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Logo */
#logo .custom-logo {
  width: 270px;
  height: 60px;
  background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

/* Frontpage Demo Content */
.demo-slide {
  min-height: 400px;
  padding: 60px 0 0 60px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.demo-slide h1 {
  font-size: 40px;
  margin: 0 0 10px 0;
}

.demo-slide h2 {
  font-size: 26px;
  margin: 0 0 50px 0;
}

.demo-slide h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.demo-slide p { margin: 0; }

.demo-slide .demo-box {
  position: relative;
  min-height: 62px;
  padding-top: 20px;
}

.demo-slide ul.check > li {
  padding-left: 25px;
  background: url(../images/icon_check.png) 0 50% no-repeat;
  line-height: 32px;
  font-size: 18px;
}

.demo-box-article {
  position: relative;
  float: left;
  width: 300px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.demo-box img,
.demo-box-article img {
  position: absolute;
  top: 10px;
  left: 0;
}

.demo-box h3,
.demo-box-article h3 { margin-top: 0; }

.demo-box h3,
.demo-box p,
.demo-box-article h3,
.demo-box-article small { margin-left: 72px; }

.demo-list ul.line > li { line-height: 30px; }

/* LBU 250130220 */

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 36px; line-height: 41px; }
h2 { font-size: 24px; line-height: 29px; }
h3 { font-size: 18px; line-height: 23px; }
h4, h5, h6 { font-size: 16px; line-height: 21px; }

/* Search Box
----------------------------------------------------------------------------------------------------*/

.searchbox .results li.results-header {
  background-color: #50a631;}
  
  /* Block bottom
----------------------------------------------------------------------------------------------------*/
div#block-bottom h3{color: #fff;}
div#block-bottom div.module {color: #fff;}

  /* Block footer
----------------------------------------------------------------------------------------------------*/
div#block-footer, div#block-footer div.module.deepest, div#block-footer ul.menu a {color: #fff;}
div#block-footer ul.menu a:hover {color: #bbb;}



/*
 * For mobile (LBU 20150521)
 */

/* Banner TOP: Resizes Double images together on mobile
----------------------------------------------------------------------------------------------------*/
body.mobile .wk-slideshow img.doubleImg { max-width: 50%; }

/* Banner TOP: Resizes Quadruple images together on mobile
----------------------------------------------------------------------------------------------------*/
body.mobile .wk-slideshow img.quadrupleImg { max-width: 25%; }

  /* Block footer
----------------------------------------------------------------------------------------------------*/
footer#m-footer div.module.deepest {color: #fff;}
footer#m-footer .menu-line li a {color: #fff;}