/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*display
 * Custom Style Sheet - Use this file to style your content
 */
blockquote.color {
  background-image: url(../images/blockquote.png);
  color: #7b6b5c !important;
}

.wk-slideshow-tasty .caption,
.spotlight .overlay,
.spotlight[data-spotlight*="fade"] .overlay > div { 
  background: #7b6b5c !important;
  background: rgba(182,173,155,0.85) !important; 
}

a { color: #7b6b5c !important; }

.menu-dropdown ul.level2 a:hover,
.menu-dropdown ul.level2 a:hover span,
.menu-dropdown ul.level2 a.current,
.menu-dropdown .level2 .level2 span.subtitle { color: #7b6b5c !important; }

#menu .fancy,
.menu-dropdown .dropdown-bg > div { background: #b6ad9b !important; }

.menu-dropdown li.level2 { border-top: solid 1px #9e9686 !important; }

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Logo */
.custom-logo {
  width: 104px;
  height: 70px;
  background-image: url(../../../images/yootheme/logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
    background-size: contain;
}

/* Only Phones */
@media (max-width: 767px) {
  #header-responsive .logo { margin-bottom: 10px; }
}

/* Parallax Effect */
.box-parallax { background-image: url(../../../images/yootheme/demo/teaser/home_teaser_default.jpg); }
.box-parallax h1 { font-family: "DroidSerifBoldItalic", "TimesNewRoman", "serif"; }

/* Frontpage Title */
.bigger-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
}

/* Frontpage List Line */
ul.line.frontpage > li {
  margin-top: 30px;
  padding-top: 30px;
}

ul.line.frontpage > li:first-child {
  margin-top: 0;
  padding-top: 0;
}


/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
  .frontpage-teaser { height: 280px; }
  .frontpage-teaser h2 {
    margin-bottom: 0;
    line-height: 75px;
    font-size: 68px;
  }
  .frontpage-teaser h4 {
    line-height: 28px;
    font-size: 23px;
  }
}

/* only phones */
@media (max-width: 767px) {
  .frontpage-teaser { height: 150px; }
  .frontpage-teaser h2 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 40px;
  }
  .frontpage-teaser h4 {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px;
  }
}


