.loading-spinner{
  position:relative;
  display:block;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner {
    min-height:36px;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 5px solid #96BE37;
  border-top-color: #81A95A;
  animation: spinner 1s linear infinite;
}
button.submitContactForm.spinnerShow {
    background-color: rgba(150, 190, 55, .2);
    border-color: rgba(150, 190, 55, .2);
    color: rgba(255, 255, 255, .2);
}
body {
    max-width: 1920px;
    position: relative;
    margin: auto;
    font-size: 1.2rem;
    /*font-family: 'Chilanka', cursive;*/
    font-weight: bold;
    caret-color: #96BE37;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Permanent Marker', cursive!important;*/
}
h1, .h1 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #96BE37;
}
h1.h1.banner {
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
}
h2, .h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #96BE37;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
h3, .h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #96BE37;
}
h3:before {
    display: block;
    content: " ";
    height: 140px;  /* Give height of your fixed element */
    margin-top: -140px; /* Give negative margin of your fixed element */
    visibility: hidden;
}
h3.noBefore:before {
    display: none;
    content: " ";
    height: 0px;  /* Give height of your fixed element */
    margin-top: 0px; /* Give negative margin of your fixed element */
    visibility: hidden;
}
.label{
    font-size: 1.5rem;
    color: #96BE37;
}
header>div.container{
	max-width: 1980px;
	margin: 0 auto;
}
.websiteMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.websiteMenu:before,
.websitegMenu:after {
    content: '';
    display: table;
}
header.header{
	z-index: 1000;
	left: 0;
	right: 0;
	background-color: #fff;
	top: 0;
	position: -webkit-sticky;
	position: sticky;
}
.header .navbar{
	padding: 0;
	-moz-box-shadow: 0 8px 5px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 8px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 8px 5px 0 rgba(0,0,0,0.15);
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    border-bottom: 1px solid;
}
.header .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
}
.scrollToTop {
    background-color: #96BE37;
    background-size: 40% 40%;
    position: fixed;
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 25px;
    border-radius: 60px;
    color: #fff;
    padding-top: 8px;
    padding-left: 12px;
    cursor: pointer;
    z-index: 99998;
    opacity: .5;
}
.scrollToTop i {
    font-size: 1.5rem;
}
.mainSlider .slick-dots{
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	bottom: 15px;
}
.mainSlider{
	overflow: hidden;
}
ul.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e5e5e5;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50px;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background-color: #96BE37;
}
*, ::after, ::before {
    padding: 0;
}
ul.slick-dots li button {
    font-size: 0;
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-dotted.slick-slider {
    margin-bottom: -1px;
}
.headerBreadcrumb {
    background-color: #96BE37;
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.4rem;
    padding: 10px;
}
.quote{
	font-size: 1.4rem;
	font-weight: bold;
}
.quoteAutor{
	font-size: 1.2rem;
	font-style: italic;
}
a {
    color: #1a171b;
    font-weight: bold;
    font-size: 1.2rem;
}
a:hover {
	color: #96BE37;
    text-decoration: none;
}
a.highlight {
    color: #96BE37;
}
.header .infoBar {
    background-color: #96BE37;
    color: #fff;
}
i.infoIconInner{
	color: #96BE37;
}
div.benefit-icon{
	padding: 5px 10px 10px 10px;
}
.header .benefit .benefit-icon .benefit-icon-caption {
    display: none;
    background-color: #efefef;
    color: #5a5a5a;
    z-index: 99999;
    padding: 25px;
    position: absolute;
    right: 0;
    left: 0;
	top: calc(100% + 5px);
	border: 2px dashed #96BE37;
	outline: 5px solid #efefef;
}
.header .benefit .benefit-icon {
    border-top: 5px solid #96BE37;
    position: static;
}
.header .benefit .benefit-icon.benefit-active {
    border-top: 5px solid #efefef;
}
.header .benefit .benefit-icon.benefit-active::after {
    background-image: url("../Images/triangle_efefef.png");
    background-repeat: no-repeat;
    content: '';
    bottom: -5px;
    height: 15px;
    width: 25px;
    position: absolute;
    transform: translate(-50%);
}
.header .benefit .benefit-icon .benefit-icon-caption .benefit-icon-caption-title {
    font-weight: bold;
	font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    letter-spacing: .2rem;
}
.permanentMarker{
	/*font-family: 'Permanent Marker', cursive!important;*/
}
.navbar-expand-xl .navbar-nav {
    width: 90%;
}
.container.contentContainer {
    max-width: 1560px;
}

.footer {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.500rem;
    padding-top: 25px;
    color: #202020;
}

.footer span.label {
    font-weight: bold;
    display: block;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.footer .bottomline {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.footer .footerBox {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 2rem;
}
.footer .footerBox div.text{
	line-height: 1.5rem;
}
.footer .footerBox span.text {
    padding-top: 20px;
	display: block;
    line-height: 1.5rem;
}
.footer .rightline {
    margin-top: 25px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
}
.footer .rightlineDummy {
    margin-top: 25px;
}
.footer .topline {
    border-top: 1px solid #e6e6e6;
}
.redContainer {
    background-color: #96BE37;
    color: #fff;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
footer .navbar-nav {
    display: block;
    width: 100%;
}
.footer .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}
.footer .redContainer a {
    color: #fff;
}
.footer a, .footer label.nav-link {
    color: #202020;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.500rem;
}
.footer .redContainer a:not(.nonavigation):hover {
    color: #fff;
    text-decoration: underline;
}
.footerFlavour.rahmenlayout {
    color: #cbcbcb;
    margin-top: 25px;
    margin-bottom: 25px;
}
.footerFlavour.rahmenlayout .footerFlavourTitle {
    font-size: 1.75rem;
    color: #cbcbcb;
}
.footerFlavour.rahmenlayout .footerFlavourContent {
    margin-top: 15px;
    font-size: 1rem;
    column-count: 2;
}
.footerFlavour.rahmenlayout .footerFlavourContent a {
    font-size: 1rem;
}
@media only screen and (max-width:375px) {
 .footerFlavour.rahmenlayout {
  padding-left:20px;
  padding-right:20px;
 }
 .footerFlavour.rahmenlayout .footerFlavourContent {
  column-count:1
 }
}
.link {
    color: #96BE37;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 5px;
    cursor: pointer;
}
.footer .fa,
.footer .fas {
    color: #96BE37;
}
.footer .mobile .row .mobileContentFooter {
	padding-left:20px;
	padding-right:20px;
}
.footer .brandAddressLine {
    display: block;
}
.footer .middleline {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #619F37;
}
@media only screen and (max-width:375px) {
 .footer span.label {
  padding-left:20px
 }
 .footer .fas.fa-check {
  padding-left:20px
 }
 .footerElements {
  padding-left:20px
 }
 .footerNavi {
  padding-left:20px
 }
 .footer .brandAddressLine {
  padding-left:10px
 }
}
@media only screen and (max-width:813px) {
 .footer span.label {
  /*padding-left:10px;*/
  padding-top:10px
 }
 .footer .fas.fa-check {
  padding-left:10px;
  margin-top:5px
 }
 .footerElements {
  padding-left:10px
 }
 .footerNavi {
  padding-left:10px
 }
 .footer .footerNavi .footerNavi-item {
  display:block;
  margin-bottom:40px
 }
 .redContainer {
  padding-top:25px;
  padding-bottom:25px;
  line-height:2rem
 }
 .footer .redContainer a {
  line-height:2rem
 }
}
.footer a.route {
	
}
.footer a.route {
    color: #1a171b;
    font-weight: bold;
    font-size: 1rem;
}
.footer a.route:hover {
	color: #96BE37;
    text-decoration: none;
}
.contentImageBoxShadow{
	box-shadow: 0 30px 70px 0 rgba(0,0,0,0.15),0 0 7px 1px rgba(0,0,0,0.04);
}

.contentImageBoxShadow .dottedBorder{
	min-height:600px;
}
.header .navbar .innerWrapper .navbar-toggler {
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    width: 57px;
    height: 35px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header .navbar-collapse {
    position: absolute;
    background-color: #fff;
    width: 100%;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: 0;
}
button:focus {
    outline: 0;
}
.header .navbar .innerWrapper .navbar-toggler {
    margin-top: 5px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    width: 57px;
    height: 35px;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
        margin-top: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.headerIcons {
    font-size: 1.5rem;
    padding: 10px;
    color: #96BE37;
}
.dottedBorder{
	border: 2px dashed #96BE37;
}
.navbar-brand {
    margin-right: 0;
}
.tileWrapper:hover{
	background-color: #96BE37;
	color: #fff;
/*	cursor: pointer;*/
}
.tileWrapper:hover .dottedBorder{
	border-color: #fff;
}
.tileWrapper:hover .dottedBorder h2{
	color: #fff;
}
.link.inline {
    color: #96BE37;
    font-weight: 500;
    font-size: 1.25rem;
    cursor: pointer;
}
.banner.carousel-caption {
    padding: 0;
    bottom: 10px;
    text-align: left;
    left: 5%;
    right: 5%;
}
.banner.carousel-caption h1 {
    font-size: 3.5rem;
}
ul.fa-ul li{
	margin: 10px;
	font-size: 1.25rem;
	font-weight: 300;
}
ul.fa-ul li.bold{
	font-size: 1rem;
	font-weight: bold;
}
/*Datenschutzerklärung*/
.accordion {
    margin-top: 2rem;
}
.accordion .card {
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
}
.accordion .card .card-header {
    border-bottom: 0;
    border-top: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
    padding: 0;
}
.accordion .card .card-header a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    color: #1a171b;
}
.accordion .card .card-header h5 a[data-toggle="collapse"] .icon, .accordion .card .card-header h5 span.a .icon {
    display: inline-block;
    line-height: 1.5rem;
}
.accordion .card-block {
    padding-left: 2.5rem;
    font-size: 1rem;
}
.accordion .card .card-header h5 a[data-toggle="collapse"] .text, .accordion .card .card-header h5 span.a .text {
    font-size: 1.5rem;
    letter-spacing: .0625rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 15px 12px;
    text-align: left;
    cursor: pointer;
    font-weight: 300;
    vertical-align: middle;
    line-height: 1.5rem;
    white-space: normal;
    width: 90%;
}
.accordion a.noLink.noLink:not(.collapsed) {
    color: #96BE37;
}
.accordion .card .card-header h5 a.collapsed .icon::before, .accordion .card .card-header h5 span.a.collapsed .icon::before {
    content: '\f055';
    font-family: 'Font Awesome\ 5 Free';
    color: #96BE37;
    font-size: 1.5rem;
    margin-right: 10px;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 1px;
}
.accordion .card .card-header h5 a:not(.collapsed) .icon::before, .accordion .card .card-header h5 span.a .icon::before {
    content: '\f056';
    font-family: 'Font Awesome\ 5 Free';
    color: #96BE37;
    font-size: 1.5rem;
    margin-right: 10px;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 1px;
    line-height: 1.5rem;
}
/*FORM ELEMENTS*/
.container.noMP .row {
    margin-left: 0;
    margin-right: 0;
}
.input-wrapper {
    height: 72px;
    position: relative;
    max-width: 100%;
    color: #d0ccc9;
    padding: 0;
    padding-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.spc-border {
    border: 1px solid #d0ccc9;
    padding-left: 18px;
}
.container.noMP {
    padding: 0;
}
.container.noMP .row [class^="col-"] {
    padding: 0;
}
.label.select-options {
    padding-top: 6px;
    display: block;
    font-size: 1.2rem;
}
.input-wrapper label, .input-wrapper .label {
    color: #d0ccc9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="checkbox"], input[type="radio"] {
    opacity: 0;
    position: absolute;
}
input, select {
    color: #96BE37;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-wrapper .select-options label {
    position: relative;
    top: 5px;
    left: 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    padding-bottom: 5px;
    display: inline-block;
}
.input-wrapper label {
    position: absolute;
    top: 10px;
    left: 20px;
}
input[type="radio"]:checked + label span {
    background-image: url('/images/website_radio_checked.png');
}
input[type="radio"] + label span {
    background-image: url('/images/website_radio.png');
}
input[type="radio"] + label span, input[type="checkbox"] + label span {
    display: inline-block;
    padding: 20px;
    margin: -9px 0 0 0;
    vertical-align: middle;
    background-position-y: -2px;
    position: absolute;
    left: 0;
    top: 2px;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
}
.input {
    border: 1px solid #d0ccc9;
    border-top-color: rgb(208, 204, 201);
    border-top-style: solid;
    border-top-width: 1px;
    color: #96BE37;
    height: 72px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    width: 100%;
    border-radius: 0;
}
input, select {
    color: #96BE37;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.label.select-options {
    padding-top: 6px;
    display: block;
}
.input-wrapper + .input-wrapper .input, .input-wrapper + .select-wrapper .input, .input-wrapper + .input-group .input, .input-group + .input-wrapper .input, .input-group + .input-group .input, .input-wrapper + .select-wrapper select, .input-group + .select-wrapper select, .input-wrapper + .select-box select, .input-group + .select-box select {
    border-top: 0;
}
.input-wrapper select {
    color: #96BE37;
    background-color: #fff;
    border: 1px solid #d0ccc9;
    border-top-color: rgb(208, 204, 201);
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
    height: 100%;
    padding: 20px 18px 0 18px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, select {
    color: #96BE37;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.select::after, .input-wrapper.select-box::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #96BE37;
    border-right: 1px solid #96BE37;
    top: 50%;
    right: 10px;
    transform: translateY(-75%) rotate(135deg);
}
@media only screen and (min-width:400px) {
    .select:after,
    .input-wrapper.select-box:after {
        border-top:3px solid #96BE37;
        border-right:3px solid #96BE37;
        width:15px;
        height:15px;
        right:25px
    }
}
.input-wrapper.select-box::after {
    transform: translateY(0) rotate(135deg);
}
.input.text-area {
    height: auto;
    min-height: 148px;
    padding-top: 30px;
}
.input-wrapper.text-area {
    height: auto;
}
.checkbox-wrapper {
    display: inline-block;
    color:  #5a5a5a;
    margin-top: 10px;
}
input[type="checkbox"]:checked + label span {
    background-image: url('/images/website_checkbox_checked.png');
}
input[type="checkbox"] + label span {
    background-image: url('/images/website_checkbox.png');
}
@media screen and (min-width: 992px){
  div[class*='contactForm']{
    padding: 0 75px;
  }
  div[class*='contactAddress']{
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 0 75px;
  }
}
/*BUTTON STYLES*/
.button:not(.disabled) {
    border: 1px solid;
}
.button.dark .label {
    color: #fff!important;
}
.button.dark {
    background-color: #96BE37;
    color: #fff!important;
    border-color: #96BE37;
}
button.button {
    padding-right: 0;
    font-weight: 500;
}
button.button {
    min-height: 43px;
    text-align: left;
    padding-left: 0;
}
.button {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem;
    border: 1px solid;
    margin-top: 4px;
    margin-bottom: 0;
    display: inline-flex;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    transition: all .25s ease;
    color: #fff;
    font-style: italic;
    max-width: 100%;
    text-align: left;
    -webkit-appearance: none;
}
.button .button-wrapper {
    padding: 18px;
    padding-right: 18px;
    position: relative;
    width: 100%;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
*, ::after, ::before {
    padding: 0;
}
.clearfix {
    zoom: 1;
}
img, .no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button .button-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.button .button-icon-hover {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.button.dark:hover:not(.no-hover):not(.disabled) {
    border: 1px dashed;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}
.button.dark:not(.no-hover):not(.disabled):hover .label{
    color: #96BE37!important;
}
.button.dark:not(.no-hover):not(.disabled):hover {
    background-color: #fff;
    color: #96BE37!important;
    border-color: #96BE37 !important;
}
.button.full {
    width: 100%;
}
.reloadIcon{
    font-size: 2rem;
    vertical-align: sub;
    cursor: pointer;
}