h1 {
  line-height: 1.2; }

.hamburger-button {
  cursor: pointer;
  display: block;
  height: 43px;
  left: 10px;
  padding: 10px;
  position: fixed;
  width: 43px;
  top: 8px;
  z-index: 9999; }

.dropdown-toggle::after {
  display: none; }

.section-partners .partners .partner {
  width: auto;
  max-width: 400px; }

.datenschutz a {
  font-size: 1.125rem; }

.cookie-layer {
  /* custom theming here */
  color: inherit;
  font-size: 1rem;
  background-color: #ebebeb;
  /* end of theming */
  position: fixed;
  bottom: 0.875rem;
  left: 0.875rem;
  right: 0.875rem;
  z-index: 99999;
  margin: 0; }

@media only screen and (min-width: 40.063em) {
  @supports ((display: -webkit-box) or (display: flex)) {
    .cookie-layer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } } }

.cookie-layer__body {
  display: block;
  width: 100%;
  max-width: 70em;
  padding: 0.875rem;
  font-size: 90%; }

@media only screen and (min-width: 40.063em) {
  .cookie-layer__body {
    float: left;
    width: 80%; } }

.cookie-layer__button-pane {
  display: block;
  vertical-align: bottom;
  width: 100%;
  padding: 0.875rem;
  padding-top: 0;
  text-align: right; }

@media only screen and (min-width: 40.063em) {
  .cookie-layer__button-pane {
    width: 20%;
    float: right;
    padding: 0.875rem; } }

.cookie-layer__button {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #181f27 !important;
  background: white;
  color: inherit;
  text-align: center;
  font-size: 90%;
  cursor: pointer; }

.cookie-layer__button:hover {
  background-color: #181f27;
  color: white; }

.cookie-layer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cookie-layer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.3; }

.cookie-layer a {
  font-size: 1em;
  line-height: inherit; }

.cookie-layer.is-hidden {
  display: none; }
