/* 
    Created on : 08.08.2016, 13:17:41
    Author     : Philipp Austermann
*/
.cookie-statement {
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 100000;
  min-width: 970px;
  background: #e4e6eb;
  background-image: -moz-linear-gradient(top, #fff 0, #e4e6eb 100px);
  background-image: -webkit-gradient(linear, 0 0, 0 100px, from(#fff), to(#e4e6eb));
  background-image: -webkit-linear-gradient(top, #fff 0, #e4e6eb 100px);
  background-image: -o-linear-gradient(top, #fff 0, #e4e6eb 100px);
  background-image: -ms-linear-gradient(top, #fff 0, #e4e6eb 100px);
  background-image: linear-gradient(top, #fff 0, #e4e6eb 100px);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  height: 116px;
}
.cookie-statement.affix {
  position: fixed;
  left: 0;
  right: 0;
}
.cookie-statement .cookie-statement-text {
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
  width: 970px;
  box-sizing: border-box;
  max-width: 100%;
}
.cookie-statement .cookie-statement-close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 20px;
  text-decoration: none;
  opacity: 0.5;
  padding: 10px;
  margin-top: -21px;
}
.cookie-statement .cookie-statement-close:hover {
  opacity: 1;
}
.cookie-statement.dismissed {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 0 !important;
  overflow-y: hidden;
}
.cookie-statement.dismissed ~ .masthead:before {
  height: 0px !important;
}
.cookie-statement.affix ~ .masthead:before {
  content: '';
  position: relative;
  height: 116px;
  width: 100%;
  display: block;
}
.cookie-statement.affix ~ .navigation.affix {
  top: 116px;
}
.cookie-statement.dismissed ~ .navigation.affix {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  .cookie-statement {
    height: auto;
    min-width: 100%;
  }
  .cookie-statement .cookie-statement-text {
    padding: 10px;
    padding-right: 40px;
  }
  .cookie-statement .cookie-statement-close {
    right: 0;
  }
  .cookie-statement.affix {
    position: relative;
  }
  .cookie-statement.affix ~ .masthead:before {
    content: inherit;
    height: auto;
  }
  .cookie-statement.affix ~ .navigation.affix {
    top: auto;
  }
}
/*# sourceMappingURL=../styles/cookie-notice.css.map */