/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*----------------------------- FONT INCLUDE ----------------------------*/
/*--------------------------- TEMPLATE CONFIG ---------------------------*/
/*--------------------------- TEMPLATE INIT -----------------------------*/
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Variables
 * Hier werden die Standardwerte fürs Template festgelegt.
 */
/**
 * Functions
 * Hier sind alle Funktionen drin.
 */
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Base
 * Hier sind so die standard sachen drin.
 */
.fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
  margin: 0 auto;
}
@media only all and (min-width: 75rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 100%;
  }
}
body {
  position: relative;
}
h1, h2, h3 {
  line-height: 1.2;
}
.fullwidth {
  padding: 0 !important;
}
.fullwidth > .g-container {
  width: 100%;
}
.fullwidth > .g-container .content {
  margin: 0;
  padding: 0;
}
.fullwidth .center {
  text-align: inherit;
}
.fixed > .g-content, .fullwidth > .g-content {
  margin: 0 auto;
}
#g-page-surround {
  z-index: 5;
}
#g-container-4290 {
  z-index: 1;
  position: relative;
}
#g-container-4290 .g-container {
  background: inherit;
  padding: 3em 1em;
  border-radius: 2px;
}
.g-content {
  padding: 0;
  margin: 0;
}
.centered {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.centered > .g-content {
  width: 100%;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.layout-spacer {
  flex-grow: 1;
}
.ad__button, .article .readmore a, .cms_news__readmore, .cms_article__readmore {
  border: solid 1px #b0bc12;
  padding: 0.5em 1.5em;
  color: #b0bc12;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: none;
}
.ad__button:hover, .article .readmore a:hover, .cms_news__readmore:hover, .cms_article__readmore:hover {
  background: #b0bc12;
  color: #fff !important;
  text-decoration: none;
}
/**
 * Font Base
 * Alles was Schriften angeht wird hier im groben geregelt.
 */
body, td, th, p, span, ul, li {
  font-family: "Dosis", sans-serif;
  line-height: 150%;
}
p, span {
  font-weight: normal;
  line-height: 150% !important;
}
#g-mainbody p {
  line-height: 150% !important;
}
#g-mainbody .cktext.inner p:first-of-type {
  margin-top: 0;
}
/**
 * Header
 * Stylt den Bereich über der NAvigation
 */
#g-top {
  padding: 1em;
  background: linear-gradient(to top, #fff 0%, #e6e6e6 80%);
}
#g-top .g-block.size-50 {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
#g-top .g-block.size-50:last-child {
  -webkit-justify-content: flex-end ;
  -ms-flex-pack: flex-end ;
  justify-content: flex-end ;
}
.gantry-logo img {
  width: 400px;
}
/**
 * Konaktbox
 * Hier ist das Styling für die Kontaktbox im header drin.
 */
.custom.kontakt {
  padding: 0.75em;
}
.custom.kontakt--background {
  background: #b0bc12;
  color: #fff;
}
.custom.kontakt table {
  border: none;
}
.custom.kontakt table td {
  border: none;
  padding: 0.3em;
}
.custom.kontakt table td p {
  margin: 0;
}
/**
 * Slider
 * Hier wird Der Slider und die Headerbilder gestylt.
 */
#g-showcase {
  background: none;
  margin-bottom: 0;
}
#g-showcase .header-image {
  display: block;
  background: none center/cover;
  max-height: 525px;
  position: relative;
}
#g-showcase .header-image:after {
  content: "";
  display: block;
  padding-top: 46.875%;
}
#g-showcase .header-image--empty {
  background: linear-gradient(-20.5deg, #97b358, #1d538a);
  z-index: -1;
}
.slider {
  transform: translate3d(0%, 0, 0);
}
.slide h1, .slide h2 {
  background: rgba(0, 0, 0, 0.41);
  display: block;
  padding: 0.4em;
  max-width: 75%;
}
.slide__content {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: flex-start ;
  -ms-flex-align: flex-start ;
  align-items: flex-start ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
}
.slide h1 {
  font-family: "Roboto Slab";
  font-weight: bold;
}
.slide h2:after {
  content: none;
}
/**
 * Langauge
 * Stylt das Sprachauswahl Modul von Joomla
 */
.mod-languages {
  margin: 1em 0;
}
.mod-languages .lang-active img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 0px 50px rgba(0, 0, 0, 0.3);
}
#g-footer .mod-languages {
  margin-top: 0;
}
.mod-languages li:not(:first-of-type) {
  margin-left: 0.5em;
}
.g-offcanvas-toggle {
  position: fixed;
  background: #b0bc12;
  padding: 0.5em;
  top: 0;
  left: initial;
  border-radius: 0 0 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
}
#g-mobilemenu-container {
  margin: 0;
}
#g-navigation {
  z-index: 10;
}
#g-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li {
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
#g-navigation .headroom {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #666666;
}
#g-navigation .fixed {
  position: fixed;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0, 1), box-shadow 0.5s;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#g-navigation .g-dropdown-wrapper {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
#g-navigation .g-dropdown-wrapper div.g-dropdown {
  top: 0;
  pointer-events: all;
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  background: rgba(76, 76, 76, 0.96);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0, 1);
}
#g-navigation .g-dropdown-wrapper div.g-dropdown.g-inactive {
  transform: translateY(-105%);
}
#g-navigation .g-toplevel > .g-menu-item {
  text-transform: uppercase;
}
#g-navigation .g-toplevel > .g-menu-item .g-menu-item-title {
  font-weight: 800;
}
#g-navigation .g-toplevel > .g-menu-item.active {
  background: #b0bc12 !important;
  color: #7a7a7a;
}
#g-navigation .g-toplevel > .g-menu-item.active .g-menu-item-title {
  color: #7a7a7a;
}
#g-navigation .g-toplevel > .g-menu-item.active > .g-menu-item-container {
  color: #fff;
}
#g-navigation .g-toplevel > .g-menu-item > .g-menu-item-container {
  color: #7a7a7a;
  padding: 12px;
}
.g-main-nav .g-menu-item-565, .g-main-nav .g-menu-item-454 {
  display: none !important;
}
/**
 * Ads
 * Das hier sollte die Traktorpool auflistung stylen.
 */
.custom.ads {
  display: flex;
  flex-wrap: wrap;
}
.custom.ads--promoted {
  margin-top: -5em;
  position: relative;
}
.ad {
  padding: 1em;
  margin-bottom: 1.5em;
  background: #fff;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  width: calc(33.3333333333% - 1em);
}
.ad:not(:nth-child(3n+3)) {
  margin-right: 1.5em;
}
.ua-ie .ad:not(:nth-child(3n+3)) {
  margin-right: 1.499em;
}
@media only all and (max-width: 47.99rem) {
  .ad {
    width: 100%;
    margin-right: 0 !important;
  }
}
.ad > div:last-of-type {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
.ad h3 {
  color: #003968;
}
.ad__image {
  background: none center/cover;
  position: relative;
  display: block;
}
.ad__image__wrapper {
  margin: -1em -1em 0;
}
.ad__image__wrapper--empty {
  background: #eee;
}
.ad__image__wrapper--empty:after {
  content: "";
  background: url('../../../../images/logo.svg') center/75% no-repeat;
  filter: grayscale(1);
  opacity: 0.1;
}
.ad__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.ad__price {
  position: relative;
  margin: 0 -1em;
  background: #b0bc12;
  padding: 0.7em;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  color: #000 !important;
}
.ad__button {
  margin-top: 1em;
  display: block;
  text-align: center;
}
.pagination {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
}
.pagination ul {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  border: solid 1px #ccc;
}
.pagination ul li {
  user-select: none;
  cursor: pointer;
  padding: 0.25em 0.75em;
}
.pagination ul li:not(:last-child) {
  border-right: solid 1px #ccc;
}
.pagination ul li.active {
  background: #b0bc12;
  pointer-events: none;
  color: #fff;
}
.pagination ul li.disabled {
  color: #ccc;
  cursor: default;
}
.filter .input-group {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.filter .input-group label {
  width: 100%;
}
.product_box {
  position: fixed;
  z-index: 10;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  height: 90vh;
  width: 90vw;
  left: 5vw!important;
  top: 5vh!important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 5vmax rgba(0, 0, 0, 0.5);
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.product_box--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: visible;
}
.product_box__header {
  background: #3e3e3e;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: space-between ;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
  padding: 0.3em;
  color: #fff;
}
.product_box__header__close {
  font-size: 1.5em;
  cursor: pointer;
}
.product_box__body {
  width: 100%;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
}
.product_box__body__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.produkte {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.produkte-box {
  flex: 0 0 auto;
  width: calc(25% - 0.75em);
  background: #ccc;
  padding: 0.5em;
  margin-bottom: 1em;
}
.produkte-box:not(:nth-child(4n+4)) {
  margin-right: 1em;
}
.produkte-box:not(:nth-child(1n+4)) {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
.produkte-box img {
  height: 160px;
  margin: auto;
  width: 70%;
  object-fit: contain;
}
.produkte-box-image {
  background: none center/contain no-repeat;
  height: 160px;
  margin: auto;
  width: 70%;
}
.produkte-image-border {
  display: flex;
  background: #fff;
}
.produkte-image-border-dark {
  background: #444;
}
.product {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-bottom: 5em;
}
@media only all and (max-width: 47.99rem) {
  .product {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
}
.product > div {
  flex: 1 0 65%;
}
.product > div:not(:last-child) {
  margin-right: 2em;
}
@media only all and (max-width: 47.99rem) {
  .product > div:not(:last-child) {
    margin-right: 0 !important;
  }
}
.product__images {
  flex-shrink: 1 !important;
}
.product__images__thumbs a {
  width: calc(25% - 0.3em);
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  display: inline-block;
  outline: none;
}
.product__images__thumbs a:not(:nth-child(4n + 4)) {
  margin-right: 0.4em;
}
.product__description h1 {
  color: #003968;
}
.product__description__price {
  font-size: 1.5em;
  text-align: right;
  margin-top: 1em;
  border-top: solid 1px #ccc;
  padding-top: 1em;
}
.product__description__price small {
  font-size: 1em;
  margin-top: 0.25em;
  display: block;
  opacity: 0.75;
}
.product__description__free_text {
  padding-top: 1em;
  border-top: solid 1px #ccc;
  margin: 1em 0;
}
.product__description__details {
  border: none !important;
  border-spacing: 0 !important;
  table-layout: fixed;
}
.product__description__details tr {
  background: none !important;
}
.product__description__details tr td {
  border: none;
  color: #000;
  font-size: 18px;
  padding: 10px 0 !important;
  vertical-align: top;
}
.product__description__details tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__description__details tr td ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
.product__description__details tr td ul li:before {
  content: "•";
  color: #779a39;
  font-size: 1.5em;
}
.product__description__details tr td:first-child {
  text-transform: uppercase;
  width: 35%;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 5px 10px 0 !important;
}
input + pre {
  display: none;
}
input:checked + pre {
  display: block;
}
div#cboxOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 10;
}
/**
 * RsForm
 * Hier ist das Styling fürs kontaktformular drin.
 */
.flexbox {
  display: flex;
}
.flexbox > div {
  flex: 1 1 0px;
}
.flexbox > div:not(:last-child) {
  padding-right: 1em;
}
.rsform .formRequired {
  color: #b0bc12;
}
.rsform .form-control {
  box-sizing: border-box;
  border: none;
  box-shadow: none !important;
  border-bottom: solid 2px #ccc;
  border-radius: 0;
}
.rsform .form-control:focus {
  border-bottom-color: #b0bc12;
}
.rsform textarea {
  padding: 0.375rem;
}
.rsform .grecaptcha-badge {
  margin: auto;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
  overflow: hidden;
}
.rsform-block-pflichtangaben {
  text-align: right;
  color: #999;
}
.ua-ie .rsform .rsform-block {
  display: block !important;
}
.btn-primary {
  background: #b0bc12;
  padding: 0.75em 3em;
  font-size: 1em;
  color: #fff;
  font-weight: 800;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-primary:focus {
  outline: none;
}
.form-row > * {
  min-width: 10em;
  max-width: 100% !important;
  flex-grow: 1;
}
@media screen and (max-width: 60rem) {
  input#submit {
    width: 100%;
    box-sizing: border-box;
  }
  .formControls, .formControlLabel {
    padding: 0;
  }
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/**
 * Legacy
 * Hier ist alter Code drin der für manche Sachen noch gebraucht wird.
 * Im moment nur für das Technibörse laufband in benutzung.
 */
div#scrollarea {
  position: relative;
  height: 70px;
  padding: 1em;
}
div#laufband {
  padding: 2em 0;
  background: #76b72a;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
div#scroller_popup {
  position: absolute !important;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #000;
  padding: 1em;
  display: none;
  font-size: 0.75em;
}
/**
 * Articles
 * Hier werden die Beiträge und Herstellernews gestylt.
 */
.article {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  background: #fff;
  margin-bottom: 5em;
}
.article:last-child {
  margin-bottom: 0;
}
.article__info {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex: 1 1 0px ;
  -ms-flex: 1 1 0px ;
  flex: 1 1 0px ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  padding: 1em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.2);
}
.article__info h2 {
  font-family: "Roboto, sans-serif";
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
}
.article__info__header {
  margin-bottom: 1.5rem;
}
.article__info__header h2 {
  margin-bottom: 0;
}
.article__info__date {
  font-size: 0.75em;
  opacity: 0.5;
}
.article__image {
  display: block;
  -webkit-flex: 0 0 70% ;
  -ms-flex: 0 0 70% ;
  flex: 0 0 70% ;
  background: #fff center/cover;
}
.article__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.article .readmore {
  -webkit-align-self: center ;
  -ms-align-self: center ;
  align-self: center ;
  margin-bottom: 1em;
}
.article:nth-child(4n + 1) .readmore a {
  color: #c82639;
  border-color: #c82639;
}
.article:nth-child(4n + 1) .readmore a:hover {
  background: #c82639;
}
.article:nth-child(4n + 2) .readmore a {
  color: #ef8e00;
  border-color: #ef8e00;
}
.article:nth-child(4n + 2) .readmore a:hover {
  background: #ef8e00;
}
.article:nth-child(4n + 3) .readmore a {
  color: #9bbc1a;
  border-color: #9bbc1a;
}
.article:nth-child(4n + 3) .readmore a:hover {
  background: #9bbc1a;
}
.article:nth-child(4n + 4) .readmore a {
  color: #28649a;
  border-color: #28649a;
}
.article:nth-child(4n + 4) .readmore a:hover {
  background: #28649a;
}
.cms_news, .cms_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em;
  background: #eee;
  margin-bottom: 3em;
}
.cms_news a, .cms_article a {
  text-decoration: none;
}
.cms_news__headline, .cms_article__headline {
  color: #b0bc12;
  font-size: 1.3em;
  margin-top: 0;
}
.cms_news__date, .cms_article__date {
  color: #aaa;
}
.cms_news__readmore, .cms_article__readmore {
  display: inline-block;
  cursor: pointer;
}
.cms_news__content, .cms_article__content {
  width: 100%;
}
.cms_news__image, .cms_article__image {
  background: none 50%/cover;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.cms_news__image:after, .cms_article__image:after {
  display: table;
  content: "";
  padding-top: 66.66667%;
}
@media only all and (max-width: 47.99rem) {
  .cms_article, .cms_news {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
}
@media only all and (max-width: 47.99rem) {
  .cms_article__image, .cms_news__image {
    width: 100%;
  }
}
.cms_article__headline, .cms_news__headline {
  font-size: 1.3em;
}
/**
 * Search
 * Stylt die Suche / Suchergebnisse
 */
#searchForm fieldset.phrases, #searchForm fieldset.only {
  display: none;
}
.result-title {
  background: #3186bc;
  color: #fff !important;
  padding: 15px;
  font-size: 1.2em;
  font-weight: normal !important;
}
.result-title a, .result-title a:link, .result-title a:hover, .result-title a:active {
  color: #fff;
}
.result-category, result-text, result-created {
  margin: 0;
}
.result-text, .result-created, .result-category {
  background: #eee;
  color: #333;
  margin: 0;
}
.result-category {
  padding: 15px;
}
.result-text {
  padding: 0 15px;
}
.result-created {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 11px;
}
/**
 * Maps
 * Hier wird die Mapbox karte gestylt.
 */
.mapboxgl-marker--vector {
  width: 64px;
}
.mapboxgl-marker--vector svg {
  overflow: visible;
  stroke-width: 1.5px;
}
.mapboxgl-marker--vector svg path {
  stroke: #b0bc12;
}
/**
 * Footer
 * Hier wird der Footer Bereich gestylt.
 */
#g-footer {
  margin-top: 0;
  border: none;
}
.custom-footer {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
  -webkit-justify-content: space-between ;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
  padding-top: 1em;
  font-weight: 300;
  margin: 10px auto;
}
.custom-footer h3 {
  font-size: 1em;
  margin: 0.3em 0;
  color: inherit;
}
.custom-footer span, .custom-footer a {
  font-weight: 300;
}
.custom-footer small {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0.2;
  margin-top: 1em;
}
.custom-footer strong {
  color: white;
}
.g-sub-nav ul {
  margin: 0;
}
.g-sub-nav ul.g-toplevel {
  column-count: 2;
}
.g-sub-nav ul.g-toplevel .g-menu-item {
  list-style: none;
}
.g-sub-nav ul.g-toplevel .g-menu-item .g-separator.g-menu-item-content {
  display: none;
}
.g-sub-nav ul.g-toplevel .g-menu-item .g-menu-item-container {
  color: #fff;
}
.g-sub-nav ul.g-toplevel .g-menu-item.active .g-menu-item-container .g-menu-item-content {
  border-bottom: solid 1px;
}
.outline-_error h1 {
  font-size: 5em;
  text-align: center;
  font-weight: 800;
}
.outline-_error section#g-container-4290 {
  flex: 1;
  align-items: center;
  display: flex;
}
.outline-_error #g-page-surround {
  display: flex;
  flex-direction: column;
}
.outline-_error #g-footer .blockck {
  flex: 1;
}
.article .article__content ul li {
  border-bottom: none;
}
.images--tmpl-5-images {
  width: 100%;
}
.images--tmpl-5-images a:first-child {
  margin-left: 0;
}
.article__content__text p {
  margin: 0;
}
.uk-slidenav {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background-image: url('../../../../images/Grafiken_icons/arrow.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: #b0bc12;
  background-position-y: center;
  background-position-x: 45%;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.3s;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5)) !important;
}
.uk-slidenav * {
  display: none;
}
.uk-slidenav:hover {
  background-color: #848d0e;
}
.uk-slidenav-previous {
  transform: rotate(0deg) !important;
  left: 0;
}
.uk-slidenav-next {
  transform: rotate(180deg) !important;
  right: 0;
}
#g-offcanvas {
  background: white;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel {
  background: white;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel .g-menu-parent-indicator, #g-offcanvas #g-mobilemenu-container ul.g-toplevel .g-dropdown-wrapper {
  display: none !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li {
  background: none !important;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li .g-menu-item-title {
  color: #652d90;
  font-size: 18px;
  font-weight: 500;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li:hover .g-menu-item-title {
  color: #4a2169;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li.active .g-menu-item-title {
  color: #b0bc12;
}
#g-offcanvas #g-mobilemenu-container ul.g-toplevel li.active:hover .g-menu-item-title {
  color: #848d0e;
}
div.datenschutz_impressum {
  padding: 40px 20px;
}
.start #g-footer {
  margin-top: 80px;
}
.start #g-bottom .head_center {
  margin-top: 120px;
}
.start .dasbinichmodulewrapper .gallery__item {
  pointer-events: none;
}
.start #g-utility .article__headline {
  display: none;
}
.start #g-utility .article__headline.load {
  display: block !important;
}
.start #g-utility .article_attachment {
  top: 50%;
  transform: translateY(-50%);
}
.page-header [itemprop="headline"], .page-header h1, .article__headline {
  color: #652d90;
  font-size: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 1400px) and (min-width: 751px) {
  .uk-slideshow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .uk-slideshow ul.uk-slideshow-items {
    width: 100%;
  }
  .uk-slideshow .uk-slidenav {
    position: relative !important;
    margin-top: 10px;
  }
}
ul.pagination li.page-item {
  margin: 0 5px;
}
ul.pagination li.page-item .page-link {
  border-radius: 50px;
  padding: 8.5px 14px;
  border: solid 1px #b0bc12;
  color: #b0bc12;
  font-size: 16px;
}
ul.pagination li.page-item.active .page-link {
  color: white !important;
  background: #b0bc12 !important;
}
ul.pagination li.page-item.disabled .page-link {
  color: #6c757d !important;
}
ul.pagination li.page-item:first-child .page-link {
  font-size: 22px !important;
  padding: 5px 13px;
}
ul.pagination li.page-item:last-child .page-link {
  font-size: 22px !important;
  padding: 5px 13px;
}
.slideout .grecaptcha-badge {
  transform: translateX(100px);
}
.grecaptcha-badge {
  transform: translateX(0);
  transition: 0.3s !important;
  z-index: 200;
}
#g-copyright {
  background: #652d90;
}
#menu-container {
  background: white !important;
}
#menu-container .g-menu-parent-indicator, #menu-container .g-dropdown-wrapper {
  display: none !important;
}
#menu-container .g-toplevel {
  height: 80px;
}
#menu-container .g-toplevel .g-menu-item-type-particle {
  margin-right: 70px;
}
#menu-container .g-toplevel .g-menu-item-type-particle img {
  width: 283px;
}
#menu-container .g-toplevel li.g-menu-item {
  display: flex;
  background: white !important;
}
#menu-container .g-toplevel li.g-menu-item .g-menu-item-container {
  align-self: center;
}
#menu-container .g-toplevel li.g-menu-item .g-menu-item-container .g-menu-item-title {
  font-weight: 600;
  color: #652d90;
  transition: 0.2s;
}
#menu-container .g-toplevel li.g-menu-item.active a:hover .g-menu-item-title {
  color: #848d0e !important;
}
#menu-container .g-toplevel li.g-menu-item a:hover .g-menu-item-title {
  color: #4a2169 !important;
}
#menu-container .g-toplevel li.g-menu-item.active {
  background: white !important;
}
#menu-container .g-toplevel li.g-menu-item.active .g-menu-item-title {
  color: #b0bc12 !important;
}
#g-showcase {
  margin-bottom: 50px;
}
#g-showcase .slide {
  transition: 0.2s;
}
#g-showcase a.uk-slidenav {
  color: #652d90;
}
#g-showcase a.uk-slidenav:hover {
  color: #4a2169;
}
#g-showcase .slide__content h1, #g-showcase .slide__content h2 {
  max-width: 550px;
  background: none !important;
  color: #652d90 !important;
}
#g-showcase .slide__content h1 {
  font-size: 45px;
  font-weight: 100;
  padding: 0;
  margin-bottom: 0;
}
#g-showcase .slide__content h1 span {
  line-height: 50px !important;
}
#g-showcase .slide__content h2 {
  font-size: 22px;
  font-weight: 300;
}
.article {
  background: none;
}
.article__content em > a, .cms_article__content em > a {
  font-style: normal;
  padding: 10px 20px;
  background: #b0bc12;
  transition: 0.2s;
  color: white;
  border-radius: 4px;
  margin-top: 10px;
  display: inline-block;
  width: fit-content;
  text-align: center;
  margin-right: 10px;
}
.article__content em > a:hover, .cms_article__content em > a:hover {
  background: #848d0e;
}
.article__content strong, .cms_article__content strong {
  font-weight: unset;
  color: #652d90;
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
}
.article__content__text table {
  width: fit-content;
}
.article__content__text table td {
  border: none;
  padding: 8px 15px;
}
.dasbinichmodulewrapper > div:nth-child(2) {
  position: relative;
}
.dasbinichmodulewrapper > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  background-image: url('../../../../images/Grafiken_icons/bubble_2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 110%;
  height: 120%;
  z-index: -1;
  background-position: center;
}
.dasbinichmodulewrapper .gallery__item {
  flex: unset;
  width: 200px;
  height: 200px;
  background-size: cover;
  display: inline-block;
  margin: 10px 15px;
  border-radius: 10px;
}
.dasbinichmodulewrapper .gallery__item:before {
  display: none;
}
.dasbinichmodulewrapper .cms_article {
  padding: 0;
  background: none;
}
.dasbinichmodulewrapper .cms_article .cms_article__headline {
  color: #652d90;
  font-size: 45px;
  font-weight: 100;
}
.dasbinichmodulewrapper .cms_article .cms_article__image {
  display: none;
}
.dasbinichmodulewrapper .cms_article .cms_article__readmore {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  position: relative;
}
.dasbinichmodulewrapper .cms_article .cms_article__readmore:after {
  content: "Ganze Geschichte Lesen";
  padding: 10px 20px;
  background: #b0bc12;
  transition: 0.2s;
  color: white;
  border-radius: 4px;
  display: block;
  width: max-content;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.dasbinichmodulewrapper .cms_article .cms_article__readmore:hover:after {
  background: #848d0e;
}
:root {
  --beitraege-width: 370px;
  --beitraege-margin: 0 15px;
}
#g-breadcrumb {
  margin-bottom: 150px;
}
.letzte_beitraege {
  display: flex;
  flex-wrap: wrap;
}
.letzte_beitraege h3 {
  width: 100%;
  order: 1;
}
.letzte_beitraege .cms_article {
  overflow: hidden;
  border-radius: 20px;
  order: 3;
  width: 31%;
  margin: 0 0%;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: white;
  box-shadow: 0px 5px 16px -10px #333;
}
.letzte_beitraege .cms_article:nth-child(3) {
  margin: 0% 3.5%;
}
.letzte_beitraege .cms_article .cms_article__image {
  width: 100%;
  border-radius: 20px;
}
.letzte_beitraege .cms_article .cms_article__image.cms_article__image--empty {
  display: none;
}
.letzte_beitraege .cms_article .cms_article__content {
  height: 100%;
  padding: 20px 20px;
}
.letzte_beitraege .cms_article .cms_article__content .cms_article__headline {
  color: #652d90;
  font-weight: 100;
}
.letzte_beitraege .cms_article .cms_article__content .cms_article__readmore {
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: 0;
  position: relative;
}
.letzte_beitraege .cms_article .cms_article__content .cms_article__readmore:after {
  visibility: visible;
  content: "Ganzen Beitrag lesen";
  position: absolute;
  width: max-content;
  color: #b0bc12;
  transition: 0.2s;
  top: 0;
}
.letzte_beitraege .cms_article .cms_article__content .cms_article__readmore:hover:after {
  color: #848d0e;
}
.letzte_beitraege .clearfix {
  width: 100%;
  order: 2;
  margin-top: -90px;
  pointer-events: none;
}
.letzte_beitraege .clearfix .archive-link {
  pointer-events: all;
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: 0;
  position: relative;
}
.letzte_beitraege .clearfix .archive-link:after {
  visibility: visible;
  content: "Zum Beitragsarchiv";
  position: absolute;
  width: max-content;
  color: #652d90;
  transition: 0.2s;
  top: 0;
  right: 0;
}
.letzte_beitraege .clearfix .archive-link:hover:after {
  color: #4a2169;
}
.meine_gerichte {
  display: flex;
  flex-wrap: wrap;
}
.meine_gerichte h3 {
  width: 100%;
  order: 1;
}
.meine_gerichte .cms_article {
  border-radius: 20px;
  order: 3;
  width: 30%;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: white;
  box-shadow: 0px 5px 16px -10px #333;
  overflow: hidden;
}
.meine_gerichte .cms_article:nth-child(3) {
  margin-left: 5%;
  margin-right: 5%;
}
.meine_gerichte .cms_article .cms_article__image {
  width: 100%;
  border-radius: 20px;
}
.meine_gerichte .cms_article .cms_article__image.cms_article__image--empty {
  display: none;
}
.meine_gerichte .cms_article .cms_article__content {
  height: 100%;
  padding: 30px 20px 20px 20px;
}
.meine_gerichte .cms_article .cms_article__content .cms_article__headline {
  color: #652d90;
  font-weight: 100;
}
.meine_gerichte .cms_article .cms_article__content .cms_article__intro * {
  margin: 10px 0;
}
.meine_gerichte .cms_article .cms_article__content .cms_article__readmore {
  background-color: #b0bc12;
  transition: 0.2s;
  width: 100%;
  border-radius: 3px;
  color: white;
  text-align: center;
  margin: 0px 5%;
  width: 90%;
}
.meine_gerichte .cms_article .cms_article__content .cms_article__readmore:hover {
  background-color: #848d0e;
}
.meine_gerichte .clearfix {
  width: 100%;
  order: 2;
  margin-top: -90px;
  pointer-events: none;
}
.meine_gerichte .clearfix .archive-link {
  pointer-events: all;
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: 0;
  position: relative;
}
.meine_gerichte .clearfix .archive-link:after {
  visibility: visible;
  content: "Alle Gerichte";
  position: absolute;
  width: max-content;
  color: #652d90;
  transition: 0.2s;
  top: 0;
  right: 0;
}
.meine_gerichte .clearfix .archive-link:hover:after {
  color: #4a2169;
}
#faq_slider p {
  margin: 15px 0;
}
.article_attachment--videos {
  max-height: 290px;
}
.start #g-maintop {
  margin-top: 200px;
  margin-bottom: 110px;
}
.start #g-maintop .article_left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.start #g-maintop .article_left .article__content {
  width: 45%;
}
.start #g-maintop .article_left .article__content h1 {
  font-size: 50px;
  font-weight: 100;
  color: #652d90;
  margin-bottom: 30px;
}
.start #g-maintop .article_left .article__content p {
  margin: 0;
}
.start #g-maintop .article_left .article_attachment {
  width: 45%;
  position: relative;
}
.start #g-maintop .article_left .article_attachment::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -15%;
  background-image: url('../../../../images/Grafiken_icons/bubble_2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 110%;
  height: 160%;
  z-index: -1;
}
.start #g-utility {
  margin-top: 120px;
}
.start #g-utility .article_left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.start #g-utility .article_left .article__content {
  width: 45%;
}
.start #g-utility .article_left .article__content h1 {
  font-size: 50px;
  font-weight: 100;
  color: #652d90;
  margin-bottom: 15px;
}
.start #g-utility .article_left .article__content p {
  margin: 0;
}
.start #g-utility .article_left .article_attachment {
  width: 45%;
  position: relative;
}
.start #g-utility .article_left .article_attachment::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  background-image: url('../../../../images/Grafiken_icons/bubble-streams.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 110%;
  height: 160%;
}
.start #g-container-4290 {
  position: relative;
}
.start #g-container-4290:before {
  content: "";
  background-image: url('../../../../images/Grafiken_icons/bubble_background.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0px;
  position: absolute;
  width: 1920px;
  top: 0;
  bottom: 0;
}
.start #g-container-4290 #bubble_head {
  margin-top: 60px;
}
.start #g-container-4290 #bubble_head h2 {
  font-size: 50px;
  font-weight: 100;
  color: #652d90;
  margin-bottom: 10px;
}
.start #g-container-4290 #bubble_head p {
  text-align: center;
  font-size: 20px;
  color: #652d90;
}
.start #g-container-4290 #bubble_wubber .innercontent.uick-sortable {
  height: 480px;
  position: relative;
  margin-right: 20px;
}
.start #g-container-4290 #bubble_wubber div[data-type="heading"], .start #g-container-4290 #bubble_wubber .blockck {
  position: unset !important;
}
.start #g-container-4290 #bubble_wubber .bubble {
  background: white;
  border-radius: 100%;
  box-shadow: 0px 0px 50px -40px #333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes bubbles-1 {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
}
@keyframes bubbles-2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bubbles-3 {
  from {
    transform: rotate(0deg) translateX(-5px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(-5px) rotate(360deg);
  }
}
.start #g-container-4290 #bubble_wubber .bubble.b1 {
  top: -15%;
  left: 20%;
  animation-name: bubbles-1;
  animation-duration: 10s;
}
.start #g-container-4290 #bubble_wubber .bubble.b2 {
  top: -5%;
  left: 0%;
  animation-name: bubbles-1;
  animation-duration: 13s;
}
.start #g-container-4290 #bubble_wubber .bubble.b3 {
  left: 10%;
  top: 35%;
  animation-name: bubbles-3;
  animation-duration: 12s;
}
.start #g-container-4290 #bubble_wubber .bubble.b4 {
  left: 35%;
  top: 15%;
  animation-name: bubbles-1;
  animation-duration: 9s;
}
.start #g-container-4290 #bubble_wubber .bubble.b5 {
  left: 50%;
  top: 50%;
  animation-name: bubbles-2;
  animation-duration: 4s;
}
.start #g-container-4290 #bubble_wubber .bubble.b6 {
  left: 60%;
  top: 5%;
  animation-name: bubbles-2;
  animation-duration: 10s;
}
.start #g-container-4290 #bubble_wubber .bubble.b7 {
  left: 75%;
  top: 45%;
  animation-name: bubbles-1;
  animation-duration: 11s;
}
.start #g-container-4290 #bubble_wubber .bubble.b8 {
  top: -20%;
  left: 75%;
  animation-name: bubbles-3;
  animation-duration: 15s;
}
.start #g-container-4290 #bubble_wubber .bubble.b9 {
  left: 88%;
  top: 15%;
  animation-name: bubbles-1;
  animation-duration: 10s;
}
.start #g-container-4290 #bubble_wubber .bubble.large_bubble {
  width: 190px;
  height: 190px;
}
.start #g-container-4290 #bubble_wubber .bubble.large_bubble h2 {
  font-size: 31px;
}
.start #g-container-4290 #bubble_wubber .bubble.small_bubble {
  width: 160px;
  height: 160px;
}
.start #g-container-4290 #bubble_wubber .bubble.small_bubble h2 {
  font-size: 26px;
}
.start #g-container-4290 #bubble_wubber .bubble h2 {
  color: #652d90;
  font-weight: 100;
}
#g-mainbottom {
  margin: 80px 0;
}
#g-footer {
  background: none;
}
:root {
  --slidewith: 1200px;
}
.moduletable {
  position: relative;
}
.moduletable.faq_module {
  margin: 100px 0;
}
.moduletable .indikator_bar, .moduletable .testi_indikator_bar {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.moduletable .indikator_bar .indicator, .moduletable .indikator_bar .testi_indicator, .moduletable .testi_indikator_bar .indicator, .moduletable .testi_indikator_bar .testi_indicator {
  margin: 0 3px;
  border: solid 2px #652d90;
  background: #652d90;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  box-shadow: inset white 0px 0px 0px 10px;
  transition: 0.3s;
  cursor: pointer;
}
.moduletable .indikator_bar .indicator.active, .moduletable .indikator_bar .testi_indicator.active, .moduletable .testi_indikator_bar .indicator.active, .moduletable .testi_indikator_bar .testi_indicator.active {
  box-shadow: inset white 0px 0px 0px 2px;
}
.moduletable h3.g-title, .moduletable h3 h2, .moduletable .rsform.g-title, .moduletable .rsform h2 {
  text-align: left;
  color: #652d90;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 45px;
}
.moduletable h3.head_center, .moduletable .rsform.head_center {
  text-align: center !important;
  color: #652d90;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 45px;
}
.moduletable .nav-arrow {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background-image: url('../../../../images/Grafiken_icons/arrow.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: #b0bc12;
  background-position-y: center;
  background-position-x: 45%;
  position: absolute;
  top: 50%;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.3s;
}
.moduletable .nav-arrow:hover {
  background-color: #848d0e;
}
.moduletable .nav-arrow.arrowleft {
  transform: rotate(0deg);
  left: 0;
}
.moduletable .nav-arrow.arrowright {
  transform: rotate(180deg);
  right: 0;
}
.moduletable #faq_slider, .moduletable #testimonial_slider {
  overflow: hidden;
}
.moduletable #faq_slider #faq_slider__wrapper, .moduletable #faq_slider #testimonial_slider__wrapper, .moduletable #testimonial_slider #faq_slider__wrapper, .moduletable #testimonial_slider #testimonial_slider__wrapper {
  display: flex;
  flex-direction: row;
  width: max-content;
  position: relative;
  left: 0;
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial {
  width: var(--slidewith);
  border: none;
  padding: 0 200px;
  display: flex;
  flex-direction: row-reverse;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial .testimonial__content, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial .testimonial__content, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial .testimonial__content, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial .testimonial__content {
  flex: 1 1 70%;
  margin-top: 30px;
  height: fit-content;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite {
  flex: 0 0 auto;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite:before, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite:before, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite:before, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite:before {
  display: none;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image img, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image img, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image img, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image img {
  width: 200px;
  margin-right: 40px;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper {
  margin-top: 0;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper div, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper div, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper div, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source.testimonial__source--has-image .testimonial__source_wrapper div {
  text-align: center;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper {
  margin-top: 30px;
}
.moduletable #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, .moduletable #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, .moduletable #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, .moduletable #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div {
  width: 200px;
  text-align: left;
  color: #652d90;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article {
  width: var(--slidewith);
  background: none;
  padding: 0 100px;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__image, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__image, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__image, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__image {
  display: none;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content a, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content a, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content a, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content a {
  display: block;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline {
  color: #652d90;
  font-weight: 100;
  text-align: center;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:before, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:before, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:before, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:before {
  content: '"';
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:after, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:after, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:after, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content a .cms_article__headline:after {
  content: '"';
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content .cms_article__intro, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content .cms_article__intro, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content .cms_article__intro, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content .cms_article__intro {
  color: #333;
  text-align: center;
}
.moduletable #faq_slider #faq_slider__wrapper .cms_article .cms_article__content .cms_article__readmore, .moduletable #faq_slider #testimonial_slider__wrapper .cms_article .cms_article__content .cms_article__readmore, .moduletable #testimonial_slider #faq_slider__wrapper .cms_article .cms_article__content .cms_article__readmore, .moduletable #testimonial_slider #testimonial_slider__wrapper .cms_article .cms_article__content .cms_article__readmore {
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.wasderabwehrhilft, .moduletablewasderabwehrhilft {
  margin: 50px 0;
}
.wasderabwehrhilft .article__content__text h1, .moduletablewasderabwehrhilft .article__content__text h1 {
  font-size: 50px;
  font-weight: 100;
  color: #652d90;
  margin-bottom: 30px;
}
.wasderabwehrhilft .cms_article, .moduletablewasderabwehrhilft .cms_article {
  padding: 0;
  background: none;
}
.wasderabwehrhilft .cms_article .cms_article__headline, .moduletablewasderabwehrhilft .cms_article .cms_article__headline {
  font-size: 40px;
  font-weight: 100;
  color: #652d90;
}
.wasderabwehrhilft .cms_article .cms_article__image--empty, .moduletablewasderabwehrhilft .cms_article .cms_article__image--empty {
  display: none;
}
.wasderabwehrhilft .cms_article .cms_article__readmore, .moduletablewasderabwehrhilft .cms_article .cms_article__readmore {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  position: relative;
}
.wasderabwehrhilft .cms_article .cms_article__readmore:after, .moduletablewasderabwehrhilft .cms_article .cms_article__readmore:after {
  content: "Nahrungsergänzungsmittel entdecken";
  padding: 10px 20px;
  background: #b0bc12;
  transition: 0.2s;
  color: white;
  border-radius: 4px;
  display: block;
  width: max-content;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.wasderabwehrhilft .cms_article .cms_article__readmore:hover:after, .moduletablewasderabwehrhilft .cms_article .cms_article__readmore:hover:after {
  background: #848d0e;
}
.rsform .formDescription {
  display: none;
}
.rsform #rsfp-thankyou-scroll2 {
  padding-top: 100px;
}
.rsform > p {
  color: #333;
}
.rsform #userForm {
  color: #652d90;
  padding: 0 10px;
}
.rsform #userForm fieldset .formRow:last-child {
  position: relative;
  top: -70px;
  pointer-events: none;
}
.rsform #userForm > h2 {
  margin-bottom: 0;
}
.rsform #userForm .grecaptcha-badge {
  pointer-events: all;
}
.rsform #userForm .formError {
  color: #652d90 !important;
  margin-bottom: 10px;
}
.rsform #userForm .rsform-block {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.rsform #userForm .rsform-block-datenschutz {
  pointer-events: all;
}
.rsform #userForm .rsform-block-datenschutz .formControlLabel {
  display: none;
}
.rsform #userForm .rsform-block-recaptcha {
  margin-top: 50px;
}
.rsform #userForm .rsform-block-recaptcha .formControlLabel {
  display: none;
}
.rsform #userForm .rsform-block-info {
  pointer-events: all;
}
.rsform #userForm .rsform-block-info p {
  margin: 0;
}
.rsform #userForm .rsform-block-text {
  margin-bottom: 30px;
  font-size: 18px;
}
.rsform #userForm .rsform-block .formControlLabel {
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.rsform #userForm .rsform-block .formControlLabel .formRequired {
  color: #652d90;
}
.rsform #userForm .rsform-block .formControls {
  margin-left: 0;
  width: 100%;
}
.rsform #userForm .rsform-block .formControls .formBody {
  width: 100%;
}
.rsform #userForm .rsform-block .formControls .formBody label a {
  color: #b0bc12;
  transition: 0.2s;
}
.rsform #userForm .rsform-block .formControls .formBody label a:hover {
  color: #848d0e;
}
.rsform #userForm .rsform-block .formControls .formBody textarea {
  -webkit-appearance: none;
  margin-bottom: 0;
  border: none;
  box-shadow: 0px 0px 10px -6px #333;
  border-radius: 5px;
  text-shadow: none;
  padding: 10px 15px;
  width: calc(100% - 30px) !important;
  height: 100px;
  min-height: 114px !important;
}
.rsform #userForm .rsform-block .formControls .formBody input {
  -webkit-appearance: none;
}
.rsform #userForm .rsform-block .formControls .formBody input[type="email"], .rsform #userForm .rsform-block .formControls .formBody input[type="text"], .rsform #userForm .rsform-block .formControls .formBody input[type="tel"] {
  margin-bottom: 0;
  border: none;
  box-shadow: 0px 0px 10px -6px #333;
  border-radius: 5px;
  text-shadow: none;
  padding: 10px 15px;
  width: calc(100% - 30px) !important;
}
.rsform #userForm .rsform-block .formControls .formBody input[type="checkbox"] {
  float: left;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 10px;
  position: relative;
}
.rsform #userForm .rsform-block .formControls .formBody input[type="checkbox"]:after {
  content: "";
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 2px;
  background-image: url('../../../../images/Grafiken_icons/checkboxcheck.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: 20px;
}
.rsform #userForm .rsform-block .formControls .formBody input[type="checkbox"]:before {
  content: "";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #b0bc12;
  background-color: white;
  height: 20px;
  width: 20px;
}
.rsform #userForm .rsform-block .formControls .formBody input[type="checkbox"]:checked:before {
  background-color: #b0bc12;
}
.rsform #userForm .rsform-block .formControls .formBody #senden {
  font-size: 18px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  background: #b0bc12;
  transition: 0.2s;
  color: white;
  padding: 10px 0;
  margin: 0;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0px 18px -9px #333;
  border: none;
}
.rsform #userForm .rsform-block .formControls .formBody #senden:hover {
  background: #848d0e;
}
#g-copyright {
  position: relative;
  margin-top: 170px;
}
#g-copyright:before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url('../../../../images/Grafiken_icons/footer_graphic.svg');
  top: -130px;
}
#g-copyright strong {
  color: white;
}
#g-copyright a {
  color: white;
  transition: 0.2s;
  font-size: 20px;
}
#g-copyright a:hover {
  color: #b0bc12;
}
#g-copyright ul.nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
#g-copyright ul.nav li {
  width: 45%;
  margin-bottom: 10px;
}
#g-copyright ul.nav li a {
  display: inline;
}
body:not(.start) .article_right {
  height: fit-content;
}
body:not(.start) .article_attachment--videos {
  flex-wrap: wrap;
  max-height: unset;
}
body:not(.start) .article_attachment--videos .video {
  width: 32%;
  flex: unset;
  margin-bottom: 2%;
  border-radius: 15px;
  overflow: hidden;
}
body:not(.start) .article_attachment--videos .video:nth-child(3n+2) {
  margin: 0 2% 2%;
}
body:not(.start) .article_attachment--pdfs div.pdf {
  margin-bottom: 20px;
}
body:not(.start) .article_attachment--pdfs div.pdf a.pdf {
  display: flex;
  flex-direction: column;
}
body:not(.start) .article_attachment--pdfs div.pdf a.pdf img.pdf__image {
  margin: auto;
}
body:not(.start) .article_attachment--pdfs div.pdf a.pdf span.pdf__title {
  padding-top: 10px;
  text-align: center;
}
body:not(.start) .pixelcms_articles-wrapper, body:not(.start) .extra_cms {
  display: flex;
  flex-wrap: wrap;
}
body:not(.start) .pixelcms_articles-wrapper.extra_cms, body:not(.start) .extra_cms.extra_cms {
  margin-top: 50px;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article, body:not(.start) .extra_cms .cms_article {
  padding: 0;
  background: white;
  width: 47%;
  box-shadow: 0px 5px 16px -10px #333;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-bottom: 6%;
  overflow: hidden;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article:nth-child(odd):last-child, body:not(.start) .extra_cms .cms_article:nth-child(odd):last-child {
  width: 100% !important;
  margin-left: 0 !important;
  flex-direction: row;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article:nth-child(odd):last-child .cms_article__image, body:not(.start) .extra_cms .cms_article:nth-child(odd):last-child .cms_article__image {
  width: unset;
  height: 100%;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__image, body:not(.start) .extra_cms .cms_article .cms_article__image {
  width: 100%;
  border-radius: 20px;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__image:after, body:not(.start) .extra_cms .cms_article .cms_article__image:after {
  padding-top: 50%;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__image.cms_article__image--empty, body:not(.start) .extra_cms .cms_article .cms_article__image.cms_article__image--empty {
  display: none;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__headline, body:not(.start) .extra_cms .cms_article .cms_article__headline {
  color: #652d90;
  font-size: 30px;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__content, body:not(.start) .extra_cms .cms_article .cms_article__content {
  padding: 20px 20px;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__content .cms_article__intro *, body:not(.start) .extra_cms .cms_article .cms_article__content .cms_article__intro * {
  margin: 10px 0;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article:nth-child(2n+2), body:not(.start) .extra_cms .cms_article:nth-child(2n+2) {
  margin-left: 6%;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__readmore, body:not(.start) .extra_cms .cms_article .cms_article__readmore {
  border: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: 0;
  position: relative;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__readmore:after, body:not(.start) .extra_cms .cms_article .cms_article__readmore:after {
  visibility: visible;
  content: "Weiterlesen...";
  position: absolute;
  width: max-content;
  color: #b0bc12;
  transition: 0.2s;
  top: 0;
  font-size: 18px;
}
body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__readmore:hover:after, body:not(.start) .extra_cms .cms_article .cms_article__readmore:hover:after {
  color: #848d0e;
}
body.kontakt #userForm h2 {
  display: none;
}
button, button:focus {
  outline: none !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  body:not(.start) .article_attachment--videos .video {
    width: 49% !important;
    margin: 0 0 2% 0 !important;
  }
  body:not(.start) .article_attachment--videos .video:nth-child(2n+2) {
    margin: 0 0 2% 2% !important;
  }
  #faq_slider #faq_slider__wrapper .testimonial, #faq_slider #testimonial_slider__wrapper .testimonial, #testimonial_slider #faq_slider__wrapper .testimonial, #testimonial_slider #testimonial_slider__wrapper .testimonial {
    padding: 0 100px !important;
  }
  #faq_slider #faq_slider__wrapper .cms_article, #faq_slider #testimonial_slider__wrapper .cms_article, #testimonial_slider #faq_slider__wrapper .cms_article, #testimonial_slider #testimonial_slider__wrapper .cms_article {
    padding: 0 100px !important;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable {
    margin-right: 70px;
  }
  :root {
    --slidewith: 960px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items {
    height: 450px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .uk-cover {
    height: 400px !important;
    width: 1227px !important;
    left: 45% !important;
    top: 50% !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1 span {
    line-height: 35px !important;
    font-size: 35px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 span {
    font-size: 20px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1, #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 {
    line-height: 1 !important;
    max-width: 421px !important;
  }
  body:not(.start) .pixelcms_articles-wrapper {
    padding: 0 10px;
  }
  #menu-container .g-toplevel .g-menu-item-type-particle {
    margin-right: 0px;
  }
  #menu-container .g-toplevel .g-menu-item-type-particle img {
    width: 251px;
  }
  #main-footer .blockck[data-width="30"] {
    width: 40%;
  }
  #main-footer .blockck[data-width="70"] {
    width: 60%;
  }
  #main-footer ul.nav {
    width: 80%;
  }
  .start #g-utility .article_left .article_attachment:before {
    width: 140%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .start #g-utility .article__images {
    float: left;
  }
  .start #g-utility .article__images > .img {
    width: 140px;
    margin: 0px 10px 8px 0px;
  }
  body:not(.start) .article_attachment--videos .video {
    width: 49% !important;
    margin: 0 0 2% 0 !important;
  }
  body:not(.start) .article_attachment--videos .video:nth-child(2n+2) {
    margin: 0 0 2% 2% !important;
  }
  #faq_slider #faq_slider__wrapper .testimonial, #faq_slider #testimonial_slider__wrapper .testimonial, #testimonial_slider #faq_slider__wrapper .testimonial, #testimonial_slider #testimonial_slider__wrapper .testimonial {
    padding: 0px 100px !important;
  }
  .start .dasbinichmodulewrapper > div:nth-child(2):before {
    width: 120%;
    top: -25%;
  }
  .start #g-maintop .gallery__item {
    width: 170px;
    height: 170px;
  }
  .start #g-container-4290 #bubble_head {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable {
    margin-right: 60px;
    margin-left: -30px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b9 {
    left: 85%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b1 {
    left: 25%;
  }
  .letzte_beitraege .cms_article {
    width: 32%;
  }
  .letzte_beitraege .cms_article:nth-child(3) {
    margin: 0% 2%;
  }
  .start #g-utility .article_left {
    margin-right: 0;
  }
  .start #g-utility .article_left .article__content {
    width: 48%;
  }
  .start #g-utility .article_left .article_attachment {
    width: 47%;
  }
  .start #g-utility .article_left .article_attachment:before {
    width: 150%;
    left: -45%;
  }
  .meine_gerichte .cms_article {
    width: 47%;
  }
  .meine_gerichte .cms_article:nth-last-child(2) {
    margin-left: 6%;
    margin-right: 0%;
  }
  .meine_gerichte .cms_article:nth-child(3) {
    margin: 0 0 6% 0;
  }
  .meine_gerichte .cms_article:nth-child(2) {
    width: 100% !important;
    flex-direction: row;
  }
  .meine_gerichte .cms_article:nth-child(2) .cms_article__image {
    height: 100%;
    flex: 0 0 47%;
  }
  .meine_gerichte .cms_article:nth-child(2) .cms_article__content .cms_article__readmore {
    margin-left: 13%;
    width: 83%;
  }
  :root {
    --slidewith: 768px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items {
    height: 450px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .uk-cover {
    height: 400px !important;
    width: 1227px !important;
    left: 45% !important;
    top: 50% !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1 span {
    line-height: 35px !important;
    font-size: 30px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 span {
    font-size: 19px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1, #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 {
    line-height: 0 !important;
    max-width: 340px !important;
  }
  #main-footer .blockck[data-width="30"] {
    width: 45%;
  }
  #main-footer .blockck[data-width="70"] {
    width: 55%;
  }
  #main-footer ul.nav {
    width: 100%;
  }
  body:not(.start) .pixelcms_articles-wrapper {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .start #g-utility .article_left .article_attachment:before {
    left: -10% !important;
  }
  .start #g-utility .article_left {
    position: relative !important;
  }
  .start #g-utility .article_left .article_attachment {
    top: 50%;
    transform: translateY(-50%);
    position: absolute !important;
    left: 0;
  }
  footer:not(#g-showcase):not(#g-navigation):not(#g-drawer) .g-container, section:not(#g-showcase):not(#g-navigation):not(#g-drawer) .g-container {
    padding: 0px 10px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .kontakt .page-header h1 {
    margin-bottom: 0;
  }
  .rsform #userForm fieldset .formRow {
    display: flex;
    flex-direction: column;
  }
  .rsform #userForm fieldset .formRow > [class*="formSpan"] {
    width: 100%;
    margin-left: 0;
  }
  .rsform #userForm fieldset .formRow .rsform-block {
    text-align: left;
  }
  .rsform #userForm fieldset .formRow .rsform-block-text {
    text-align: left;
    margin-bottom: 0;
  }
  .rsform #userForm fieldset .formRow:last-child {
    top: 0;
  }
  body:not(.start) .article_attachment--videos .video {
    width: 100% !important;
    margin: 0 0 2% 0 !important;
  }
  #faq_slider #faq_slider__wrapper .testimonial, #faq_slider #testimonial_slider__wrapper .testimonial, #testimonial_slider #faq_slider__wrapper .testimonial, #testimonial_slider #testimonial_slider__wrapper .testimonial {
    padding: 0px 100px !important;
    flex-direction: column-reverse !important;
  }
  #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div {
    text-align: left !important;
  }
  #g-extension .inner.clearfix {
    padding: 0 15px;
  }
  #g-extension .inner.clearfix > div:first-child {
    margin-bottom: -20px;
    margin-top: 50px;
  }
  #g-mainbottom {
    margin-top: 0;
  }
  .meine_gerichte .cms_article {
    margin: 0 0 6% 0 !important;
    width: 100% !important;
    flex-direction: column;
  }
  .meine_gerichte .cms_article .cms_article__image {
    width: 100%;
    max-height: 180px;
  }
  .meine_gerichte .cms_article .cms_article__content {
    height: unset;
  }
  .meine_gerichte .clearfix {
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .meine_gerichte .clearfix .archive-link {
    position: absolute;
  }
  .meine_gerichte .clearfix .archive-link:after {
    right: unset;
    left: 0;
  }
  .start #g-container-4290:before {
    bottom: 16%;
    background-size: cover;
  }
  .start #g-container-4290 #bubble_head {
    margin-top: 30px;
    margin-bottom: 130px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable {
    height: 630px;
    margin-right: 100px;
    margin-left: -10px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .small_bubble {
    width: 140px;
    height: 140px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .small_bubble h2 {
    font-size: 23px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .large_bubble {
    width: 160px;
    height: 160px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .large_bubble h2 {
    font-size: 27px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b1 {
    left: 38%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b4 {
    left: 44%;
    top: 20%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b6 {
    left: 58%;
    top: 2%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b9 {
    animation-duration: 12s;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b3 {
    left: 1%;
    top: 21%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b5 {
    left: 23%;
    top: 41%;
  }
  #g-maintop {
    margin-top: 0px;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2) {
    margin-top: 70px;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2):before {
    left: -5%;
  }
  #g-maintop .dasbinichmodulewrapper .gallery__item {
    width: 140px;
    height: 160px;
  }
  .letzte_beitraege .cms_article {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .letzte_beitraege .clearfix {
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .letzte_beitraege .clearfix .archive-link {
    position: absolute;
  }
  .letzte_beitraege .clearfix .archive-link:after {
    right: unset;
    left: 0;
  }
  .start #g-utility {
    margin-top: 0px;
  }
  .start #g-utility .article_left {
    flex-direction: column;
  }
  .start #g-utility .article_left .article__content {
    width: 100%;
  }
  .start #g-utility .article_left .article_attachment {
    width: 100%;
    top: 0;
    transform: none;
    margin-top: 100px;
  }
  .start #g-utility .article_left .article_attachment:before {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 155%;
  }
  :root {
    --slidewith: 480px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items {
    height: 450px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .uk-cover {
    height: 400px !important;
    width: 1227px !important;
    left: 45% !important;
    top: 50% !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1 span {
    line-height: 35px !important;
    font-size: 30px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 span {
    font-size: 19px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1, #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 {
    line-height: 0 !important;
    max-width: 340px !important;
  }
  #main-footer ul.nav {
    width: 100%;
    margin-top: 50px;
  }
  #main-footer ul.nav li {
    width: 50%;
  }
  #main-footer #row_ID1610465453074 > .inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #main-footer #row_ID1610465453074 > .inner p {
    text-align: center !important;
  }
  body:not(.start) .pixelcms_articles-wrapper, .extra_cms {
    padding: 0 10px;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article, .extra_cms .cms_article {
    width: 100% !important;
    margin: 0px 0px 30px !important;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__intro, body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__intro *, .extra_cms .cms_article .cms_article__intro, .extra_cms .cms_article .cms_article__intro * {
    font-size: 16px;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article:nth-child(odd):last-child, .extra_cms .cms_article:nth-child(odd):last-child {
    flex-direction: column !important;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article:nth-child(odd):last-child .cms_article__image, .extra_cms .cms_article:nth-child(odd):last-child .cms_article__image {
    width: 100% !important;
    height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .start #g-maintop {
    margin-top: 0;
  }
  .start #g-breadcrumb {
    margin: 100px 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 750px) {
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items {
    height: 660px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .uk-cover {
    height: 400px !important;
    width: 1227px !important;
    left: 40% !important;
    top: 0% !important;
    transform: translate(-50%, 0%) !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content {
    position: absolute;
    top: 410px;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1 span {
    line-height: 35px !important;
    font-size: 30px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 span {
    font-size: 19px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1, #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 {
    line-height: 0 !important;
    max-width: 95% !important;
  }
}
@media only all and (max-width: 30rem) {
  .rsform #userForm fieldset .formRow {
    display: flex;
    flex-direction: column;
  }
  .rsform #userForm fieldset .formRow > [class*="formSpan"] {
    width: 100%;
    margin-left: 0;
  }
  .rsform #userForm fieldset .formRow .rsform-block {
    text-align: left;
  }
  .rsform #userForm fieldset .formRow .rsform-block-text {
    text-align: left;
    margin-bottom: 0;
  }
  .rsform #userForm fieldset .formRow:last-child {
    top: 0;
  }
  body:not(.start) .article_attachment--videos .video {
    width: 100% !important;
    margin: 0 0 2% 0 !important;
  }
  #g-bottom .arrowleft.nav-arrow, #g-footer .arrowleft.nav-arrow, #g-utility .arrowleft.nav-arrow {
    float: left;
    position: relative;
  }
  #g-bottom .arrowright.nav-arrow, #g-footer .arrowright.nav-arrow, #g-utility .arrowright.nav-arrow {
    float: right;
    position: relative;
  }
  #g-bottom .testi_indikator_bar, #g-bottom .indikator_bar, #g-footer .testi_indikator_bar, #g-footer .indikator_bar, #g-utility .testi_indikator_bar, #g-utility .indikator_bar {
    flex-wrap: wrap;
  }
  #g-bottom .testi_indikator_bar .testi_indicator, #g-bottom .testi_indikator_bar .indicator, #g-bottom .indikator_bar .testi_indicator, #g-bottom .indikator_bar .indicator, #g-footer .testi_indikator_bar .testi_indicator, #g-footer .testi_indikator_bar .indicator, #g-footer .indikator_bar .testi_indicator, #g-footer .indikator_bar .indicator, #g-utility .testi_indikator_bar .testi_indicator, #g-utility .testi_indikator_bar .indicator, #g-utility .indikator_bar .testi_indicator, #g-utility .indikator_bar .indicator {
    margin-bottom: 6px !important;
  }
  #faq_slider, #testimonial_slider {
    width: 360px;
    margin: 0 auto;
  }
  #faq_slider #faq_slider__wrapper .testimonial, #faq_slider #testimonial_slider__wrapper .testimonial, #testimonial_slider #faq_slider__wrapper .testimonial, #testimonial_slider #testimonial_slider__wrapper .testimonial {
    padding: 0px 40px !important;
    flex-direction: column-reverse !important;
  }
  #faq_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #faq_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #testimonial_slider #faq_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div, #testimonial_slider #testimonial_slider__wrapper .testimonial cite .testimonial__source .testimonial__source_wrapper div {
    text-align: left !important;
  }
  #faq_slider #faq_slider__wrapper .cms_article, #faq_slider #testimonial_slider__wrapper .cms_article, #testimonial_slider #faq_slider__wrapper .cms_article, #testimonial_slider #testimonial_slider__wrapper .cms_article {
    padding: 0 0px !important;
  }
  #g-extension .inner.clearfix {
    padding: 0 15px;
  }
  #g-extension .inner.clearfix > div:first-child {
    margin-bottom: -20px;
    margin-top: 50px;
  }
  #g-extension .inner.clearfix > div h2 {
    font-size: 27px;
  }
  .meine_gerichte {
    padding: 0 20px;
  }
  .meine_gerichte .cms_article {
    margin: 0 0 6% 0 !important;
    width: 100% !important;
    flex-direction: column;
  }
  .meine_gerichte .cms_article .cms_article__image {
    width: 100%;
    max-height: 180px;
  }
  .meine_gerichte .cms_article .cms_article__content {
    height: unset;
  }
  .meine_gerichte .clearfix {
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .meine_gerichte .clearfix .archive-link {
    position: absolute;
  }
  .meine_gerichte .clearfix .archive-link:after {
    right: unset;
    left: 0;
  }
  .start #g-container-4290:before {
    background-size: cover;
  }
  .start #g-container-4290 #bubble_head {
    margin-top: 50px;
    margin-bottom: 140px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable {
    margin-right: 110px;
    margin-left: -20px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble {
    animation-play-state: paused !important;
    animation-name: none;
    animation-duration: unset;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.large_bubble {
    width: 150px;
    height: 150px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.large_bubble h2 {
    font-size: 25px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.small_bubble {
    width: 130px;
    height: 130px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.small_bubble h2 {
    font-size: 21px;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b8 {
    top: -22%;
    left: 93%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b1 {
    top: -24%;
    left: 9%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b6 {
    left: 50%;
    top: -6%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b9 {
    left: 91%;
    top: 11%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b4 {
    left: 43%;
    top: 23%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b2 {
    top: 3%;
    left: -1%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b7 {
    left: 94%;
    top: 44%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b3 {
    left: 4%;
    top: 47%;
  }
  .start #g-container-4290 #bubble_wubber .innercontent.uick-sortable .bubble.b5 {
    left: 60%;
    top: 62%;
  }
  #g-maintop {
    margin-top: 0px;
  }
  #g-maintop .dasbinichmodulewrapper > div:first-child .cms_article {
    padding: 0 15px;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2) {
    margin-top: 70px;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2):before {
    left: -5%;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2) .moduletable {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #g-maintop .dasbinichmodulewrapper > div:nth-child(2) .moduletable .gallery__item {
    width: 140px;
    height: 160px;
  }
  .letzte_beitraege {
    padding: 0 15px;
  }
  .letzte_beitraege h3 {
    font-size: 46px !important;
  }
  .letzte_beitraege .cms_article {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .letzte_beitraege .clearfix {
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .letzte_beitraege .clearfix .archive-link {
    position: absolute;
  }
  .letzte_beitraege .clearfix .archive-link:after {
    right: unset;
    left: 0;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items {
    height: 660px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .uk-cover {
    height: 400px !important;
    width: 1227px !important;
    left: 0% !important;
    top: 0% !important;
    transform: translate(-50%, 0%) !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content {
    position: absolute;
    top: 410px;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1 span {
    line-height: 35px !important;
    font-size: 30px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 span {
    font-size: 19px !important;
  }
  #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h1, #g-showcase .moduletable .uk-slideshow ul.uk-slideshow-items .slide .slide__content h2 {
    line-height: 0 !important;
    max-width: 95% !important;
  }
  .start #g-utility {
    margin-top: 0px;
  }
  .start #g-utility .article_left {
    flex-direction: column;
    padding: 0 15px;
  }
  .start #g-utility .article_left .article__content {
    width: 100%;
  }
  .start #g-utility .article_left .article__content h1 {
    font-size: 44px;
  }
  .start #g-utility .article_left .article_attachment {
    width: 100%;
    top: 0;
    transform: none;
    margin-top: 100px;
  }
  .start #g-utility .article_left .article_attachment:before {
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 155%;
  }
  :root {
    --slidewith: 360px !important;
  }
  #main-footer ul.nav {
    width: 100%;
    margin-top: 50px;
  }
  #main-footer ul.nav li {
    width: 100%;
  }
  #main-footer #row_ID1610465453074 > .inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #main-footer #row_ID1610465453074 > .inner p {
    text-align: center !important;
  }
  body:not(.start) .article {
    padding: 0 10px;
  }
  body:not(.start) .pixelcms_articles-wrapper, body:not(.start) .extra_cms {
    padding: 0 10px;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article, body:not(.start) .extra_cms .cms_article {
    width: 100% !important;
    margin: 0px 0px 30px !important;
  }
  body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__intro, body:not(.start) .pixelcms_articles-wrapper .cms_article .cms_article__intro *, body:not(.start) .extra_cms .cms_article .cms_article__intro, body:not(.start) .extra_cms .cms_article .cms_article__intro * {
    font-size: 16px;
  }
}
.simpleForm {
  padding: 5% 10%;
}
.simpleForm > h2 {
  text-align: center;
  margin-bottom: 15px;
  color: #b0bc12;
}
.simpleForm .rsform-block-header {
  text-align: center;
  font-size: 1.1em;
  color: #7b7b7b;
}
.simpleForm a {
  color: #b0bc12 !important;
  text-decoration: none !important;
  transition: 0.2s linear;
}
.simpleForm a:hover {
  color: #d3e116 !important;
}
.simpleForm .rsform-block .formControlLabel {
  float: none !important;
  padding-top: 0 !important;
  width: 90% !important;
  text-align: inherit !important;
  font-size: 1.2em;
  color: #b0bc12;
}
.simpleForm .rsform-block .formControlLabel > strong {
  color: darkgray;
}
.simpleForm .rsform-block .formControls {
  margin-left: 0 !important;
}
.simpleForm .rsform-block .formControls .formValidation {
  display: inherit !important;
}
.simpleForm .rsform-block .formControls .formValidation > span {
  color: #bd0900;
  font-weight: 600;
}
.simpleForm .rsform-block .formControls input[type=radio] {
  margin-top: 5px;
  height: 15px;
  width: 15px;
}
.simpleForm .rsform-block .formControls input[type=text], .simpleForm .rsform-block .formControls input[type=tel], .simpleForm .rsform-block .formControls input[type=email] {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  box-shadow: none;
  border: none;
  background: #e3e3e3;
  font-weight: 600;
  font-size: 1em;
  margin-top: 5px;
}
.simpleForm .rsform-block .formControls textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  box-shadow: none;
  border: none;
  background: #e3e3e3;
  font-weight: 600;
  font-size: 1em;
  margin-top: 5px;
  height: 174px;
}
.simpleForm .rsform-block .formControls input[type=checkbox] {
  height: 15px;
  width: 15px;
  margin-top: 6px;
}
.simpleForm .rsform-block .formControls input[type=submit], .simpleForm .rsform-block .formControls button[type=submit] {
  transition: 0.2s linear;
  width: 100%;
  box-sizing: border-box;
  padding: 13px;
  box-shadow: none;
  border: none;
  background: #e3e3e3;
  font-weight: 600;
  font-size: 1.2em;
  color: #b0bc12;
  text-shadow: none;
  text-transform: uppercase;
}
.simpleForm .rsform-block .formControls input[type=submit]:hover, .simpleForm .rsform-block .formControls button[type=submit]:hover {
  background: #D7D7D7;
}
.simpleForm .rsform-block .formControls input[type=button] {
  transition: 0.2s linear;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: none;
  border: none;
  background: #e3e3e3;
  font-weight: 500;
  font-size: 1em;
  color: #b0bc12;
  text-shadow: none;
}
.simpleForm .rsform-block .formControls input[type=button]:hover {
  background: #D7D7D7;
}
.simpleForm .rsform-block-pflichtangaben {
  color: #7b7b7b;
}
.simpleForm .rsform-block-pflichtangaben > span {
  font-size: 1.2em;
  color: darkgray;
}
.simpleForm .rsform-block-recaptcha .formControlLabel {
  display: none;
}
.simpleForm .rsform-block-datenschutz .formControlLabel {
  display: none;
}
.simpleForm .rsform-block-datenschutz .formControls label {
  color: #636363;
}
.outline-_error .g-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.outline-_error .g-wrapper .error {
  font-family: "Montserrat", sans-serif;
}
.outline-_error .g-wrapper .error-rows {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.outline-_error .g-wrapper .error-rows__left {
  width: 47%;
  align-self: center;
}
.outline-_error .g-wrapper .error-rows__left .text__title {
  line-height: 50px;
  font-weight: 600;
  font-size: 2.3em;
  color: #4F4F4F;
}
.outline-_error .g-wrapper .error-rows__left .text__desc {
  line-height: 30px;
  font-size: 1.1em;
  color: #828282;
  width: 65%;
}
.outline-_error .g-wrapper .error-rows__left .links {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.outline-_error .g-wrapper .error-rows__left .links a {
  display: flex;
  margin: 8px 0px;
  text-transform: uppercase;
  color: #b0bc12;
  font-size: 1.1em;
  transition: color 0.08s linear;
}
.outline-_error .g-wrapper .error-rows__left .links a:hover {
  color: #69B467;
}
.outline-_error .g-wrapper .error-rows__left .links a:hover:after {
  background-color: #69B467;
}
.outline-_error .g-wrapper .error-rows__left .links a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  align-self: center;
  margin-left: 12px;
  margin-right: calc(50% - 12px);
  background-color: transparent;
  transition: background-color 0.08s linear;
}
.outline-_error .g-wrapper .error-rows__right {
  width: 47%;
  align-self: center;
}
.outline-_error .g-wrapper .error-rows__right .illustration {
  position: relative;
}
.outline-_error .g-wrapper .error-rows__right .illustration__main {
  display: block;
  margin: 0 auto;
}
.outline-_error .g-wrapper .error-rows__right .illustration__main path, .outline-_error .g-wrapper .error-rows__right .illustration__main rect {
  fill: #b0bc12;
}
.outline-_error .g-wrapper .error-rows__right .illustration__404 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.outline-_error .g-wrapper .error-rows__right .illustration__bottom {
  position: absolute;
  right: 75px;
  bottom: 50px;
  animation-name: error_anim;
  animation-delay: 1.4s;
  animation-duration: 7s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.outline-_error .g-wrapper .error-rows__right .illustration__bottom path, .outline-_error .g-wrapper .error-rows__right .illustration__bottom rect {
  fill: #b0bc12;
}
.outline-_error .g-wrapper .error-rows__right .illustration__top-left {
  position: absolute;
  left: 30px;
  top: 200px;
  animation-name: error_anim;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.outline-_error .g-wrapper .error-rows__right .illustration__top-left path, .outline-_error .g-wrapper .error-rows__right .illustration__top-left rect {
  fill: #b0bc12;
}
.outline-_error .g-wrapper .error-rows__right .illustration__top-right {
  position: absolute;
  right: 60px;
  top: 100px;
  animation-name: error_anim;
  animation-duration: 7s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.outline-_error .g-wrapper .error-rows__right .illustration__top-right path, .outline-_error .g-wrapper .error-rows__right .illustration__top-right rect {
  fill: #b0bc12;
}
@keyframes error_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only all and (min-width: 75rem) {
  .outline-_error .g-wrapper {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .outline-_error .illustration__bottom {
    right: 40px !important;
    bottom: 85px !important;
  }
  .outline-_error .illustration__top-left {
    left: 15px !important;
    top: 180px !important;
  }
  .outline-_error .illustration__top-right {
    right: 25px !important;
    top: 120px !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .outline-_error .error-rows {
    flex-direction: column-reverse;
  }
  .outline-_error .error-rows__left {
    width: 100% !important;
    margin: 30px 0;
  }
  .outline-_error .error-rows__right {
    height: 360px !important;
    width: 360px !important;
    position: relative;
    margin: 70px 0 30px;
    transform: scale(0.6);
  }
  .outline-_error .error-rows__right .illustration {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .outline-_error .error-rows__right .illustration__main {
    transform: scale(1.2);
  }
  .outline-_error .error-rows__right .illustration__bottom {
    right: 4px !important;
    bottom: 120px !important;
  }
  .outline-_error .error-rows__right .illustration__top-left {
    left: -30px !important;
    top: 190px !important;
  }
  .outline-_error .error-rows__right .illustration__top-right {
    right: -10px !important;
    top: 150px !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .outline-_error .error-rows {
    flex-direction: column-reverse;
  }
  .outline-_error .error-rows__left {
    width: 100% !important;
    margin: 30px 0;
  }
  .outline-_error .error-rows__left .text__desc {
    width: 100% !important;
  }
  .outline-_error .error-rows__right {
    height: 360px !important;
    width: 360px !important;
    position: relative;
    margin: 70px 0 20px;
    transform: scale(0.6);
  }
  .outline-_error .error-rows__right .illustration {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .outline-_error .error-rows__right .illustration__main {
    transform: scale(1.2);
  }
  .outline-_error .error-rows__right .illustration__bottom {
    right: 4px !important;
    bottom: 120px !important;
  }
  .outline-_error .error-rows__right .illustration__top-left {
    left: -30px !important;
    top: 190px !important;
  }
  .outline-_error .error-rows__right .illustration__top-right {
    right: -10px !important;
    top: 150px !important;
  }
}
@media only all and (max-width: 30rem) {
  .outline-_error .error-rows {
    flex-direction: column-reverse;
  }
  .outline-_error .error-rows__left {
    width: 100% !important;
    margin: 30px 0;
  }
  .outline-_error .error-rows__left .text__desc {
    width: 100% !important;
  }
  .outline-_error .error-rows__right {
    height: 360px !important;
    width: 360px !important;
    position: relative;
    margin: 70px 0 20px;
    transform: scale(0.6);
  }
  .outline-_error .error-rows__right .illustration {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .outline-_error .error-rows__right .illustration__main {
    transform: scale(1.2);
  }
  .outline-_error .error-rows__right .illustration__bottom {
    right: 4px !important;
    bottom: 120px !important;
  }
  .outline-_error .error-rows__right .illustration__top-left {
    left: -30px !important;
    top: 190px !important;
  }
  .outline-_error .error-rows__right .illustration__top-right {
    right: -10px !important;
    top: 150px !important;
  }
}
/*-------------------------- TEMPLATE BLOCKS ----------------------------*/
/*--------------------------- CUSTOM TEMPLATE ---------------------------*/
p.readmore {
  align-self: center;
  flex-grow: 1;
}
.back_button {
  font-size: 18px;
}
.back_button:hover {
  text-decoration: underline;
}
/*--------------------------- DPH 18.03.2019 ---------------------------*/
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.woff2') format("woff2"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.woff') format("woff"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.ttf') format("truetype"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-regular.svg#RobotoSlab') format("svg");
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.eot');
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.woff2') format("woff2"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.woff') format("woff"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.ttf') format("truetype"), url('../../fonts/roboto-slab-v8-latin/roboto-slab-v8-latin-700.svg#RobotoSlab') format("svg");
  /* Legacy iOS */
}
a {
  color: #b0bc12;
}
a:hover {
  color: #b0bc12;
}
.article ul li p {
  margin: 0;
  color: #363636;
}
.article ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #b0bc12;
}
/*--------------------------- Top ---------------------------*/
.gantry-logo img {
  width: 200px;
}
#g-top .g-grid {
  padding: 0 2em;
}
.custom.kontakt {
  padding: 0em;
  margin-top: 50px;
}
.custom.kontakt span {
  font-size: 1.3rem;
}
.custom.kontakt a {
  margin-left: 20px;
}
#g-navigation, #g-navigation .headroom {
  background: #2B343D;
}
#g-navigation .g-toplevel > .g-menu-item > .g-menu-item-container {
  padding: 10px 6px !important;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #2B343D;
}
#g-navigation .g-dropdown-wrapper div.g-dropdown {
  background: rgba(41, 134, 209, 0.96);
}
#g-navigation .g-toplevel .g-dropdown-wrapper div.g-dropdown .g-menu-item .g-menu-item-title {
  font-weight: normal !important;
}
/*--------------------------- Slider ---------------------------*/
.slide__content {
  padding-left: 2em;
}
.slide {
  align-items: flex-end !important;
}
.slide h1 {
  background: rgba(1, 93, 168, 0.8);
  margin-bottom: 0 !important;
}
.slide h2 {
  background: rgba(255, 255, 255, 0.8);
  color: #b0bc12 !important;
  margin-bottom: 3.5rem !important;
}
.header-image--empty {
  display: none !important;
}
/*--------------------------- Traktorpool ---------------------------*/
div#laufband {
  padding: 2em 0;
  background: #EEEEEE;
  border-bottom: 1px solid #E4E4E4;
  z-index: 1;
}
div#laufband .center-block {
  padding: 0 2em;
}
/*--------------------------- Content ---------------------------*/
.hometeaser {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}
.hometeaser a img {
  transition: all 0.2s linear 0s;
}
.hometeaser a:hover img {
  opacity: 0.8;
}
.manufacturers .manufacturer li a {
  color: #363636;
}
.manufacturers .manufacturer li {
  color: #b0bc12;
}
.worker__image--empty {
  display: none;
}
.worker {
  background: #EEEEEE;
}
.worker__title {
  background-color: #b0bc12;
  margin-top: 0;
  padding-top: 10px;
  color: #fff;
}
.worker__role {
  background-color: #b0bc12;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.worker__contact {
  padding: 0 10px;
}
.rsform-block-pflichtangaben {
  text-align: left;
}
.rsform .grecaptcha-badge {
  margin: 0;
}
/*--------------------------- Content ---------------------------*/
.custom-footer {
  padding: 2em;
}
.custom-footer strong {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.custom-footer a {
  color: #fff;
}
/*--------------------------- RES- ---------------------------*/
/*--------------------------- PON- ---------------------------*/
/*--------------------------- SIVE ---------------------------*/
@media only screen and (max-width: 75rem) {
  .custom.kontakt a {
    display: block;
  }
}
@media only screen and (max-width: 60rem) {
  .custom.kontakt a span {
    display: none !important;
  }
  .topcontact {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .custom.kontakt, .custom.kontakt p {
    margin: 0;
  }
  .custom.kontakt a, .custom.kontakt a i.fa {
    font-size: 1.5em !important;
  }
  #logo-5438-particle, #logo-3856-particle {
    text-align: center;
    width: 100%;
  }
  .size-50 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
  .article__images {
    float: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article__images a.img {
    width: 31%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 48rem) {
  .hometeaser {
    flex-direction: column;
  }
  .hometeaser section {
    margin-bottom: 20px;
  }
  .slide h1 {
    font-size: 1.5em;
  }
  .slide h2 {
    font-size: 1em;
    margin-bottom: 1.5em !important;
  }
  .gantry-logo img {
    width: 130px;
  }
  .article__images a.img {
    width: 48%;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */