@charset "UTF-8";
/*
 *  Defining includes
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:300,400,600");
/*
 *  Varibles declaration
 */
/*
 *  Resolution component
 *  Show which screen is trigger (for development purpose only)
 */
.resolution {
  display: block;
  width: 100%;
  height: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: yellow; }
  @media only screen and (min-width: 768px) {
    .resolution {
      background-color: orange; } }
  @media only screen and (min-width: 992px) {
    .resolution {
      background-color: red; } }
  @media only screen and (min-width: 1300px) {
    .resolution {
      background-color: blue; } }

/*
 *  Helper component
 */
.container {
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media only screen and (min-width: 1300px) {
    .container {
      max-width: 1160px; } }

/*
 *  Gutenberg components
 *  Overwrites the base behavior of components
 */
.gutenberg {
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    .gutenberg {
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .gutenberg {
      padding-right: 0;
      padding-left: 0; } }
  .gutenberg .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-columns.has-2-columns .wp-block-column:nth-child(odd) {
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-columns.has-2-columns .wp-block-column:nth-child(even) {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-columns.has-3-columns .wp-block-column {
      flex-basis: 33%; } }
  .gutenberg .wp-block-columns.has-3-columns .wp-block-column:nth-child(odd) {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-columns.has-3-columns .wp-block-column:first-child {
      margin-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-columns.has-3-columns .wp-block-column:last-child {
      margin-left: 15px; } }
  @media only screen and (min-width: 600px) {
    .gutenberg .wp-block-column {
      flex-basis: 100% !important; } }
  @media only screen and (min-width: 600px) {
    .gutenberg .wp-block-column:not(:last-child) {
      margin-right: 0; } }
  .gutenberg .wp-block-column:not(:first-child), .gutenberg .wp-block-column:nth-child(2n) {
    margin-left: 0; }
  .gutenberg .wp-block-image {
    margin-top: 0;
    margin-bottom: 10px; }
    .gutenberg .wp-block-image img {
      width: 100%;
      height: auto; }
    .gutenberg .wp-block-image.has--border img {
      border: 1px solid #c0b096; }
  .gutenberg .wp-block-separator {
    border-top: 4px dotted #7e5e45;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-separator {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 992px) {
      .gutenberg .wp-block-separator {
        border-top: 2px dotted #7e5e45;
        margin-top: 8px;
        margin-bottom: 8px; } }
  .gutenberg .wp-block-file {
    display: inline-block;
    margin-top: 10px; }
    .gutenberg .wp-block-file a:first-child {
      display: none; }
    .gutenberg .wp-block-file__button {
      margin-left: 0;
      /* reset Gutenberg standart */
      opacity: 1 !important;
      /* force reset Gutenberg standart because of selector hiercharchie */
      border-radius: 0;
      background-color: #55453c; }
      .gutenberg .wp-block-file__button:hover {
        background-color: #fcc04d; }
  .gutenberg .wp-block-advgb-contact-form .advgb-form-field.advgb-form-field-half, .gutenberg .wp-block-advgb-contact-form .advgb-form-field.advgb-form-field-full {
    padding-left: 0; }
  .gutenberg .wp-block-advgb-contact-form .advgb-form-field.advgb-form-field-half:first-child {
    padding-right: 2%; }
  .gutenberg .wp-block-advgb-contact-form .advgb-form-field.advgb-form-field-half:last-child {
    padding-left: 2%; }
  .gutenberg .wp-block-advgb-contact-form .advgb-form-field .advgb-form-input {
    background-color: #fff;
    border-color: #55453c;
    color: #3e3328; }
    .gutenberg .wp-block-advgb-contact-form .advgb-form-field .advgb-form-input:focus {
      border-color: #fcc04d; }
  .gutenberg iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #c0b096;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .gutenberg iframe {
        height: 550px; } }
    @media only screen and (min-width: 992px) {
      .gutenberg iframe {
        height: 650px; } }
  .gutenberg ul {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 16px;
    color: #55453c; }
    @media only screen and (min-width: 992px) {
      .gutenberg ul {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 14px; } }
  .gutenberg li {
    position: relative;
    padding-left: 14px; }
    .gutenberg li:before {
      content: "– ";
      position: absolute;
      left: 0; }

/*
 *  Subpage component
 */
.subpage {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .subpage {
      width: calc(50% - 10px); } }
  @media only screen and (min-width: 768px) {
    .subpage:nth-child(odd) {
      padding-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .subpage:nth-child(even) {
      padding-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .subpage:nth-last-of-type(-n+2) {
      margin-bottom: 0; } }
  .subpage__image {
    width: 100%;
    height: auto;
    border: 1px solid #c0b096; }
  .subpage__text {
    color: #55453c;
    line-height: 18px;
    padding-top: 19px; }
  .subpage__link {
    color: #fcc04d;
    text-decoration: none; }
    .subpage__link:hover {
      text-decoration: underline; }
  .subpage__data {
    display: inline-block;
    font-weight: 700; }

/*
 *  Pagination component
 */
.pagination {
  padding-top: 25px;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .pagination {
      padding-top: 50px; } }
  .pagination__button {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px; }

/*
 *  News component
 */
.news {
  margin-top: 25px; }
  .news__top, .news__bottom {
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) {
      .news__top, .news__bottom {
        padding-right: 25px;
        padding-left: 25px; } }
    @media only screen and (min-width: 992px) {
      .news__top, .news__bottom {
        padding-right: 0;
        padding-left: 0; } }
  .news__top {
    background-color: #3e3328; }
  .news__title {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      .news__title {
        font-size: 36px;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .news__bottom {
    background-color: #c0b096;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .news__bottom {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media only screen and (min-width: 992px) {
      .news__bottom {
        padding-top: 36px;
        padding-bottom: 20px;
        font-size: 14px; } }
  @media only screen and (min-width: 768px) {
    .news__entries {
      display: flex;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 992px) {
    .news__entries {
      justify-content: space-between; } }
  .news__entry {
    display: block;
    line-height: 20px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .news__entry {
        flex-basis: calc(50% - 30px); } }
    @media only screen and (min-width: 992px) {
      .news__entry {
        line-height: 19px;
        margin-bottom: 23px;
        flex-basis: 30%; } }
    .news__entry:hover {
      text-decoration: none; }
    .news__entry:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .news__entry:nth-child(odd) {
        margin-right: 15px; } }
    @media only screen and (min-width: 992px) {
      .news__entry:nth-child(odd) {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      .news__entry:nth-child(even) {
        margin-left: 15px; } }
    @media only screen and (min-width: 992px) {
      .news__entry:nth-child(even) {
        margin-left: 0; } }
    @media only screen and (min-width: 992px) {
      .news__entry:nth-last-child(-n+3) {
        margin-bottom: 0; } }
  .news__data, .news__text {
    display: inline; }
  .news__data {
    color: #3e3328;
    font-weight: 700;
    text-decoration: none; }
  .news__text {
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .news__button {
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    .news__button {
      text-align: right; } }
  .news__link {
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) {
      .news__link {
        margin-top: 50px; } }
    .news__link:hover {
      text-decoration: underline; }

/*
 *  Hovithek component
 */
.hovithek {
  background-color: #c0b096;
  color: #fff;
  margin-top: 17px;
  margin-bottom: 18px;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    .hovithek {
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .hovithek {
      padding-bottom: 17px; } }
  @media only screen and (min-width: 768px) {
    .hovithek__entries {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .hovithek__entry {
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .hovithek__entry {
        flex-basis: 32%;
        margin-bottom: 0; } }
    .hovithek__entry:last-child {
      margin-bottom: 0; }
  .hovithek__title {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .hovithek__title {
        font-size: 27px;
        padding-bottom: 21px; } }
  .hovithek__image {
    width: 100%;
    height: auto; }
  .hovithek__text {
    padding-top: 19px;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .hovithek__text {
        padding-top: 8px;
        line-height: 20px; } }
  .hovithek__link {
    color: #fff;
    font-weight: 700; }
    .hovithek__link:hover {
      text-decoration: underline; }

/*
 *  Badge component
 */
.badge {
  width: 128px;
  height: 128px;
  position: absolute;
  bottom: -40px;
  display: none; }
  @media only screen and (min-width: 992px) {
    .badge {
      display: inline-block;
      right: 25px; } }
  @media only screen and (min-width: 1300px) {
    .badge {
      right: calc( ((100% - 1200px) / 2) - ( ((100% - 1200px) / 2) / 2)); } }
  .badge--big {
    width: 200px;
    height: 200px;
    bottom: -80px; }

/*
 *  Breadcrumb component
 */
.breadcrumb {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #55453c;
  font-size: 16px;
  line-height: 24px; }
  @media only screen and (min-width: 768px) {
    .breadcrumb {
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .breadcrumb {
      padding-right: 0;
      padding-left: 0;
      font-size: 14px;
      line-height: 14px; } }
  .breadcrumb__entry {
    display: inline-block; }
    .breadcrumb__entry--current {
      font-weight: 700; }
  .breadcrumb__separator {
    font-weight: 700;
    font-size: 13px;
    padding-right: 4px;
    padding-left: 4px; }

.single-post .breadcrumb {
  display: none; }

/*
 *  Global module
 */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #55453c;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 42px;
  padding-top: 10px;
  padding-bottom: 25px; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 44px;
      line-height: 1.1;
      padding-top: 18px;
      padding-bottom: 18px; } }

h2 {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 1.25; }

h3 {
  font-size: 26px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 15px; }

h4 {
  font-size: 24px;
  font-weight: 300; }

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 16px;
  color: #55453c; }
  @media only screen and (min-width: 992px) {
    p {
      font-size: 14px;
      line-height: 22px;
      padding-bottom: 14px; } }
  p:last-child {
    padding-bottom: 0; }

a {
  color: #fcc04d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:focus {
    outline: none; }

strong {
  font-weight: 700; }

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

input {
  padding: 0;
  border: none; }
  input:focus {
    outline: none; }

button,
input[type=submit] {
  background-color: transparent;
  border: none;
  padding-right: 0;
  padding-left: 0; }
  button:hover,
  input[type=submit]:hover {
    cursor: pointer; }
  button:focus,
  input[type=submit]:focus {
    outline: none; }

/*
 *  Header module
 */
.header__top {
  height: 70px;
  background-color: #fff;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 750; }
  @media only screen and (min-width: 768px) {
    .header__top {
      padding-right: 25px;
      padding-left: 25px;
      height: 90px; } }
  @media only screen and (min-width: 992px) {
    .header__top {
      height: 87px;
      background-color: #55453c; } }

.header__container {
  position: relative;
  height: inherit;
  z-index: 99; }

.header__badge, .header__trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.header__shadow {
  display: inline-block;
  width: 266px;
  height: 180px;
  position: absolute;
  pointer-events: none; }
  .header__shadow:before, .header__shadow:after {
    content: "";
    display: none;
    width: 133px;
    height: 190px;
    background-color: transparent;
    position: relative;
    bottom: 23px;
    z-index: 500;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.35); }
    @media only screen and (min-width: 992px) {
      .header__shadow:before, .header__shadow:after {
        display: inline-block; } }
  .header__shadow:before {
    left: 0;
    transform: skew(0deg, -8deg) rotate(0deg); }
  .header__shadow:after {
    right: 0;
    transform: skew(0deg, 8deg) rotate(0deg); }

@media only screen and (min-width: 992px) {
  .header__badge {
    position: relative;
    top: 0;
    display: inline-block;
    transform: translateY(-10px);
    width: 266px;
    height: 190px;
    background-image: url("../images/header/badge_background.svg");
    background-size: cover;
    background-position: bottom center;
    z-index: 750; } }

.header__logo {
  width: 120px;
  height: auto;
  margin-top: 2px;
  margin-left: 2px; }
  @media only screen and (min-width: 768px) {
    .header__logo {
      width: 150px; } }
  @media only screen and (min-width: 992px) {
    .header__logo {
      margin-top: 0;
      margin-left: 0;
      position: absolute;
      width: 210px;
      top: 47px;
      left: 50%;
      transform: translateX(-50%); } }

.header__trigger {
  width: 40px;
  height: 28px;
  background-image: url("../images/header/icon_menu.svg");
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 3px;
  padding-right: 0;
  padding-left: 0;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .header__trigger {
      width: 50px;
      height: 36px;
      margin-top: 6px; } }
  @media only screen and (min-width: 992px) {
    .header__trigger {
      display: none; } }

.header__search {
  display: none;
  position: absolute;
  height: 18px;
  top: 34px;
  right: 0;
  border: 1px solid #aeb3aa;
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    .header__search {
      display: inline-block;
      right: 100px; } }
  @media only screen and (min-width: 1400px) {
    .header__search {
      right: 0; } }

.header__social {
  display: inline-block;
  position: absolute;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  top: 20px;
  right: 100px;
  transform: scale(0.9); }
  @media only screen and (min-width: 768px) {
    .header__social {
      transform: scale(1);
      top: 32px;
      right: 130px; } }
  @media only screen and (min-width: 992px) {
    .header__social {
      top: 26px;
      right: unset;
      transform: scale(0.9) translateX(-100%);
      left: calc((100% - 940px) / 2 + 940px);
      min-width: 85px;
      /* quirky but does the job */ } }
  @media only screen and (min-width: 1300px) {
    .header__social {
      left: calc((100% - 1160px) / 2 + 1160px); } }
  @media only screen and (min-width: 1400px) {
    .header__social {
      left: unset;
      top: 23px;
      right: calc( ((100% - 1200px) / 2) - ( ((100% - 1200px) / 2) / 2));
      transform: translateX(50%); } }
  .header__social .social__link--facebook {
    background-image: url("../images/header/icon_facebook-inverted.svg"); }
    @media only screen and (min-width: 992px) {
      .header__social .social__link--facebook {
        background-image: url("../images/header/icon_facebook.svg"); } }
  .header__social .social__link--instagram {
    background-image: url("../images/header/icon_instagram-inverted.svg"); }
    @media only screen and (min-width: 992px) {
      .header__social .social__link--instagram {
        background-image: url("../images/header/icon_instagram.svg"); } }

.header__bottom {
  height: 10px;
  background-color: #3e3328;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .header__bottom {
      height: 33px;
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .header__bottom .header__container {
      height: inherit; } }

.header__navigation {
  display: none; }
  @media only screen and (min-width: 992px) {
    .header__navigation {
      display: block;
      height: inherit; } }
  .header__navigation.is__open {
    display: block; }

.navigation__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(62, 51, 40, 0.95);
  list-style: none;
  position: absolute;
  top: 10px;
  width: calc(100% - 30px);
  /* minus $mobile-padding */
  height: auto;
  z-index: 1000; }
  @media only screen and (min-width: 768px) {
    .navigation__list {
      display: inline-block;
      width: auto;
      padding-right: 25px;
      padding-left: 25px;
      right: 0;
      border-top: 3px solid #fff; } }
  @media only screen and (min-width: 992px) {
    .navigation__list {
      border-top: none;
      padding-right: 0;
      padding-left: 0;
      text-align: right;
      width: 100%;
      height: inherit;
      top: 0; } }
  .navigation__list .menu-item {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .navigation__list .menu-item {
        display: inline-block;
        margin-left: 45px;
        position: relative;
        height: inherit; } }
    .navigation__list .menu-item:hover {
      cursor: pointer; }
      @media only screen and (min-width: 992px) {
        .navigation__list .menu-item:hover .sub-menu {
          display: block; } }
    .navigation__list .menu-item:last-child {
      margin-bottom: 25px; }
      @media only screen and (min-width: 992px) {
        .navigation__list .menu-item:last-child {
          margin-right: 15px;
          margin-bottom: 0; } }
    .navigation__list .menu-item a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      display: inline-block;
      margin-top: 15px;
      font-weight: 700;
      border-bottom: 1px solid white;
      padding-bottom: 5px; }
      @media only screen and (min-width: 992px) {
        .navigation__list .menu-item a {
          margin-top: 0;
          display: inline-block;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          border-bottom: none;
          padding-bottom: 0;
          font-family: "Oswald", sans-serif; } }
      @media only screen and (min-width: 992px) {
        .navigation__list .menu-item a:hover {
          color: #fcc04d; } }
    .navigation__list .menu-item .navigation__arrow {
      content: "";
      display: none;
      width: 14px;
      height: 6px;
      position: relative;
      top: 5px;
      margin-left: 7px;
      background-image: url("../images/header/icon_arrow.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    @media only screen and (min-width: 992px) {
      .navigation__list .menu-item.menu-item-has-children .navigation__arrow {
        display: inline-block; } }
    .navigation__list .menu-item.menu-item-home {
      display: none;
      margin-right: 2px;
      margin-left: 0; }
      @media only screen and (min-width: 992px) {
        .navigation__list .menu-item.menu-item-home {
          display: inline-block; } }
      .navigation__list .menu-item.menu-item-home a {
        color: transparent;
        width: 18px;
        height: 16px;
        background-image: url("../images/header/icon_home.svg");
        background-size: 18px 16px;
        background-position: center;
        background-repeat: no-repeat;
        position: relative; }
      .navigation__list .menu-item.menu-item-home .navigation__arrow {
        display: none; }
  .navigation__list .sub-menu {
    list-style: none;
    padding-top: 8px;
    padding-left: 0; }
    @media only screen and (min-width: 992px) {
      .navigation__list .sub-menu {
        display: block;
        width: auto;
        background-color: rgba(62, 51, 40, 0.84);
        position: absolute;
        left: -1px;
        top: 33px;
        text-align: left;
        display: none;
        padding-top: 0;
        border: 1px solid #7F7F7F;
        min-width: 220px; } }
    @media only screen and (min-width: 768px) {
      .navigation__list .sub-menu.is__open {
        display: block; } }
    @media only screen and (min-width: 992px) {
      .navigation__list .sub-menu .menu-item {
        margin-left: 0;
        border-bottom: 1px solid #7F7F7F;
        display: block; } }
    .navigation__list .sub-menu .menu-item:last-child {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        .navigation__list .sub-menu .menu-item:last-child a {
          border-bottom: none; } }
    .navigation__list .sub-menu .menu-item a {
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      display: block;
      margin-top: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      font-weight: 400;
      border-bottom: none; }
      @media only screen and (min-width: 992px) {
        .navigation__list .sub-menu .menu-item a {
          display: block;
          padding: 8px 10px 5px 10px;
          font-size: 12px;
          top: unset;
          transform: translateY(0); } }
    .navigation__list .sub-menu .menu-item .navigation__arrow {
      display: none; }

.search__input {
  width: 134px;
  padding-left: 11px;
  color: #aeb3aa;
  font-size: 11px; }
  .search__input::placeholder {
    color: inherit; }

.search__button {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: inherit;
  background-color: transparent;
  background-image: url("../images/header/icon_search.svg");
  background-size: 14px 15px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  top: 0;
  right: 1px; }

.social__entry {
  display: inline-block;
  margin-right: 21px; }
  .social__entry:last-child {
    margin-right: 0; }

.social__link {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px; }
  .social__link--facebook {
    width: 16px;
    height: 30px; }
  .social__link--instagram {
    width: 37px;
    height: 37px; }

/*
 *  Footer module
 */
.footer {
  margin-top: 20px;
  padding-top: 27px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #c0b096;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-right: 25px;
      padding-left: 25px; } }
  .footer__container {
    max-width: 1300px;
    margin: 0 auto; }
  .footer__top {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .footer__top {
        margin-bottom: 50px; } }
  .footer__column {
    display: block; }
    @media only screen and (min-width: 768px) {
      .footer__column {
        display: inline-block; } }
    @media only screen and (min-width: 768px) {
      .footer__column:first-child {
        margin-right: 15%; } }
    @media only screen and (min-width: 992px) {
      .footer__column:first-child {
        margin-right: 15px; } }
    @media only screen and (min-width: 1300px) {
      .footer__column:first-child {
        margin-right: 7.5%; } }
    .footer__column--landesgruppe {
      margin-top: 25px; }
  .footer__title {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 39px;
    text-transform: uppercase;
    padding-bottom: 18px; }
    .footer__title--small {
      font-size: 18px;
      padding-bottom: 14px; }
  .footer__subtitle {
    font-weight: 300; }
  .footer__address {
    font-style: normal; }
    @media only screen and (min-width: 768px) {
      .footer__address {
        display: inline-block;
        vertical-align: bottom; } }
  .footer__text {
    line-height: 1.5;
    color: #fff; }
    .footer__text a {
      color: #fff;
      text-decoration: none; }
  .footer__logos {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (min-width: 992px) {
      .footer__logos {
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media only screen and (min-width: 1300px) {
      .footer__logos {
        bottom: -45px; } }
  .footer__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .footer__list {
        text-align: right; } }
    .footer__list .menu-item {
      display: inline-block;
      margin-right: 5px; }
      .footer__list .menu-item:last-child {
        margin-right: 0; }
      .footer__list .menu-item a {
        text-decoration: none;
        display: inline-block;
        padding: 12px 15px 8px 15px;
        font-size: 16px;
        color: #55453c;
        background-color: #fff; }
        @media only screen and (min-width: 992px) {
          .footer__list .menu-item a {
            font-size: 12px;
            padding: 11px 17px 7px 17px; } }

.logos__entry {
  display: inline-block; }
  @media only screen and (min-width: 992px) {
    .logos__entry {
      vertical-align: middle;
      margin-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .logos__entry:first-child {
      margin-left: 0; } }

.logos__image {
  height: auto; }
  .logos__image--fan {
    width: 80px; }
    @media only screen and (min-width: 768px) {
      .logos__image--fan {
        width: 130px; } }
    @media only screen and (min-width: 992px) {
      .logos__image--fan {
        width: 70px; } }
    @media only screen and (min-width: 1300px) {
      .logos__image--fan {
        width: 140px; } }
  .logos__image--ihf {
    width: 135px; }
    @media only screen and (min-width: 768px) {
      .logos__image--ihf {
        width: 175px; } }
    @media only screen and (min-width: 992px) {
      .logos__image--ihf {
        width: 130px; } }
  .logos__image--fci {
    width: 60px; }
    @media only screen and (min-width: 768px) {
      .logos__image--fci {
        width: 80px; } }
    @media only screen and (min-width: 992px) {
      .logos__image--fci {
        width: 66px; } }
  .logos__image--vdh {
    width: 110px; }
    @media only screen and (min-width: 768px) {
      .logos__image--vdh {
        width: 140px; } }
    @media only screen and (min-width: 992px) {
      .logos__image--vdh {
        width: 96px; } }

/*
 *  Page module
 */
.content__header, .content__footer {
  width: 100%;
  height: auto; }

.content .header {
  position: relative; }

.content__header {
  position: relative; }

.content__footer {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .content__footer {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .content__footer {
      margin-top: 84px; } }

.content__subpages {
  padding-top: 35px;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    .content__subpages {
      padding-right: 25px;
      padding-left: 25px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-basis: 100%; } }
  @media only screen and (min-width: 992px) {
    .content__subpages {
      padding-right: 0;
      padding-left: 0; } }

/*
 *  Home module
 */
.is__home .gutenberg {
  padding-top: 30px; }

.is__home .content__image {
  width: 100%;
  height: auto; }

.is__home .content__footer {
  margin-top: 0; }

/*
 *  Search module
 */
.search {
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    .search {
      padding-right: 25px;
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .search {
      padding-right: 0;
      padding-left: 0; } }
  .search__title {
    padding-top: 15px;
    padding-bottom: 5px; }

/*
 *  Overwrites the password protected form
 */
.post-password-form p:first-child {
  padding-top: 20px; }

.post-password-form label {
  font-weight: 700; }

.post-password-form input {
  margin-left: 10px; }
  .post-password-form input[type="password"] {
    padding-right: 5px;
    padding-left: 5px;
    height: 20px;
    border: 1px solid #aeb3aa;
    color: #aeb3aa; }
  .post-password-form input[type="submit"] {
    color: #fcc04d; }

/*
 *  Overwrites the cookie compliance button
 */
#cmplz-document button.cc-revoke-custom {
  background-color: #55453c;
  padding: .5em 1em;
  font-size: 13px;
  color: #fff; }
  #cmplz-document button.cc-revoke-custom:hover, #cmplz-document button.cc-revoke-custom:visited {
    background-color: #fcc04d !important; }
