/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Base Layout.
 */

.container {
  width: 100%;
  max-width: 84.375rem;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

@media (min-width: 75rem) {

  .container {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}

.page-wrapper {
  max-width: 98.125rem;
  background: #fff;
}

/**
 * Creates stacking context ensuring that child elements can never appear in
 * front of mobile navigation.
 */

.layout-main-wrapper {
  position: relative;
  z-index: 2; /* Ensure dropdown is not cut off by footer. */
}

/* Contains the social sidebar, and the primary content area. */

@media (min-width: 75rem) {

  .layout-main {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}

@media (min-width: 75rem) {

  [dir="ltr"] .main-content {
    margin-right: auto;
  }

  [dir="rtl"] .main-content {
    margin-left: auto;
  }

  .main-content {
    width: calc(100% - 5.625rem);
  }
}

.main-content__container {
  padding-top: 3.375rem;
}

@media (min-width: 43.75rem) {

  .main-content__container {
    padding-top: 5.625rem;
  }
}


/** Eigene Styles **/

.paragraph--type--externe-nachweise {
  background-color: #e7edf1;
  margin-bottom: 1rem;
  padding: .5rem;
}
.paragraph--type--externe-nachweise .layout {
  margin-bottom: 0rem;
}

.field--name-field-enw-gueltig-bis, .field--name-field-enw-vom {
  display: flex;
}

/* in layout_builder_styles definiert */
.abschnitt-rechts {
  margin: unset;
  float: right;
}
.abschnitt-flex .layout__region--content{
  display: flex;
}

.print__link--pdf {
  background-color: #cdf3ea;
  border: 1px solid #bbb;
  border-radius: 8px;
  color: black;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
}

.print__link--pdf:hover {
  background-color: lightcyan;
  color: black;
  border: 1px solid #bbb;
  text-decoration: none;
}
