/*
 Theme Name:   Twenty Fifteen FSC
 Theme URI:    http://www.friedrichsfelder-skiclub.de
 Description:  angepasst für den Friedrichsfelder Ski-Club
 Author:       Michael Krieger
 Author URI:   http://www.friedrichsfelder-skiclub.de
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

.site-title {
  padding-top: 80px;
  /*background-image: url("images/fsc_logo_100px.png");*/
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: left top;
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
  .site-title {
    padding-top: 85px;
  }
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {
  .site-title {
    padding-top: 90px;
    background-size: auto 80px;
  }
}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {
}

/**
 * 16.4 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
  .site-title {
    padding-top: 110px;
    background-position: center top;
  }
}

/**
 * 16.5 Desktop Medium 1100px
 */
@media screen and (min-width: 68.75em) {
  .site-title {
    padding-top: 120px;
    background-size: auto 90px;
  }
}

/**
 * 16.6 Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) {
  .site-title {
    padding-top: 140px;
    background-size: auto 100px;
  }
}

/**
 * 16.7 Desktop X-Large 1403px
 */
@media screen and (min-width: 87.6875em) {
}

span.wpcf7-list-item { display: block; }

ul {
  list-style-position: inside;
}

.social-navigation a[href*="picasaweb.google.com"]:before {
  content: "\f473";
  font-size: 32px;
  top: -3px;
}
