@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-regular.woff2") format("woff2"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-regular.woff") format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-600.woff2") format("woff2"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-600.woff") format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-700.woff2") format("woff2"), url("/wp-content/themes/atlas/open-sans-v15-latin_latin-ext-700.woff") format("woff");
}

@font-face {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/atlas/icons.woff2") format("woff2"), url("/wp-content/themes/atlas/icons.woff") format("woff");
}

body {
  margin: 0;
  color: #323F4D;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@supports (display: grid) {
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 4fr)[6] 1fr;
        grid-template-columns: repeat(6, 1fr 4fr) 1fr;
  }
  .h3,
  .h3 a {
    margin: 5px 0;
    line-height: 24px;
    color: #323F4D;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  /*=============================================
    =            Icons                            =
    =============================================*/
  .icon:before, .nav__slate:before,
  .current_page:before, .list__report__row:before, .pagi:before, .box h3:before, .box--note p:before, .readmore:after {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
  }
  .icon--twitter:before {
    position: relative;
    top: -1px;
    content: '\0049';
  }
  .icon--facebook:before {
    position: relative;
    top: -1px;
    content: '\0048';
  }
  .icon--akteur:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\0051';
  }
  .icon--software:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\004e';
  }
  .icon--methode:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\004f';
  }
  .icon--regulierung:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\0050';
  }
  .icon--text:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\004d';
  }
  .icon--newspaper:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\0043';
  }
  .icon--database:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\0042';
  }
  .icon--book:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\0044';
  }
  .icon--4o4:before {
    position: relative;
    margin-right: 20px;
    font-size: 36px;
    content: '\004b';
  }
  /*=============================================
    =            Header                           =
    =============================================*/
  .rainbow {
    display: block;
    position: relative;
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column: 1 / -1;
    background-color: #323F4D;
    height: 16px;
  }
  .rainbow:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#af140f), color-stop(#e6a507), color-stop(#247427), color-stop(#22afe5), color-stop(#493553), to(#af140f));
    background: linear-gradient(to right, #af140f, #e6a507, #247427, #22afe5, #493553, #af140f);
    width: 100%;
    height: 3px;
    content: '';
  }
  .awlogo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / span 2;
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / span 3;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: end;
        justify-self: end;
    z-index: 2;
    margin: -16px -1.75vw 0 -1.75vw;
    border: 1px solid #EDF2F7;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 1px 9px -3px #9FA2A6;
            box-shadow: 0 1px 9px -3px #9FA2A6;
    background: white;
    padding: 10px;
    max-width: 152px;
    text-align: center;
    line-height: 1;
    font-size: 8px;
  }
  .awlogo img {
    padding-top: 15px;
    width: 100%;
    height: auto;
  }
  @media (min-width: 580px) {
    .awlogo {
      /* yeah, auto font size between 8 and 10 pixels */
      font-size: 1.35vw;
    }
  }
  .title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin: 0;
    margin-top: 10px;
    line-height: 16px;
    color: #D62013;
    font-size: 14px;
  }
  .title a,
  .title a:visited {
    color: #D62013;
    text-decoration: none;
  }
  @media (min-width: 920px) {
    .title:before {
      position: absolute;
      left: -250px;
      top: -70px;
      width: 700px;
      height: 280px;
      content: '';
      z-index: -1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.8)), to(white)), url("/wp-content/themes/atlas/deutschland-klein.svg");
      background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8) 35%, white 100%), url("/wp-content/themes/atlas/deutschland-klein.svg");
    }
  }
  .subtitle {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    line-height: 13px;
    font-size: 9px;
    font-weight: 700;
  }
  .subtitle a,
  .subtitle a:visited {
    color: #323F4D;
    text-decoration: none;
  }
  .shadow {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1 / span 13;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    height: 12px;
  }
  .nav {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
  }
  .nav__slate:before,
  .current_page {
    margin: 0 -1px 0 3px;
    padding-top: 4px;
    vertical-align: text-top;
    color: #D0D4D8;
    font-size: 12px;
    content: '\0041';
  }
  .--last .nav__slate {
    display: none;
  }
  .menu-item {
    display: inline-block;
  }
  .menu-item a {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 6px 0;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    color: #323F4D;
    font-size: 13px;
    font-weight: 700;
  }
  .current-menu-item a,
  .menu-item a:hover {
    border-bottom: 2px solid #D62013 !important;
    transition: border 0.4s;
    -webkit-transition: border 0.4s;
  }
  .nav__main {
    display: inline-block;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    margin: 0;
  }
  .nav__sub {
    float: right;
    margin: -15px 0 0 5px;
  }
  /*=============================================
    =            Search                           =
    =============================================*/
  .searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
    margin: 0 -10px 0 -10px;
    border-radius: 8px;
    background: #E9EDF2;
    padding: 10px;
  }
  .searchbox input:focus {
    outline: none;
  }
  .searchbox h4 {
    padding: 6px 0 3px !important;
    font-size: 14px;
  }
  .sf-field-search, .sf-field-category, .sf-field-tag {
    position: relative;
    width: 100% !important;
    padding: 0 !important;
  }
  .sf-field-search:before {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #6C7279;
    font-family: "icons";
    font-size: 16px;
    content: "\004a";
  }
  .sf-field-search label {
    width: 100%;
  }
  .sf-input-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #D0D4D8;
    border-radius: 4px;
    padding: 5px;
    padding-left: 36px;
    width: 100%;
    line-height: 22px;
    color: #323F4D;
    font-size: 16px;
  }
  .sf-input-text::-webkit-input-placeholder {
    color: #9FA2A6;
  }
  .sf-input-text:-ms-input-placeholder {
    color: #9FA2A6;
  }
  .sf-input-text::-ms-input-placeholder {
    color: #9FA2A6;
  }
  .sf-input-text::placeholder {
    color: #9FA2A6;
  }
  .searchbox--home {
    background: #FFFFFF;
    border: 2px solid #16759C;
    -webkit-box-shadow: 0 3px 10px 0 rgba(50, 63, 77, 0.2);
            box-shadow: 0 3px 10px 0 rgba(50, 63, 77, 0.2);
    margin: 5vh 0 40vh;
  }
  .searchbox--home .sf-input-text {
    border: 0;
    padding-left: 40px;
  }
  .searchbox--home .sf-field-search:before {
    color: #16759C;
    font-size: 20px;
    top: 5px;
  }
  .chosen-choices {
    padding: 5px 0 0 5px !important;
    border: 1px solid #D0D4D8 !important;
    border-radius: 4px !important;
    background-image: none !important;
    color: #323F4D !important;
  }
  .chosen-container-active .chosen-choices {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .searchandfilter,
  .chosen-container {
    width: 100% !important;
  }
  .searchandfilter ul {
    padding-left: 0;
  }
  .chosen-container:before {
    position: absolute;
    top: 12px;
    right: 16px;
    color: #6C7279;
    font-family: "icons";
    font-size: 16px;
    content: "\004c";
    z-index: 100;
    pointer-events: none;
  }
  /*=============================================
    =            List of Results                  =
    =============================================*/
  .list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
    padding-top: 10px;
  }
  .list__result {
    margin-bottom: 10px;
    border-bottom: 1px solid #E9EDF2;
    padding-bottom: 10px;
  }
  .list__result:last-child {
    border-bottom: none;
  }
  .list__result__excerpt {
    display: none;
    text-decoration: none;
    color: #323F4D;
    cursor: text;
  }
  .--searchstring {
    color: #E32215 !important;
    font-weight: 700;
  }
  .list__report__row {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #E9EDF2;
    padding-bottom: 20px;
    padding-left: 50px;
  }
  .list__report__row:last-child {
    border-bottom: none;
  }
  .list__report__row:before {
    position: absolute;
    top: 7px;
    left: 0;
    color: #E32215;
    font-size: 36px;
    content: '\0041';
  }
  .list__row__kicker {
    text-transform: uppercase;
    color: #9FA2A6;
    font-size: 12px;
    font-weight: 700;
  }
  .list__row__headline {
    margin: 4px 0 !important;
  }
  /*=============================================
    =            Single Article                   =
    =============================================*/
  .article {
    margin-top: 60px;
  }
  .article .icon, .article .nav__slate:before,
  .article .current_page, .article .list__report__row:before, .article .pagi:before, .article .box h3:before, .box .article h3:before, .article .box--note p:before, .box--note .article p:before,
  .article .kicker,
  .article .headline,
  .article .text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/ span 11;
  }
  .kicker {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
  }
  .kicker a {
    text-decoration: none;
    color: #323F4D;
  }
  .kicker a:hover {
    text-decoration: underline;
  }
  .headline {
    margin-top: 0;
    line-height: 38px;
    font-size: 30px;
    font-weight: 700;
  }
  .text h2 {
    margin-top: 24px;
    line-height: 24px;
    font-size: 19px;
  }
  .text a {
    text-decoration: none;
    color: #1F9BCC;
    font-weight: 700;
  }
  .text a:hover {
    text-decoration: underline;
  }
  /*=============================================
    =            Pagination                       =
    =============================================*/
  .pagi {
    display: inline-block;
    position: relative;
    margin: 60px 0 60px 0;
    padding: 4px;
    text-decoration: none;
    color: #323F4D;
  }
  .pagi:before {
    position: absolute;
    top: 0;
    border: 1px solid #9FA2A6;
    border-radius: 2px;
    padding: 6px;
    width: 44px;
    text-align: center;
    color: #6C7279;
  }
  a.pagi:hover:before {
    background-color: #D0D4D8;
    color: #fff;
  }
  .pagi--disabled:before {
    border: 1px solid #E9EDF2 !important;
    color: #E9EDF2 !important;
  }
  .pagi--prev {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
    margin-right: -30px;
    padding-left: 96px;
    text-align: left;
  }
  .pagi--next {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4;
    margin-left: -30px;
    padding-right: 96px;
    text-align: right;
  }
  .pagi--prev:before {
    left: 0;
    content: "\0045";
  }
  .pagi--next:before {
    right: 0;
    content: "\0046";
  }
  /*=============================================
    =            Boxes                            =
    =============================================*/
  .boxes {
    margin-top: 60px;
  }
  .box {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
    margin: 5px 0;
    border-radius: 10px;
    padding: 20px;
    min-width: 0;
    word-break: break-word;
    text-decoration: none;
    color: white;
  }
  .box h1 {
    line-height: 28px;
    font-size: 21px;
  }
  .box h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
  }
  .box h3:before {
    margin-right: 20px;
    font-size: 36px;
  }
  .box--text {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#F0F5FA));
    background-image: linear-gradient(0deg, #FFFFFF 0%, #F0F5FA 100%);
    border: 2px solid #D0D4D8;
    color: #323F4D;
    margin-bottom: 20px;
  }
  .box--note {
    background: #edf2f7;
    margin: 40px 0 60px;
    padding: 10px 15px;
    color: #9fa2a6;
  }
  .box--note p:before {
    content: '\0052';
    font-size: 36px;
    float: left;
    margin-bottom: 10px !important;
    margin-right: 20px;
  }
  .box--note a {
    color: #9fa2a6;
  }
  .box--database {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF1A4A), to(#E32215));
    background: linear-gradient(180deg, #FF1A4A 0%, #E32215 100%);
  }
  .box--database h3:before {
    content: '\0042';
  }
  .box--report {
    background: -webkit-gradient(linear, left top, left bottom, from(#D0D4D8), to(#EDF2F7));
    background: linear-gradient(180deg, #D0D4D8 0%, #EDF2F7 100%);
    color: #323F4D;
  }
  .box--report h3:before {
    content: '\0044';
  }
  .box--service {
    background: -webkit-gradient(linear, left top, left bottom, from(#1F4471), to(#16759C));
    background: linear-gradient(180deg, #1F4471 0%, #16759C 100%);
  }
  .box--service h3:before {
    content: '\0047';
  }
  /*=============================================
    =            Link Styles                      =
    =============================================*/
  .catlink a {
    float: right;
    margin-top: 4px;
    margin-left: 20px;
    color: #9FA2A6 !important;
    text-decoration: none;
  }
  .catlink a:hover {
    text-decoration: underline;
  }
  .tag {
    margin-right: 15px;
    text-decoration: none;
    color: #9FA2A6 !important;
    font-weight: normal !important;
  }
  .tag:hover {
    text-decoration: underline;
  }
  .readmore {
    text-decoration: none;
    color: #1F9BCC;
    font-weight: 700;
    position: relative;
    padding-right: 10px;
    margin-right: 40px;
  }
  .readmore:hover {
    text-decoration: underline;
  }
  .readmore:after {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 6px;
    font-weight: bold;
    content: '\0046';
  }
  .grey, .middot:before {
    display: inline-block;
    padding: 15px 3px;
    text-decoration: none;
    line-height: 18px;
    color: #9FA2A6;
    font-size: 13px;
    font-weight: normal;
  }
  .grey:hover, .middot:hover:before {
    text-decoration: underline;
  }
  .grey:first-child, .middot:first-child:before {
    padding-left: 0;
  }
  .grey:last-child, .middot:last-child:before {
    padding-right: 0;
  }
  .grey--hide {
    display: none;
  }
  @media (min-width: 430px) {
    .grey--hide {
      display: inline-block;
    }
  }
  .middot:before {
    padding: 0;
    width: 0;
    content: "·";
  }
  /*=============================================
    =            Misc                             =
    =============================================*/
  .footer, .funded-by {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    padding-left: -10px;
  }
  .footer {
    border-top: 1px solid #D0D4D8;
    margin-top: 40px;
  }
  .funded-by {
    padding: 20px 0;
    color: #9FA2A6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13px;
  }
  .funded-by a img {
    height: 25px;
    width: auto;
    margin: -4px 20px 24px 0;
  }
  .funded-by div {
    padding: 20px 20px 0 0;
  }
  .screen-reader-text {
    /* WP core, makes things "visible" to screen-readers only */
    position: absolute;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
  }
  input[type="search"] {
    -webkit-appearance: textfield;
  }
  .background--right,
  .background--left {
    display: none;
    /* it's important that it's not important! */
  }
  .display-none {
    display: none !important;
    /*  this really is important */
  }
  .--show {
    display: block !important;
  }
  .excerpt-button {
    display: inline-block;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
  }
  .excerpt-button--show {
    background: green;
    margin-right: 10px;
  }
  .excerpt-button--hide {
    background: red;
  }
  /*=============================================
    =            Mid Breakpoint                   =
    =============================================*/
  @media (min-width: 768px) {
    /*=============================================
        =            Grid                             =
        =============================================*/
    body.home,
    body.error404 {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
          grid-template-columns: auto;
      -ms-flex-line-pack: justify;
          align-content: space-between;
      min-height: 100vh;
    }
    .grid {
      -ms-grid-columns: 1fr (43.17px)[12] 1fr;
          grid-template-columns: 1fr repeat(12, 43.17px) 1fr;
      grid-column-gap: 19.09px;
    }
    .list,
    .filters,
    .searchbox,
    .footer, .funded-by {
      -ms-grid-column: 3;
      -ms-grid-column-span: 10;
      grid-column: 3 / span 10;
    }
    .article .icon, .article .nav__slate:before,
    .article .current_page, .article .list__report__row:before, .article .pagi:before, .article .box h3:before, .box .article h3:before, .article .box--note p:before, .box--note .article p:before,
    .article .kicker,
    .article .headline,
    .article .text {
      -ms-grid-column: 3;
      -ms-grid-column-span: 10;
      grid-column: 3 / span 10;
    }
    .rainbow {
      grid-column: 1 / -1;
      height: 39px;
    }
    .awlogo {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2 / span 2;
      -ms-grid-column: 10;
      -ms-grid-column-span: 4;
      grid-column: 10 / span 4;
      margin: -39px 0 0 0;
      font-size: 10px;
    }
    .title {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 3;
      grid-column: 3 / span 3;
      position: relative;
      margin-top: 40px;
      margin-left: -20px;
      font-weight: 700;
    }
    .subtitle {
      -ms-grid-row: 4;
      grid-row: 4;
      -ms-grid-column: 3;
      -ms-grid-column-span: 3;
      grid-column: 3 / span 3;
      margin-bottom: 0;
      margin-left: -19px;
    }
    .nav {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 6;
      -ms-grid-column-span: 8;
      grid-column: 6 / span 8;
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end;
      margin-bottom: -16px;
    }
    .pagi--prev {
      -ms-grid-column: 2;
      -ms-grid-column-span: 6;
      grid-column: 2 / span 6;
    }
    .pagi--next {
      -ms-grid-column: 8;
      -ms-grid-column-span: 6;
      grid-column: 8 / span 6;
    }
    .box h3:before {
      display: block;
      margin-bottom: 32px;
    }
    .box--note {
      -ms-grid-column: 3;
      -ms-grid-column-span: 10;
      grid-column: 3 / span 10;
    }
    .box--database {
      -ms-grid-column: 2;
      -ms-grid-column-span: 4;
      grid-column: 2 / span 4;
    }
    .box--report {
      -ms-grid-column: 6;
      -ms-grid-column-span: 4;
      grid-column: 6 / span 4;
    }
    .box--service {
      -ms-grid-column: 10;
      -ms-grid-column-span: 4;
      grid-column: 10 / span 4;
    }
    /*=============================================
        =           Other                             =
        =============================================*/
    .shadow,
    .excerpt-button {
      display: none;
    }
    .title--atlas {
      display: block;
      line-height: 30px;
      font-size: 24px;
    }
    .list {
      padding-top: 0;
    }
    .list__result {
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
    .list__result__excerpt {
      display: block;
    }
    .searchbox {
      margin: 60px 0 60px 0;
      padding: 20px;
    }
    .searchbox h4 {
      padding: 10px 0 5px !important;
      font-size: 16px;
    }
    .menu-item a {
      font-size: 14px;
    }
    .nav__slate:before,
    .current_page {
      margin: 0 2px 0 6px;
      padding-top: 3px;
      font-size: 14px;
    }
    .h3,
    .h3 a {
      margin: 0 0 20px 0;
      font-size: 19px;
    }
    .nav__main {
      margin: 14px 0;
    }
    .nav__sub {
      margin: 0 0 0 5px;
    }
    .grey, .middot:before {
      padding: 15px 10px;
    }
    .funded-by {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  /*=====  End of Mid Breakpoint  ======*/
  /*=============================================
    =            Max Breakpoint                   =
    =============================================*/
  @media (min-width: 1366px) {
    html {
      overflow-y: scroll;
    }
    /*=============================================
        =            Grid                             =
        =============================================*/
    .grid {
      -ms-grid-columns: 1fr (60px)[12] 1fr;
          grid-template-columns: 1fr repeat(12, 60px) 1fr;
      grid-column-gap: 20px;
    }
    .list {
      -ms-grid-column: 5;
      -ms-grid-column-span: 9;
      grid-column: 5 / span 9;
    }
    .filters {
      -ms-grid-rows: (1fr)[10];
          grid-template-rows: repeat(10, 1fr);
      -ms-grid-columns: auto;
          grid-template-columns: auto;
      -ms-grid-column: 4;
      -ms-grid-column-span: 3;
      grid-column: 4 / span 3;
    }
    .rainbow {
      grid-column: 1 / -1;
    }
    .awlogo {
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2 / span 2;
      -ms-grid-column: 11;
      -ms-grid-column-span: 3;
      grid-column: 11 / span 3;
      -ms-grid-column-align: center;
          justify-self: center;
      margin: -39px 0 0 0;
    }
    .title {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / span 3;
      margin-top: 60px;
      margin-right: 40px;
      text-align: right;
      line-height: 32px;
      font-size: 26px;
      font-weight: 700;
    }
    .subtitle {
      -ms-grid-row: 3;
      grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      grid-column: 1 / span 3;
      margin-right: 40px;
      text-align: right;
      line-height: 24px;
      font-size: 16px;
    }
    .nav {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 5;
      -ms-grid-column-span: 9;
      grid-column: 5 / span 9;
      margin-right: 40px;
      margin-bottom: 27px;
    }
    .searchbox {
      -ms-grid-column: 6;
      -ms-grid-column-span: 7;
      grid-column: 6 / span 7;
      margin: 0 0 60px 0;
    }
    .article {
      margin-top: 0;
    }
    .article .icon, .article .nav__slate:before,
    .article .current_page, .article .list__report__row:before, .article .pagi:before, .article .box h3:before, .box .article h3:before, .article .box--note p:before, .box--note .article p:before,
    .article .kicker,
    .article .headline {
      -ms-grid-column: 5;
      -ms-grid-column-span: 9;
      grid-column: 5/ span 9;
    }
    .article .text {
      -ms-grid-column: 6;
      -ms-grid-column-span: 7;
      grid-column: 6 / span 7;
    }
    .pagi--prev {
      -ms-grid-column: 5;
      -ms-grid-column-span: 4;
      grid-column: 5 / span 4;
    }
    .pagi--next {
      -ms-grid-column: 10;
      -ms-grid-column-span: 4;
      grid-column: 10 / span 4;
    }
    .results .pagi--prev {
      -ms-grid-column: 7;
      -ms-grid-column-span: 3;
      grid-column: 7 / span 3;
      margin: 10px -30px 80px 0;
    }
    .footer, .funded-by {
      -ms-grid-column: 5;
      -ms-grid-column-span: 9;
      grid-column: 5 / span 9;
    }
    .box--note {
      -ms-grid-column: 6;
      -ms-grid-column-span: 7;
      grid-column: 6 / span 7;
    }
    .box--database {
      -ms-grid-column: 5;
      -ms-grid-column-span: 3;
      grid-column: 5 / span 3;
    }
    .box--report {
      -ms-grid-column: 8;
      -ms-grid-column-span: 3;
      grid-column: 8 / span 3;
    }
    .box--service {
      -ms-grid-column: 11;
      -ms-grid-column-span: 3;
      grid-column: 11 / span 3;
    }
    .results .pagi--next {
      -ms-grid-column: 11;
      -ms-grid-column-span: 3;
      grid-column: 11 / span 3;
      margin: 10px 0 80px -30px;
    }
    /*=============================================
        =            Other                            =
        =============================================*/
    .icon--newspaper:before,
    .icon--database:before,
    .icon--book:before,
    .icon--4o4:before {
      display: block;
      margin-bottom: 20px;
    }
    .title--atlas {
      font-size: 40px;
      line-height: 58px;
    }
    .results .pagi--prev:before {
      left: 0;
    }
    .results .pagi--next:before {
      right: 0;
    }
    .background--right {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: -1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: calc(calc(100% - 980px) / 2);
      height: 100%;
    }
    .shadow--right {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
      width: 20px;
      height: 100%;
    }
    .shadow--left {
      position: absolute;
      right: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
      width: 20px;
      height: 100%;
    }
    .background--left {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      background-position: center;
      background-size: cover;
      width: calc(calc(calc(100% - 980px) / 2) + 160px);
      height: 100%;
      background-image: url("/wp-content/themes/atlas/deutschland.svg");
      background-image: linear-gradient(200deg, rgba(255, 255, 255, 0.7) 300px, rgba(255, 255, 255, 0) 400px), url("/wp-content/themes/atlas/deutschland.svg");
    }
    .title:before {
      display: none;
    }
    .nav__slate:before,
    .current_page {
      margin: 0 8px 0 10px;
    }
    .grey, .middot:before {
      padding: 15px 10px;
    }
  }
  /*=====  End of Max Breakpoint         ======*/
}
/*# sourceMappingURL=style.css.map */