/**
 * lenggries
 *
 * 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  2018 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Steven Schöning <schoening@infomax-it.de>
 * @since      2018-05-11
 */

#cookieConsent > div .cc-btn {
  color:black;
  background: #fff;
  border: none;
  font: 400 normal 1.3rem/1.18181818em Veneer, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 15px;
  padding: 5px 5px 5px 5px;
  cursor: pointer;
}

#cookieConsent > div .cc-btn:last-child {
  min-width: 140px;
}

#cookieConsent > div .cc-message {
  font: 400 normal 1em Veneer, Arial, sans-serif;
  text-align: center;
  flex: 1;
}
#cookieConsent > div .cc-message p,
#cookieConsent > div .cc-message a {
  color: #fff;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  background: #003063;
  color:#fff;
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.cc-revoke .cc-compliance,
.cc-window .cc-compliance{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  align-content: space-between;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-invisible {
  display: none;
}

@media (max-width: 550px) {
  #cookieConsent > div {
    flex-direction: column;
  }
}
