@charset "UTF-8";
.uk-container {
  max-width: 1200px; }

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 4rem; }

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5rem 0; }

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
  margin-top: 0; }

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
  margin-top: 0; }

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 0 0; }

ol, ul {
  padding-left: 0; }

/*uk-width-1-1@s schon bei 640px */
@media only screen and (max-width: 26.25em) {
  .uk-width-1-2 {
    width: 100% !important; }
  .uk-child-width-1-2 > * {
    width: 100% !important; } }

/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
@font-face {
  font-family: 'Brandon Grotesque Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Regular"), url("../fonts/brandon-grotesque/Brandon_reg.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Regular Italic"), url("../fonts/brandon-grotesque/Brandon_reg_it.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Thin"), url("../fonts/brandon-grotesque/Brandon_thin.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Thin Italic"), url("../fonts/brandon-grotesque/Brandon_thin_it.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Light';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Light"), url("../fonts/brandon-grotesque/Brandon_light.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Light Italic"), url("../fonts/brandon-grotesque/Brandon_light_it.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Medium"), url("../fonts/brandon-grotesque/Brandon_med.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Medium Italic"), url("../fonts/brandon-grotesque/Brandon_med_it.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Bold"), url("../fonts/brandon-grotesque/Brandon_bld.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Bold Italic"), url("../fonts/brandon-grotesque/Brandon_bld_it.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Black';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Black"), url("../fonts/brandon-grotesque/Brandon_blk.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Black Italic"), url("../fonts/brandon-grotesque/Brandon_blk_it.woff") format("woff"); }

/*header, nav li active*/
/*footer, slider dot active, page navigation active*/
/*Kuenstlerseite arrow slider, arrow footer*/
/*linien*/
/**/
/*textfarbe in Boxen (Wer)*/
/*textfarbe Brotschrift*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  height: 100%;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }

body {
  box-sizing: border-box;
  /*sticky footer*/
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto; }
  @media only screen and (max-width: 60em) {
    body {
      padding: 0; } }

/*sticky footer*/
.wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.uk-container {
  max-width: 1084px; }

/*::selection {
    background-color: $color-primary;
    color: $color-white;
}*/
a {
  color: #3AAA35; }

a:hover {
  color: #777; }

/*********************************************************************
 * Accessibility helpers
 *
 */
/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0; }

/* Show bypass link on hover */
.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto; }

/* Sample styling for bypass link */
.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff; }

body {
  font-family: "Brandon Grotesque Light", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #292929; }

h1, h2, h3, h4, h5 {
  font-family: 'Brandon Grotesque Medium'; }

h1, h2 {
  padding: 7rem 0 3rem 0;
  text-align: center;
  font-size: 3rem; }
  h1 img, h2 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px !important; }

h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #3AAA35; }

@media only screen and (max-width: 40em) {
  h3 {
    font-size: 2rem; } }

form h3 {
  padding-top: 3%;
  padding-bottom: 10px; }

h4 {
  color: #808080;
  font-size: 2rem; }
  @media only screen and (max-width: 48em) {
    h4 {
      padding-bottom: 25px; } }

p {
  font-family: "Brandon Grotesque Light", sans-serif;
  color: #292929;
  font-size: 2rem; }
  .body p {
    margin-bottom: 35px; }
  .jobs p {
    margin-bottom: 15px; }
  p strong {
    font-family: "Brandon Grotesque Medium", sans-serif; }

body.danke p,
.center p {
  text-align: center; }

.two_column p {
  column-count: 2;
  column-gap: 4rem; }
  @media only screen and (max-width: 40em) {
    .two_column p {
      column-count: 1; } }

.start p {
  font-size: 2rem; }

.featured--box--text p {
  line-height: 1.3; }

main .unterkategorien li:before {
  content: "›";
  margin-right: 0.5rem;
  position: absolute;
  left: 0; }

.form form.FormBuilder > .Inputfields {
  display: flex;
  flex-wrap: wrap; }

.form fieldset {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 3%;
  border: none; }
  .form fieldset fieldset.Inputfield_ort_plz {
    padding: 0; }
    .form fieldset fieldset.Inputfield_ort_plz .Inputfields {
      display: flex;
      justify-content: space-between; }
      .form fieldset fieldset.Inputfield_ort_plz .Inputfields div:first-child {
        flex-basis: 30%; }
      .form fieldset fieldset.Inputfield_ort_plz .Inputfields div:last-child {
        flex-basis: 60%; }
  @media only screen and (max-width: 48em) {
    .form fieldset {
      flex-basis: 100%; } }
  .form fieldset > legend {
    font-size: 0;
    height: 0;
    width: 0; }

.form .InputfieldSubmit {
  flex-basis: 100%;
  flex-shrink: 0; }
  .form .InputfieldSubmit > div {
    text-align: center; }

.form div.Inputfield {
  font-size: 1.8rem;
  background: #fff;
  margin-bottom: 1rem; }
  .form div.Inputfield input, .form div.Inputfield textarea {
    padding: 5px 10px;
    line-height: 2.5rem;
    width: 100%;
    border: 1px solid #292929;
    font-size: 1.5rem;
    font-family: "Brandon Grotesque Light", sans-serif; }
  .form div.Inputfield li {
    list-style: none;
    padding-bottom: 15px; }
  .form div.Inputfield label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    .form div.Inputfield label input {
      flex-basis: 15px;
      margin-top: 3px; }
    .form div.Inputfield label span {
      flex: 0 0 auto;
      padding-left: 10px; }
  .form div.Inputfield label.InputfieldHeader {
    font-family: 'Brandon Grotesque Medium'; }
  .form div.Inputfield .error {
    background-color: red;
    color: #fff;
    font-size: 3rem;
    text-align: center; }
    .form div.Inputfield .error small {
      font-size: 0;
      height: 0;
      width: 0; }
    .form div.Inputfield .error::before {
      content: 'Bitte Felder ausfüllen'; }

.form .Inputfield_link_datenschutz .InputfieldHeader,
.form .Inputfield_datenschutzerklaerung .InputfieldHeader,
.form .Inputfield_spider {
  display: none !important; }

.form button {
  border: none;
  background-color: #3AAA35;
  color: #fff;
  font-size: 2rem;
  font-family: "Brandon Grotesque Light", sans-serif;
  padding: 4px 8px; }
  .form button:hover {
    color: #292929;
    cursor: pointer; }

/*nur kontaktform auf kontaktseite*/
.kontakt .Inputfields {
  flex-direction: column; }

aside form.uk-search {
  display: flex;
  margin: 0 auto;
  width: 70%; }
  aside form.uk-search .uk-search-icon {
    color: #fff; }
  aside form.uk-search input.uk-search-input {
    color: #fff !important;
    font-size: 1.7rem; }

main .mod_form {
  /*margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    width: calc(100% * 2 / 3.001 - 45px);*/ }

#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  top: 30px;
  max-width: 375px;
  padding: 20px;
  border-radius: 5px;
  border: 3px solid #3AAA35;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px; }

#gdpr-cookie-message h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

#gdpr-cookie-message p {
  font-size: 16px;
  line-height: 1.5em; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message a {
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: white;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button {
  border: none;
  background-color: #3AAA35;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message button:hover {
  background: white;
  transition: all 0.3s ease-in; }

/*slider titel bei hover*/
.slider-multi li {
  position: relative;
  text-align: center;
  padding: 0 10px; }
  .slider-multi li img {
    width: 200px; }

.slider-multi figcaption {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  padding: 0 0 0 0;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 35%;
  font-size: 1.1rem;
  line-height: 120%;
  text-align: center;
  color: #292929; }
  .slider-multi figcaption a, .slider-multi figcaption a:hover {
    color: #3AAA35; }

.slider-multi li:hover figcaption {
  opacity: 1;
  transition: 0.5s ease-in-out;
  transform: translate(0, 0); }

.slider-arrow {
  display: block;
  width: 30px !important;
  height: 30px !important; }
  .slider-arrow svg {
    height: 32px;
    width: 20px; }
    .slider-arrow svg polyline {
      stroke-width: 3;
      color: #000; }

.uk-slider-nav.uk-dotnav li a {
  width: 12px;
  height: 12px; }

#container {
  padding-top: 3rem; }

#main {
  padding-bottom: 6rem; }

.zitat {
  border-top: 1px solid #726F6C;
  margin-top: 6rem;
  padding-top: 6rem;
  text-align: center; }
  .zitat blockquote p {
    font-size: 3rem;
    font-style: normal; }
    @media only screen and (max-width: 40em) {
      .zitat blockquote p {
        font-size: 2rem; }
        .zitat blockquote p br {
          display: none; } }
  .zitat p {
    font-family: 'Brandon Grotesque Light Italic'; }

header .inner {
  padding: 1rem 0 2rem 0;
  position: relative; }

header p[class*=uk-width] {
  color: #4A4A4A;
  position: absolute;
  bottom: 25%;
  left: 10%;
  width: calc(100% - 8%);
  padding-left: 0;
  font-family: "Brandon Grotesque Bold", sans-serif; }
  @media only screen and (max-width: 60em) {
    header p[class*=uk-width] {
      bottom: 10%;
      line-height: 1.1;
      width: calc(100% - 30%); } }
  @media only screen and (max-width: 48em) {
    header p[class*=uk-width] {
      position: inherit;
      bottom: inherit;
      width: calc(100% - 10%);
      text-align: right; } }

.logo {
  position: relative;
  padding-top: 15px; }
  @media only screen and (max-width: 40em) {
    .logo {
      min-width: 300px;
      padding-right: 40px; } }

.headerimage {
  text-align: center; }

nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Brandon Grotesque Medium", sans-serif; }
  nav ul li a {
    display: block;
    text-align: center; }

nav.topnav {
  margin-bottom: 1rem;
  border-bottom: 1px solid #726F6C; }
  nav.topnav ul.level_1 {
    max-width: 960px;
    height: 6.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    /*li:first-child{
                left: calc(-9.5rem);
            
            }*/ }
    @media only screen and (max-width: 40em) {
      nav.topnav ul.level_1 {
        display: none; } }
    nav.topnav ul.level_1 > li {
      position: relative;
      height: 100%;
      line-height: 6.5rem; }
    nav.topnav ul.level_1 li:first-child {
      padding-left: 0; }
    nav.topnav ul.level_1 li:hover, nav.topnav ul.level_1 li:focus-within {
      cursor: pointer; }
    nav.topnav ul.level_1 li:focus-within a {
      outline: none; }
    nav.topnav ul.level_1 li.has_children:hover:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 1px;
      height: 20px;
      background-color: #726F6C; }
    nav.topnav ul.level_1 a {
      color: #000; }
      .current nav.topnav ul.level_1 a nav.topnav ul.level_1 a, nav.topnav ul.level_1 a:hover {
        color: #3AAA35;
        text-decoration: none; }
    nav.topnav ul.level_1 li.current > a {
      color: #3AAA35; }
    nav.topnav ul.level_1 li:hover > ul,
    nav.topnav ul.level_1 li:focus-within > ul,
    nav.topnav ul.level_1 li ul:hover,
    nav.topnav ul.level_1 li ul:focus {
      visibility: visible;
      opacity: 1;
      display: block; }
  nav.topnav ul.level_2 {
    /**/
    visibility: hidden;
    opacity: 0;
    display: none;
    padding: 10px 5px;
    border: 1px solid #726F6C;
    background-color: #fff;
    height: auto;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0;
    width: 30rem;
    left: calc(-11rem);
    z-index: 1001; }
    nav.topnav ul.level_2 > li {
      display: block;
      font-size: 1.7rem;
      line-height: 2rem;
      text-transform: none;
      clear: both;
      padding: 2px 0;
      height: 30px;
      line-height: 30px;
      width: 100%;
      min-width: 200px; }
    nav.topnav ul.level_2 a {
      color: #000; }
    nav.topnav ul.level_2 a:hover,
    nav.topnav ul.level_2 li.current a {
      color: #3AAA35; }
  nav.topnav ul.level_1 li:first-child ul.level_2 {
    left: calc(-10rem); }

/*kuenstliches current bei GRUENZEUG falls Unterseite active*/
body.current nav.topnav ul.level_1 li.start > a {
  color: #3AAA35; }

/*nav in aside*/
nav#overlay {
  padding: 10% 2% 2%;
  height: 100%;
  /*display: flex;
    flex-wrap: wrap;
    align-items: center; 
    justify-content: center;*/ }
  nav#overlay ul {
    /*align-self: center; 
        text-align: center;*/
    text-align: left; }
    nav#overlay ul li {
      font-size: 2.5rem;
      padding: 3px 0; }
      nav#overlay ul li.has_children {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff; }
      nav#overlay ul li a {
        color: #fff;
        padding-bottom: 5px;
        text-align: left; }
      nav#overlay ul li.current > a {
        color: #333; }
  nav#overlay .uk-nav-parent-icon > .uk-parent > a::after {
    border: 1px solid #fff; }

footer {
  padding: 0;
  border-top: 1px solid #726F6C;
  text-align: center; }
  footer .footercontent {
    display: flex; }
  footer section {
    flex-basis: 33.33%;
    margin: 0;
    padding: 3rem 0; }
    footer section:last-child {
      border-right: 1px solid #726F6C; }
      @media only screen and (max-width: 40em) {
        footer section:last-child {
          display: none; } }
    footer section a {
      display: block; }
    @media only screen and (max-width: 40em) {
      footer section {
        flex-basis: 100%;
        padding-right: inherit;
        padding-left: 0 !important; } }
  footer section:first-child {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    border-left: 1px solid #726F6C; }
    @media only screen and (max-width: 40em) {
      footer section:first-child {
        display: none; } }
    footer section:first-child div {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      footer section:first-child div.top {
        border-bottom: 1px solid #726F6C; }
      footer section:first-child div.bottom {
        padding-top: 15px; }
  footer section:nth-child(2) {
    border-right: 1px solid #726F6C;
    border-left: 1px solid #726F6C; }
    footer section:nth-child(2) div {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
      align-content: space-around; }
    footer section:nth-child(2) a {
      display: inline-block; }
  footer p, footer ul li {
    font-size: 1.7rem; }
  footer ul[class*="uk-width"] {
    padding-left: 20px;
    list-style: none; }
    @media only screen and (max-width: 40em) {
      footer ul[class*="uk-width"] {
        display: none; } }
  footer .subfooter {
    background-color: #DFDFDF; }

aside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3AAA35;
  transition: all .5s ease;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }

.open {
  opacity: 1;
  visibility: visible; }

.outer-close {
  text-align: center; }

.close {
  z-index: 200;
  display: inline-block;
  margin-left: -30px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: white;
  z-index: 3;
  cursor: pointer;
  font-family: sans-serif; }
  .close span,
  .close span:before,
  .close span:after {
    border-radius: 0;
    height: 5px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: ''; }
  .close span {
    background: transparent; }
  .close span:before {
    transform: rotate(45deg); }
  .close span:after {
    transform: rotate(-45deg); }

button.toggle-overlay {
  display: none;
  z-index: 100;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30px !important;
  height: 30px !important;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: #3AAA35;
  cursor: pointer; }
  @media only screen and (max-width: 40em) {
    button.toggle-overlay {
      display: inherit; } }
  button.toggle-overlay span {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/trigger.svg);
    /*background-image: url(/site/templates/assets/img/trigger.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*svg{
            width: 34px;
            height: 30px;
    
            rect{
                width: 100%;
                height: 2px;
                x: 0;
                y: 9;
                fill: #fff;
            }

            rect:first-child{
              y: 2;
            }

            rect:last-child{
              y: 16;
            }
        }*/ }

main.start {
  padding-top: 4rem; }

.slider-wrapper {
  border-bottom: 1px solid #726F6C; }
  .slider-wrapper ul#slider {
    max-height: 100%;
    min-height: 500px !important; }
    @media only screen and (max-width: 75em) {
      .slider-wrapper ul#slider {
        height: 100%;
        min-height: 43vw !important; } }
  .slider-wrapper div.slider-text > * {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Brandon Grotesque Thin Italic';
    font-size: 3rem;
    text-transform: none; }
  .slider-wrapper div.slider-text span {
    padding: 5px 15px;
    display: inline;
    text-align: center;
    background-color: #3AAA35; }
  .slider-wrapper .uk-dotnav {
    z-index: 1000; }
  .slider-wrapper .uk-dotnav > * > * {
    width: 15px;
    height: 15px; }
  .slider-wrapper .uk-dotnav > .uk-active > * {
    background-color: #3AAA35; }

.intro p {
  font-family: 'Brandon Grotesque Medium';
  font-size: 2.25rem; }

.two_column {
  display: flex;
  justify-content: space-between; }
  .two_column div {
    flex-basis: 48%; }
  .two_column p {
    font-family: "Brandon Grotesque Light", sans-serif; }

.linkbox--wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 1084px;
  background-image: url(../img/rasen.jpg);
  border-top: 6rem solid #fff; }
  .linkbox--wrapper:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #111;
    position: absolute;
    top: -6rem; }
  .linkbox--wrapper .uk-container {
    display: flex;
    justify-content: space-between;
    padding: 20px; }
    .linkbox--wrapper .uk-container:before, .linkbox--wrapper .uk-container:after {
      content: inherit; }
    @media only screen and (max-width: 48em) {
      .linkbox--wrapper .uk-container {
        flex-direction: column;
        justify-content: center;
        text-align: center; } }
    .linkbox--wrapper .uk-container .featured--box {
      flex-basis: 30%;
      padding: 10px;
      background: transparent url(../img/trans-90.png) center repeat; }
      .linkbox--wrapper .uk-container .featured--box img {
        margin-bottom: 10px; }
      @media only screen and (max-width: 48em) {
        .linkbox--wrapper .uk-container .featured--box {
          flex-basis: 100%;
          text-align: center;
          margin-bottom: 20px; }
          .linkbox--wrapper .uk-container .featured--box:last-child {
            margin-bottom: 0; } }
    .linkbox--wrapper .uk-container section {
      max-width: 500px;
      display: inline-block; }

@media only screen and (max-width: 40em) {
  .sample {
    margin-left: 2rem !important; } }
