/**
 * Seefeld
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @author     Stefan Oswald <oswald@infomax-it.de>
 * @since      13.10.2016
 * @version    $Id: gemeinde.css 1539 2017-02-21 14:42:53Z nuetzel $
 **/

/*  =========================================================
    1. HEADER
========================================================== */
@media screen {
  .header .headercontentWrapper a.logo {
    width: 193px;
    height: 180px;
    background-image: url(../../images/branding/gemeinde/objects/logo.png);
  }
  /* sticky */
  .header.sticky .headercontentWrapper a.logo {
    width: 85px;
    height: 80px;
    background-image: url(../../images/branding/gemeinde/objects/logo-sm.svg);
    background-size:cover;
    top:0px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .headercontentWrapper a.logo {
    right: 24px;
  }
}
@media only screen and (max-width: 1040px) {
  .header .headercontentWrapper a.logo {
    right: 14px;
    width: 124px;
    height: 116px;
  }
}
@media only screen and (max-width: 800px) {
  .header .headercontentWrapper a.logo {
    right: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .header .headercontentWrapper a.logo {
    width: 170px;
    height: 80px;
    top: 0px;
    background-size: contain;
    background-image: url(../../images/branding/gemeinde/objects/logo-sm.svg);
  }
}
@media only screen and (max-width: 500px) {
  .header .headercontentWrapper a.logo,
  .header.sticky .headercontentWrapper a.logo {
    width: 123px;
    height: 58px;
    background-size: contain;
  }
}
