/* ---------- COLORS ---------- */
/* ---------- GAPS ---------- */
/* ---------- FONTS ---------- */
@font-face {
  font-family: "Oswald";
  src: url(../webfonts/Oswald-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/Roboto-Italic.ttf);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/Roboto-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

/* ---------- RESETS ---------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- START ---------- */
body {
  font-family: "Roboto", Arial;
  font-size: 15px;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
}

p {
  font-family: "Roboto", Arial;
  margin-bottom: 1.5rem;
  color: #000000;
}

h1,
.h1 {
  font-family: "Oswald", Arial;
  font-weight: bold;
  font-size: 2.5625rem;
  line-height: 2.8rem;
  margin-bottom: 1.1rem;
  display: inline-block;
  text-transform: uppercase;
}

h2 {
  font-family: "Oswald", Arial;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h3 {
  font-family: "Roboto", Arial;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.3rem;
  margin-bottom: 0rem;
}

.small {
  font-size: 0.8em;
}

/* ---------- LINKS ---------- */
a {
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #888888;
}

a.extern,
a.intern,
a.download,
a.calendar,
a.share,
a.email,
.link-box a {
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

.link-box a {
  line-height: 2rem;
}

.link-box a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f061';
  font-weight: 900;
  padding-right: 5px;
  font-style: normal;
}

a.extern::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-weight: 900;
  padding-right: 5px;
  font-style: normal;
}

a.intern {
  text-decoration: underline;
}

a.download::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f019';
  font-weight: 900;
  padding-right: 5px;
  font-style: normal;
}

a.calendar::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f133';
  font-weight: 900;
  padding-right: 5px;
  font-style: normal;
}

a.share::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f1e0';
  font-weight: 900;
  padding-right: 5px;
  font-style: normal;
}

a.email::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0e0';
  font-weight: 400;
  padding-right: 5px;
  font-style: normal;
}

.link-opacity:hover {
  opacity: 0.7;
  text-decoration: none;
}

.link-button, .link-button-white, .link-button-grey {
  margin-bottom: 15px;
  padding: 8px 30px;
  display: inline-block;
  font-weight: normal;
  color: #000000;
  border: 1px solid #0c0908;
}

.link-button:hover, .link-button-white:hover, .link-button-grey:hover {
  border: 1px solid #0c0908;
  background-color: #0c0908;
  color: #ffffff;
  text-decoration: none;
}

.link-button-white {
  margin: 0;
  border: none;
  background-color: #ffffff;
}

.link-button-white:hover {
  border: none;
  background-color: #000000;
}

.link-button-grey {
  background-color: #565656;
  border: none;
  color: #ffffff;
}

.link-button-grey:hover {
  background-color: #e2e2e2;
  color: #000;
  border: none;
}

.link-box {
  background-color: #d9dada;
  padding: 10px 15px;
  margin-bottom: 32px;
}

hr {
  border-top: 5px solid #e4e4e4;
  margin: 0 0 10px 0;
  padding: 0;
}

.box-breadcrumb {
  font-weight: bold;
  margin-bottom: 42px;
}

.container {
  max-width: 1170px;
}

.header-line {
  background-color: #575656;
  color: #ffffff;
  width: 100%;
  height: 45px;
  padding: 0px 15px;
  margin-bottom: 32px;
}

.header-line a {
  color: #ffffff;
  display: block;
  padding: 0px 18px;
  line-height: 44px;
}

.fontsize-plus {
  background-image: url(../images/icon-schrift-vergroessern.png);
  background-position: center 0px;
  background-repeat: no-repeat;
}

a.fontsize-plus {
  padding: 0px 15px;
}

.scale {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.contrast {
  -webkit-filter: invert(1);
          filter: invert(1);
  background-color: #000;
}

.img-contrast {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.social-icons {
  font-size: 1.3rem;
}

ul.header-line--ul-left {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px -18px;
  display: inline-block;
  font-size: 0;
}

ul.header-line--ul-left li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  line-height: 45px;
  font-size: 1rem;
}

ul.header-line--ul-right {
  list-style: none;
  padding: 0px;
  margin: 0px -10px 0px 0px;
  float: right;
  font-size: 0;
}

ul.header-line--ul-right li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  line-height: 45px;
  font-size: 1rem;
}

.icon-members {
  background-color: #c5c6c6;
  width: 50px;
  text-align: center;
}

.icon-members a {
  color: #000000;
}

.icon-search-s {
  width: 35px;
  text-align: right;
}

a.bg-members {
  background-color: #c5c6c6;
  color: #000;
  margin: 0 10px;
}

.header-line--margin-left {
  margin-left: 40px;
}

/* ---------- INDEX GRID ---------- */
.grid-s {
  height: 370px;
  padding: 28px;
  overflow: hidden;
}

.grid-l,
.grid-slider {
  height: 370px;
  padding: 28px;
  overflow: hidden;
}

.grid-xl {
  background-image: url(../images/gegen_preiskampf_in_der_reha.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.grid-blog-right {
  width: calc(50% - 28px);
  float: right;
}

.grid-blog-left {
  background-image: url(../images/blog.jpg);
  background-size: cover;
  background-position: center center;
  width: calc(50% + 28px);
  float: left;
  height: 370px;
  margin: -28px 0px 0px -28px;
}

.grid-max-height {
  max-height: 266px;
  overflow: hidden;
  position: relative;
}

.grid-max-height::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* ---------- SLIDER ANPASSUNGEN ---------- */
.slider-max-height {
  max-height: 206px;
  overflow: hidden;
  position: relative;
}

.slider-max-height::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5c6c6+0,c5c6c6+100&0+0,1+80 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 198, 198, 0)), color-stop(80%, #c5c6c6), to(#c5c6c6));
  background: linear-gradient(to bottom, rgba(197, 198, 198, 0) 0%, #c5c6c6 80%, #c5c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c5c6c6', endColorstr='#c5c6c6',GradientType=0 );
}

.slider-left {
  width: 50%;
  height: 370px;
  float: left;
  background-size: cover;
  background-position: center center;
  z-index: 47;
}

.slider-right {
  width: 50%;
  height: 370px;
  float: right;
  padding: 28px;
  z-index: 48;
}

.slider-prev,
.slider-next {
  margin-top: 0px;
}

.grid-slider .slider-box {
  position: relative;
  height: 370px;
  width: 100%;
}

.grid-slider .slider-box ul {
  z-index: 49;
}

.grid-slider .slider-navi {
  position: absolute;
  bottom: 56px;
  left: calc(50% + 28px);
  z-index: 50;
  height: 28px;
  width: calc(50% - 56px);
}

/* ---------- MAIN NAVIGATION ---------- */
.box-burger-menu {
  margin: 20px 0px;
}

.burger-menu {
  width: calc(100%);
  text-align: center;
  line-height: 45px;
  background: #575656;
  color: #ffffff;
  margin-left: 0px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

.burger-menu--text::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  font-weight: 900;
  padding-right: 10px;
  font-style: normal;
}

.burger-menu--text-active::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00d';
  font-weight: 900;
  padding-right: 10px;
  font-style: normal;
}

.custom-menu-class {
  z-index: 99;
}

ul#menu-main-navigation {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
  font-size: 0;
}

ul#menu-main-navigation li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
}

ul#menu-main-navigation a,
.header--li-text {
  display: block;
  padding: 12px 42px;
  color: #000000;
}

ul#menu-main-navigation > li > ul > li a,
.header--li-text {
  display: block;
  padding: 14px 20px;
  color: #000000;
  min-height: 45px;
}

ul#menu-main-navigation a:hover,
.header--li-text:hover {
  background-color: #1d1d1b;
  color: #ffffff;
  text-decoration: none;
}

ul#menu-main-navigation li {
  position: relative;
}

ul#menu-main-navigation li:hover > a {
  background: #575656;
  color: #ffffff;
}

ul#menu-main-navigation > li > ul {
  z-index: 90;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 248px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #575656;
  -webkit-box-shadow: 0px 11px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 11px 10px -5px rgba(0, 0, 0, 0.4);
}

ul#menu-main-navigation > li > ul > li {
  position: relative;
  width: 248px;
  text-align: center;
  height: auto;
  font-size: 1rem;
  line-height: 1.4rem;
}

ul#menu-main-navigation > li > ul > li a {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 10px 10px;
}

ul#menu-main-navigation > li > ul > li a:hover {
  background: #373636;
  color: #ffffff;
}

ul#menu-main-navigation > li > ul > li > ul {
  position: absolute;
  top: 0;
  right: -179px;
  width: 180px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #1d1d1b;
  -webkit-box-shadow: 0px 11px 10px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 11px 10px -5px rgba(0, 0, 0, 0.4);
  z-index: 91;
}

ul#menu-main-navigation > li > ul > li > ul > li {
  width: 180px;
  text-align: left;
  height: 56px;
}

ul#menu-main-navigation > li > ul > li > ul > li a {
  padding: 5px 0px 5px 10px;
}

ul#menu-main-navigation > li > ul > li > ul > li::first-child a {
  border-top: none;
}

.burger--arrow-down {
  color: #ffffff;
  font-size: 2.2em;
  position: absolute;
  right: 0px;
  top: 1px;
  cursor: pointer;
  padding: 5px 20px 5px 20px;
  display: none !important;
}

.burger--more-active {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-main-navigation-arrow {
  color: #ffffff;
  font-size: 2.2em;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-color: #167BB5;
  padding: 5px 20px 5px 20px;
}

/* ---------- HEADER SEARCH ---------- */
form.search {
  margin-top: 6px;
  text-align: right;
}

form.search input {
  border: 1px solid #535353;
  margin: 0px;
  height: 36px;
  padding: 0px 10px;
}

form.search button {
  background-color: #535353;
  color: #ffffff;
  border: 1px solid #535353;
  width: 36px;
  height: 36px;
  float: right;
}

form.search-s {
  position: absolute;
  top: 0px;
  right: 54px;
  display: none;
}

form.search-s input {
  border: 1px solid #535353;
  margin: 0px;
  height: 45px;
  padding: 0px 10px;
  width: 200px;
}

form.search-s button {
  display: none;
}

/* ---------- FOOTER ---------- */
.footer {
  margin-top: 82px;
  background-color: #ececec;
  width: 100%;
}

.footer ul {
  margin-left: -22px;
  list-style: none;
  padding: 0px;
  display: inline-block;
  font-size: 0;
}

.footer ul li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
}

.footer ul li a {
  padding: 18px 22px;
  display: inline-block;
  color: #090909;
}

/* ---------- BACK TO TOP ---------- */
.back-to-top {
  text-align: center;
  position: fixed;
  bottom: -60px;
  right: 20px;
  height: 52px;
  display: inline-block;
  margin: 0px auto;
  width: 142px;
  background-color: #575656;
  z-index: 999;
}

.back-to-top a {
  color: #ffffff;
  padding: 10px 20px 20px 10px;
  text-align: center;
  display: block;
}

.back-to-top a::before {
  content: '';
  background: url("../images/back-to-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
}

.back-to-top a:hover {
  text-decoration: none;
}

.box-full {
  background-color: #dddc00;
  width: calc( 100% + 100%);
  text-align: center;
  padding: 32px;
  margin: 0 50% 32px -50%;
}

.box-full-content {
  max-width: 500px;
  margin: 0 auto;
}

/* ---------- Lists ---------- */
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ol li {
  counter-increment: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.5625rem;
}

ol li::before {
  content: counter(my-awesome-counter) ".";
  font-weight: bold;
  margin-right: 10px;
}

ul.list {
  list-style-type: none;
}

ul.list li {
  margin-bottom: 1.5625rem;
}

ul.list li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 17px;
  font-style: normal;
  content: '\f0da';
}

.akkordeon {
  margin-bottom: 1.7rem;
}

.akkordeon a.akkordeon--open-next {
  margin: 0px;
  padding: 10px 10px 10px 40px;
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.akkordeon--content h3 {
  padding: 10px 10px 10px 0px;
}

.akkordeon--content {
  display: none;
  padding: 10px 10px 10px 40px;
}

.akkordeon--open-next,
.akkordeon--open-all,
.akkordeon--close-all,
.akkordeon--close-this {
  cursor: pointer;
}

.akkordeon--open-next::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  width: 19px;
  height: 17px;
  background-image: url(../images/icon-plus.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.akkordeon--close-this {
  position: relative;
  font-weight: bold;
  display: block;
}

.akkordeon--close-this::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 2px;
  width: 19px;
  height: 17px;
  background-image: url(../images/icon-minus.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.akkordeon--is-open::before {
  background-image: url(../images/icon-minus.png);
}

.akkordeon .akkordeon--open-next:nth-of-type(odd),
.akkordeon .akkordeon--content:nth-of-type(even) {
  background-color: #d9dada;
}

.akkordeon .akkordeon--open-next:nth-of-type(even),
.akkordeon .akkordeon--content:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.akkordeon--open-all {
  display: inline-block;
  float: right;
  margin: 10px 0px;
}

.akkordeon--open-all::before {
  content: '';
  padding-right: 30px;
  width: 19px;
  height: 17px;
  background-image: url(../images/icon-plus.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.akkordeon--open-all-activ::before {
  content: '';
  padding-right: 30px;
  width: 19px;
  height: 17px;
  background-image: url(../images/icon-minus.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.akkordeon--options {
  float: left;
  line-height: 1.4rem;
}

.akkordeon--text {
  float: right;
  width: calc(100% - 31px);
}

.akkordeon--outer-options {
  padding: 5px 0px;
  display: block;
  text-align: right;
}

.akkordeon--outer-options img {
  margin: 0px 10px 0px 0px;
}

/* ---------- BLOG ---------- */
.blog-filter-thema a {
  background-color: #dddc00;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}

.blog-filter-thema a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.blog-filter-kanal a {
  background-color: #b8338b;
  color: #ffffff;
  text-align: center;
  padding: 5px 0px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}

.blog-filter-kanal a:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.blog-filter-margin {
  margin-bottom: 15px;
}

.box-blog-index-top {
  width: 100%;
  height: 300px;
  background-image: url(../images/blog.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.box-blog-index-bottom {
  width: 100%;
  height: 300px;
  background-color: #e3e3e3;
  padding: 10px 32px;
  margin-bottom: 32px;
}

.box-blog-index-bottom .date {
  font-style: italic;
  display: inline-block;
  margin-bottom: 8px;
}

.box-blog-index-bottom .blog-icon {
  float: right;
  font-size: 1.8em;
  color: #be318e;
}

.blog-max-height {
  max-height: 226px;
  overflow: hidden;
  position: relative;
}

.blog-max-height::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 227, 227, 0)), color-stop(80%, #e3e3e3), to(#e3e3e3));
  background: linear-gradient(to bottom, rgba(227, 227, 227, 0) 0%, #e3e3e3 80%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3e3e3', endColorstr='#e3e3e3',GradientType=0 );
}

.blog-footer {
  margin-top: 60px;
}

.colorbox-blog-content {
  padding: 32px;
}

.colorbox-blog-1 {
  background-color: #b8338b;
  color: #ffffff;
}

.colorbox-blog-1 p {
  color: #ffffff;
}

.colorbox-blog-2 {
  background-color: #dddc00;
}

.colorbox-blog-3 {
  background-color: #00b1eb;
}

.blog-date {
  font-weight: bold;
  margin-bottom: 10px;
}

.share {
  margin-bottom: 70px;
  padding-top: 10px;
}

.share a:first-of-type {
  margin-left: 26px;
}

.share a {
  margin-right: 42px;
}

/* ---------- COLORS ---------- */
.bg-yellow {
  background-color: #dddc00;
}

.bg-blue {
  background-color: #00b1eb;
}

.bg-green {
  background-color: #44ad42;
}

.bg-grey {
  background-color: #c5c6c6;
}

.bg-blog {
  background-color: #e3e3e3;
}

.bg-yellow .grid-max-height::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddc00+0,dddc00+100&0+0,1+80 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 220, 0, 0)), color-stop(80%, #dddc00), to(#dddc00));
  background: linear-gradient(to bottom, rgba(221, 220, 0, 0) 0%, #dddc00 80%, #dddc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddc00', endColorstr='#dddc00',GradientType=0 );
}

.bg-grey .grid-max-height::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c5c6c6+0,c5c6c6+100&0+0,1+80 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 198, 198, 0)), color-stop(80%, #c5c6c6), to(#c5c6c6));
  background: linear-gradient(to bottom, rgba(197, 198, 198, 0) 0%, #c5c6c6 80%, #c5c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c5c6c6', endColorstr='#c5c6c6',GradientType=0 );
}

.bg-blue .grid-max-height::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b1eb+0,00b1eb+100&0+0,1+80 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 177, 235, 0)), color-stop(80%, #00b1eb), to(#00b1eb));
  background: linear-gradient(to bottom, rgba(0, 177, 235, 0) 0%, #00b1eb 80%, #00b1eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b1eb', endColorstr='#00b1eb',GradientType=0 );
}

.bg-green .grid-max-height::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44ad42+0,44ad42+100&0+0,1+80 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 173, 66, 0)), color-stop(80%, #44ad42), to(#44ad42));
  background: linear-gradient(to bottom, rgba(68, 173, 66, 0) 0%, #44ad42 80%, #44ad42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044ad42', endColorstr='#44ad42',GradientType=0 );
}

/* ---------- HELPER ---------- */
a,
.link-opacity {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.clear {
  clear: both;
}

.no-padding {
  padding: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.show-s {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

.box-padding {
  padding: 32px;
}

.box-margin-bottom {
  margin-bottom: 32px;
}

.bu {
  font-style: italic;
  margin: 10px 0 54px 0;
}

.box-bu-right {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.bu-right-image {
  width: 50%;
}

.bu-right-text {
  font-style: italic;
  position: absolute;
  bottom: 0;
  left: calc(50% + 16px);
}

.margin-bottom-xl {
  margin-bottom: 32px;
}

/* ---------- MEDIA QUERIES NAVIGATION ---------- */
@media only screen and (max-width: 991.5px) {
  .burger-navi-only {
    display: block;
  }
  .custom-menu-class {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  .burger--arrow-down {
    display: inline-block !important;
  }
  .custom-menu-class {
    position: absolute;
    width: calc(100% - 30px);
    margin-left: 0px;
    padding: 0px 20px;
    background-color: #f00;
  }
  ul#menu-main-navigation {
    padding: 0px;
    margin: 0px 0px 0px -20px;
    display: block;
    width: calc(100% + 40px);
    position: relative;
    background: #575656;
    color: #ffffff;
  }
  ul#menu-main-navigation a {
    color: #ffffff;
  }
  ul#menu-main-navigation > li {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 1rem;
    position: relative;
    border-top: 1px solid #ffffff;
  }
  ul#menu-main-navigation > li,
  ul#menu-main-navigation > li > ul,
  ul#menu-main-navigation > li > ul > li,
  ul#menu-main-navigation > li > ul > li > ul,
  ul#menu-main-navigation > li > ul > li > ul > li {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .box-breadcrumb {
    margin-top: 16px;
  }
  .hide-s {
    display: none !important;
  }
  .show-s {
    display: inline-block !important;
  }
  .blog-footer {
    margin-top: -32px;
  }
  .blog-button {
    margin-bottom: 58px;
    text-align: center;
  }
  .colorbox-blog-3 {
    margin-bottom: 56px;
  }
  .box-full {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .box-full-content {
    max-width: 100%;
  }
}

/* ---------- MEDIA QUERIES BURGER NAVI ---------- */
@media only screen and (min-width: 991.7px) {
  ul#menu-main-navigation li:hover > .sub-menu {
    display: inline !important;
  }
  .custom-menu-class {
    display: block !important;
  }
  .sub-menu {
    display: none;
  }
  .burger-navi-only {
    display: none !important;
  }
}

/* ---------- MEDIA QUERIES TABLETS AND SMARTPHONES ---------- */
@media (max-width: 991.5px) {
  .header-line {
    margin-bottom: 30px;
  }
  .grid-xl {
    padding-top: 100%;
  }
  .grid-l,
  .grid-s {
    height: auto;
  }
  .grid-blog-left {
    float: none;
    width: calc(100% + 56px);
  }
  .grid-blog-right {
    float: none;
    width: 100%;
    padding: 28px 0px 0px 0px;
    height: auto;
  }
  .grid-max-height {
    max-height: 500000px;
  }
  .grid-s > .link-button, .grid-s > .link-button-white, .grid-s > .link-button-grey,
  .grid-l > .link-button,
  .grid-l > .link-button-white,
  .grid-l > .link-button-grey,
  .grid-slider > .link-button,
  .grid-slider > .link-button-white,
  .grid-slider > .link-button-grey,
  .grid-xl > .link-button,
  .grid-xl > .link-button-white,
  .grid-xl > .link-button-grey,
  .grid-blog-right > .link-button,
  .grid-blog-right > .link-button-white,
  .grid-blog-right > .link-button-grey {
    margin-bottom: 0px;
  }
  .box-burger-menu {
    margin: 30px 0 0 0;
  }
  .back-to-top {
    width: 100%;
    border-radius: 0px;
    left: 0px;
    right: 0px;
  }
  .footer {
    margin: 20px 0 40px 0;
    text-align: center;
  }
  .footer ul li a {
    padding: 18px 12px;
  }
}

/* ---------- MEDIA QUERIES SLIDER ---------- */
@media (max-width: 680px) {
  .slider-left,
  .slider-right {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .slider-left {
    height: 250px;
  }
  .slider-max-height {
    height: 250px;
  }
  .grid-slider .slider-navi {
    position: absolute;
    bottom: 28px;
    left: 28px;
    width: calc(100% - 56px);
  }
  .grid-slider .slider-box {
    height: auto;
  }
  .grid-slider {
    height: auto;
  }
}

@media (max-width: 767px) {
  .box-blog-index-bottom {
    height: auto;
    padding-bottom: 32px;
  }
  .blog-max-height {
    max-height: 500000px;
  }
  .box-bu-right {
    margin: 0;
  }
  .bu-right-image {
    width: 100%;
  }
  .bu-right-text {
    font-style: italic;
    position: relative;
    left: 0;
    width: 100%;
    margin: 10px 0 54px 0;
  }
}
/*# sourceMappingURL=main.css.map */