/* CSS Document */

body {
  background-color: #fff;
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
a {
  color: #ea5a07;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: #03612d;
}

.nowrap {
	white-space: nowrap;
}


/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: #F4F4F4; /*farbname1*/
}
.color-02 {
  color: #696969; /*farbname2*/
}
.color-03 {
  color: #444444; /*farbname3*/
}
.color-04 {
  color: #333; /*schwarz*/
}
.color-05 {
  color: #fff; /*weiß*/
}
.color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-07 {
  color: #ea5908;
}
.color-08 {
  color: #056632;
}


.bg-color-01 {
  background-color: #F4F4F4; /*farbname1*/
}
.bg-color-02 {
  background-color: #696969; /*farbname2*/
}
.bg-color-03 {
  background-color: #444444; /*farbname3*/
}
.bg-color-04 {
  background-color: #333; /*schwarz*/
}
.bg-color-05 {
  background-color: #fff; /*weiß*/
}
.bg-color-06 {
  background-image: linear-gradient(45deg, #696969 0%, #333 100%); /*Verlauf*/
}
.bg-color-07 {
  background-color: #ea5908;
}
.bg-color-08 {
  background-color: #056632;
}

/* -------------------- Farben ENDE -------------------- */



/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-top-info {
  background-image: url("");
  background-size: cover;
}
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}
.bg-content-back {
  background-image: url("");
  background-size: cover;
}
.bg-review {
  background-image: url("");
  background-size: cover;
}
.bg-footer {
  background-image: url("");
  background-size: cover;
  background-position: center;
}
.bg-footer-end {
  background-image: url("");
  background-size: cover;
}

.bg-kontakt {
  background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(244,244,244,0.1) 20%, rgba(244,244,244,0.1) 60%, rgba(244,244,244,1) 90%, rgba(244,244,244,1) 100%), url("../images/background/bg-site.jpg");
  background-size: cover;
}

.bg-kontaktform {
  background-color: #fff;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2);
}

.bg-kataloge {
  background-color: #fff;
  margin: 2em 0em;
  padding: 1em;
  border-radius: 1em;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2);
}

.bg-kataloge a {
  background-color: #03612d;
  color: #fff;
  padding: 0.6em;
}

.bg-kataloge a:hover {
  background-color: #e70308;
  color: #fff;
  padding: 0.6em;
}

.bg-oeff {
  background-color: #ea5908;
  color: #fff;
}

.oeff-border {
  border-bottom: 1px dotted #000;
}

/* -------------------- Hintergrundbilder ENDE -------------------- */


/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Parallax ENDE -------------------- */



/* -------------------- Scroll Top BEGINN -------------------- */

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 140px;
  bottom: 4.5%;
  position: fixed;
  transition: all .35s;
  box-shadow: 1px 0px 2px #333;
  font-size: 0.7rem;
  z-index: 9;
}
.scroll-top:hover {
  color: #1D1D1B;
  text-decoration: none;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}

/* -------------------- Scroll Top ENDE -------------------- */



/* -------------------- Top Info BEGINN -------------------- */

.top-info a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #fff;
  text-decoration: underline;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #056632;
  border: 2px solid #fff;
}
.top-info {
    box-shadow: 0px 15px 10px -15px #111;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */



/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  color: #333;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #ea5908;
  color: #fff;
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */



/* -------------------- Datenschutz Button BEGINN -------------------- */

.btn-success {
  color: #fff;
  background-color: #b09e80;
  border-color: #b09e80;
}
.btn-success:hover {
    color: #fff;
    background-color: #b09e80;
    border-color: #b09e80;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #b09e80 !important;
  border-color: #b09e80 !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #b09e80;
  background-image: none;
  border-color: #b09e80;
}

/* -------------------- Datenschutz Button ENDE -------------------- */

.shop-buttons {
  width: 180px;
}

.spacer {
  height: 4em;
}

.flipped {
  transform: scaleX(-1) scaleY(-1);
}

.icon-service {
  font-size: 2em;
  color: #03612d;
  background-color: #fff;
  padding: 0.3em;
  border-radius: 0.2em;
}

.icon-vorteil {
  background-color: #fff;
  padding: 1.6em 0;
  border-radius: 1em;
}

.termin-button {
    background-color: #008143;
    width: 100%;
    display: block;
    color: #fff;
    padding: 0.5em 1em;
  border-radius: 0.2em;
}

.termin-button:hover {
    background-color: #ffd502;
    width: 100%;
    display: block;
    color: #000;
    padding: 0.5em 1em;
  border-radius: 0.2em;
}

.aktuelles-button {
  background-color: #ea5908;
  width: 100%;
  display: block;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 0.2em;
}

.aktuelles-button:hover {
    background-color: #03612d;
    width: 100%;
    display: block;
    color: #fff;
    padding: 0.5em 1em;
  border-radius: 0.2em;
}

/* -------------------- DIV Table -------------------- */
.table-main {
  width: 100%;
}
.table-ueberschrift {
  border-bottom: 1px solid #000;
  padding: 0.3em 0.3em
}
.table-grey {
  border-bottom: 1px solid #989898;
  background-color: #f2f2f2;
  padding: 0.3em 0.3em
}
.table-lightgrey {
  border-bottom: 1px solid #989898;
  background-color: #fff;
  padding: 0.3em 0.3em
}

.wobble-bottom {
  animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(-45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(-24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(-12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(-4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}

.text-highlight {
  color: #ea5908;
  font-size: 1.3em;
  font-style: italic;
}

.btn-custom {
	display: inline-block;
	background: #076632;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 0.2em;
}
.btn-custom:hover {
	background: #e70308;
	color: #fff;
}
.btn-custom-footer {
	display: inline-block;
	background: #ea5807;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 0.6em;
	border-radius: 0.2em;
}
.btn-custom-footer:hover {
	background: #A83F05;
	color: #fff;
}