@import "bootstrap-grid.css";
@import url('../font-awesome/css/all.min.css');
@import url('../font-questrial/stile.css');
@import "kunde.css";
.schrift {
  font-family: "Questrial", serif;
}
.schriftnormal {
  font-weight: 400;
  font-style: normal;
}
.schriftnormalkursiv {
  font-weight: 400;
  font-style: italic;
}
.schriftmedium {
  font-weight: 500;
}
.schriftsemibold {
  font-weight: 600;
}
.schriftbold {
  font-weight: 700;
}
.schriftextrabold {
  font-weight: 800;
}
.schriftblack {
  font-weight: 900;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
div {
  font-size: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input,
select {
  vertical-align: middle;
}
.gecko button::-moz-focus-inner,
.gecko input[type="button"]::-moz-focus-inner,
.gecko input[type="submit"]::-moz-focus-inner,
.gecko input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
a,
a:active,
a:focus,
:focus {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
}
.silbentrennung {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.schriftglaetten {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssanimationloeschen {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.markierungdeaktivieren {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.cssanimation {
  transition: all 0.5s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-hoehe {
  display: block;
  max-height: 100%;
  width: auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.clearboth {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
}
.row {
  font-size: 0;
}
.displaynone {
  display: none;
}
.backgroundcover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.backgroundparallax {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.schlagschatten_hart {
  text-shadow: 1px 1px 0 #000000;
}
.schatten {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}
.bild_kreis img {
  border-radius: 50%;
  display: inline-block;
}
.karte iframe {
  width: 100%;
  height: 320px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.vertikalzentriert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
}
.vertikalzentriert_flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer.parallax,
footer.parallax {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.parallax_scroll {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.reflex:after {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.unterstrichen {
  background-repeat: no-repeat;
  background-size: 100% 1.25em;
  background-position: 0 100%;
}
.button-strich--ani a {
  display: inline-block;
  position: relative;
}
.button-strich--ani a:before {
  content: '';
  width: 0;
  height: 10px;
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-strich--ani a:hover:before {
  width: 100%;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
/*
Bild per inline

<style>
    body:before {
        background-image: url('bilder/platzhalter-hintergrund.jpg');
    }
</style>
*/
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li {
  background: var(--farbebasis) !important;
  width: 45px !important;
  height: 5px !important;
  border-radius: 0px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: var(--farbefirma) !important;
}
.slick-prev,
.slick-next {
  width: 55px !important;
  height: 75px !important;
  background: var(--farbebasis);
  z-index: 666;
}
.slick-prev:hover.slick-prev:before,
.slick-next:hover.slick-prev:before,
.slick-prev:hover.slick-next:before,
.slick-next:hover.slick-next:before {
  opacity: 1 !important;
  transition: all 0.5s;
}
.slick-prev {
  left: 50px !important;
}
.slick-next {
  right: 50px !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-size: 8rem !important;
  line-height: 1;
  opacity: 0.5 !important;
  color: white;
  position: absolute;
  top: -12px !important;
  left: 13px  !important;
  transition: all 0.5s;
}
.slick-prev:before {
  content: "\f104" !important;
}
.slick-next:before {
  content: "\f105" !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
.formular label {
  display: block;
  margin-bottom: 4px;
}
.formular textarea {
  border: 1px solid var(--farbefirma);
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  resize: none;
}
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="search"],
.formular input[type="number"],
.formular input[type="password"],
.formular input[type="submit"],
.formular input[type="date"] {
  border: 1px solid var(--farbefirma);
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  color: var(--farbefirma);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px !important;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 0, 0, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 0, 0, 0.5);
}
:-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.5);
}
.container .container {
  width: 100% !important;
}
.container .container .row {
  margin-left: calc(-2 * var(--bs-gutter-x));
  margin-right: calc(-2 * var(--bs-gutter-x));
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:root {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media (min-width: 576px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) {
  html,
  body {
    height: auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
select option,
ul li,
ol li,
a,
br,
label,
button,
.wpcf7-response-output {
  font-family: "Questrial", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--schriftbasis);
  color: var(--farbebasis);
  line-height: 140%;
  letter-spacing: 0.05em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Questrial", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  transition: all 0.5s;
  text-decoration: none;
  color: var(--farbelinks);
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
input,
select,
button,
submit,
optgroup,
textarea {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
label {
  display: inline-block;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
ul,
ol {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 700;
  font-size: inherit;
  letter-spacing: 0.05em;
}
em,
i,
italic {
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
}
hr {
  width: 100%;
  border-top: 1px solid var(--farbefirma);
  margin-bottom: 40px;
  margin-top: 40px;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
/*
  $('#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4').click(function () {
  $(this).toggleClass('open');
  });
*/
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: var(--farbenavicon);
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 36px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: var(--farbenavicon);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 14px;
}
#nav-icon3 span:nth-child(4) {
  top: 28px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.borderradius {
  border-radius: calc(var(--border-radius) / 2);
}
.textstil p,
.textstil ol,
.textstil ul {
  margin-bottom: 12px;
  letter-spacing: 0.005em;
}
.textstil .entry-content h1 {
  font-size: calc(4rem * var(--h1));
  margin-bottom: 20px;
  letter-spacing: 0.005em;
  color: var(--farbelinks);
}
.textstil h2 {
  font-size: calc(4rem * var(--h1));
  color: var(--farbelinks);
  margin-bottom: 10px;
  letter-spacing: 0.005em;
}
.textstil h3 {
  font-size: calc(3rem * var(--h1));
  font-weight: bold;
  color: var(--farbefirma);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.textstil h6 a {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--farbelinks);
  font-weight: 700;
  color: white !important;
  padding: 15px 40px 13px 24px;
  display: inline-block;
  border-radius: calc(var(--border-radius) / 2);
  transition: all 0.5s;
  position: relative;
}
.textstil h6 a:after {
  content: " ";
  background-image: url("../bilder/icon-pfeil.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  right: -3px;
  top: calc(50% - 10px);
  transition: all 0.5s;
}
.textstil h6 a:hover {
  transition: all 0.5s;
  background: var(--farbefirma);
}
.textstil h6 a:hover:after {
  right: -6px;
  transition: all 0.5s;
}
.textstil ul li,
.textstil ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.textstil ul li {
  list-style-type: square;
}
.textstil ol li {
  list-style-type: decimal-leading-zero;
}
.header {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
.kopf_con {
  padding: 15px 0 15px;
}
.kopf_con .spalte_b {
  text-align: right;
}
.kopf_con .logo a {
  vertical-align: middle;
  width: 120px;
  display: inline-block;
}
.kopf_con p {
  margin-left: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1.6rem;
  color: var(--farbelinks);
  display: none;
}
.kopf_con p.unterzeile--xs {
  margin-left: 0;
  margin-top: 5px;
  font-size: 1.4rem;
}
.kopf_con .nav-icon {
  margin-top: 3px;
  z-index: 666;
}
@media (min-width: 768px) {
  .kopf_con .kopf_con {
    padding: 10px 0 10px;
  }
  .kopf_con .logo a {
    width: 160px;
  }
  .kopf_con .logo p {
    display: inline-block;
  }
  .kopf_con .nav-icon {
    margin-top: 10px;
  }
}
.kopf_animation_con {
  margin-top: 100px;
  margin-bottom: calc(80px * var(--abstand));
}
@media (min-width: 768px) {
  .kopf_animation_con {
    margin-top: 95px;
  }
}
.kopf_animation {
  border-radius: var(--border-radius);
  width: 100%;
  height: calc(100vh - 120px);
  background: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.kopf_animation .cta {
  position: absolute;
  bottom: 25%;
  text-align: center;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.claim_stil {
  height: 100vh;
}
.claim_stil p {
  font-size: calc(200rem * var(--h1));
  color: white;
  letter-spacing: 0;
  font-weight: 700;
}
.kopf_page {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 100px;
  margin-bottom: calc(80px * var(--abstand));
  position: relative;
}
.kopf_page h1 {
  font-size: calc(4rem * var(--h1));
  margin-bottom: 20px;
  letter-spacing: 0.005em;
  position: absolute;
  color: white;
  left: auto;
  top: calc(50% - 20px);
  text-align: center;
  padding: 0 15px 0 15px;
  width: 100%;
}
.kopf_page img {
  height: 150px;
}
@media (min-width: 576px) {
  .kopf_page {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
  }
  .kopf_page img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .kopf_page h1 {
    font-size: calc(6rem * var(--h1));
    top: calc(50% - 30px);
  }
}
.m-scroll {
  display: flex;
  position: relative;
  /*width: 800px;
  height: 600px;*/
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.m-scroll > div {
  display: flex;
  animation: scrollText 33s infinite linear;
}
@media (max-width: 767px) {
  .m-scroll > div {
    animation: scrollText 44s infinite linear;
  }
}
.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
main p,
footer p,
main ol,
footer ol,
main ul,
footer ul {
  margin-bottom: 12px;
  letter-spacing: 0.005em;
}
main .entry-content h1,
footer .entry-content h1 {
  font-size: calc(4rem * var(--h1));
  margin-bottom: 20px;
  letter-spacing: 0.005em;
  color: var(--farbelinks);
}
main h2,
footer h2 {
  font-size: calc(4rem * var(--h1));
  color: var(--farbelinks);
  margin-bottom: 10px;
  letter-spacing: 0.005em;
}
main h3,
footer h3 {
  font-size: calc(3rem * var(--h1));
  font-weight: bold;
  color: var(--farbefirma);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
main h6 a,
footer h6 a {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--farbelinks);
  font-weight: 700;
  color: white !important;
  padding: 15px 40px 13px 24px;
  display: inline-block;
  border-radius: calc(var(--border-radius) / 2);
  transition: all 0.5s;
  position: relative;
}
main h6 a:after,
footer h6 a:after {
  content: " ";
  background-image: url("../bilder/icon-pfeil.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  right: -3px;
  top: calc(50% - 10px);
  transition: all 0.5s;
}
main h6 a:hover,
footer h6 a:hover {
  transition: all 0.5s;
  background: var(--farbefirma);
}
main h6 a:hover:after,
footer h6 a:hover:after {
  right: -6px;
  transition: all 0.5s;
}
main ul li,
footer ul li,
main ol li,
footer ol li {
  list-style-position: outside;
  margin-left: 20px;
}
main ul li,
footer ul li {
  list-style-type: square;
}
main ol li,
footer ol li {
  list-style-type: decimal-leading-zero;
}
main .icon_link .icons---abstand {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
}
main .icon_link .icons---einzug {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href$=".pdf"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href$=".pdf"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f1c1";
}
main .icon_link a[href$=".doc"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href$=".doc"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f1c2";
}
main .icon_link a[href$=".docx"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href$=".docx"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f1c2";
}
main .icon_link a[href$=".xls"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href$=".xls"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f1c3";
}
main .icon_link a[href^="http://"],
main .icon_link a[href^="https://"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href^="http://"]:before,
main .icon_link a[href^="https://"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f14c";
  content: "\f0ac";
}
main .icon_link a[href^="mailto"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href^="mailto"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f0e0";
}
main .icon_link a[href^="tel"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href^="tel"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f095";
}
main .icon_link a[href^="fax"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href^="fax"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f1ac";
}
main .icon_link a[href*="instagram.com"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href*="instagram.com"]:before {
  font-family: 'Font Awesome 5 Brands' !important;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f16d";
}
main .icon_link a[href*="facebook.com"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href*="facebook.com"]:before {
  font-family: 'Font Awesome 5 Brands' !important;
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f09a";
}
main .icon_link a[href*="maps"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href*="maps"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f124";
}
main .icon_link a[href*="karte"] {
  margin-left: 0 !important;
  position: relative;
  display: inline;
  padding-left: 5px !important;
}
main .icon_link a[href*="karte"]:before {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.5rem;
  color: white;
  opacity: 0.8;
  top: -1px;
  left: -5px;
  transition: all 0.5s;
  content: "\f279";
}
.borderradius img {
  border-radius: var(--border-radius);
}
.footer_con {
  margin-top: calc(80px * var(--abstand));
  padding: 50px;
  text-align: center;
  background: var(--farbefirma);
}
.footer_con .logo {
  margin-bottom: 20px;
}
.footer_con img {
  width: 120px;
  margin: 0 auto;
}
.footer_con p {
  font-size: 1.5rem;
  color: white;
}
.footer_con p a {
  color: inherit;
}
.footer_con hr {
  margin: 20px 0 20px 0;
  opacity: 0.5;
}
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -300px;
  background-color: var(--farbefirma);
  overflow-x: hidden;
  transition: all 0.5s;
  padding-top: 60px;
}
.sidenav.open {
  right: 0;
}
.sidenav .rahmen {
  padding: 50px 0 40px 40px;
}
.sidenav .logo {
  width: 50%;
  margin: 0 auto 50px auto;
}
.sidenav ul li {
  font-size: 1.8rem;
  line-height: 110%;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
  padding-top: 5px;
}
.sidenav ul li a {
  color: white;
  padding: 4px 0 4px 0;
  display: block;
  line-height: 110%;
}
.sidenav ul li ul {
  margin-left: 15px;
}
.sidenav ul li ul li {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.sidenav ul li ul li:last-child {
  border-bottom: 0;
}
.sidenav ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .sidenav {
    right: -400px;
    width: 400px;
  }
  .sidenav ul li {
    font-size: 2.8rem;
  }
  .sidenav ul li ul {
    margin-left: 20px;
  }
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  /*background: #D91656 !important;*/
}
.leaflet-popup-content {
  margin: 25px 25px 15px 25px;
  max-width: 270px;
}
.leaflet-popup-content .bild {
  border-radius: 8px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  /*border: 6px solid #D91656;*/
}
.leaflet-popup-content .rahmen {
  padding: 0 25px 5px 25px;
}
.leaflet-popup-content p,
.leaflet-popup-content h3 {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
}
.leaflet-popup-content h3 {
  font-size: 1.8rem !important;
}
.leaflet-popup-content p.adresse,
.leaflet-popup-content p.oeffnungszeiten {
  font-size: 1.4rem !important;
}
.leaflet-popup-content p:empty {
  display: none;
}
.leaflet-popup-content p.oeffnungszeiten {
  border-top: 2px dotted white;
  margin-top: 7px !important;
  padding-top: 10px !important;
}
.leaflet-popup-content .hintergrund {
  margin-top: -37px;
  background: var(--farbelinks) !important;
  z-index: auto;
  position: relative;
  padding: 15px;
  border-radius: 8px;
}
.leaflet-popup-content .icon {
  position: absolute;
  top: -15px;
  right: -15px;
}
.leaflet-popup-content .icon a {
  font-size: 2.2rem;
  color: var(--farbelinks) !important;
  display: inline-block;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
.leaflet-popup-content .icon a:hover {
  color: var(--farbefirma) !important;
}
.leaflet-popup-content h6.weiterlesen {
  margin-top: 15px;
}
.leaflet-popup-content.liste {
  vertical-align: top;
  margin: 0;
  text-align: center;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.leaflet-popup-content.liste .titel {
  text-align: left;
}
.leaflet-popup-content.liste .abstand {
  padding: 0px 25px 50px 25px;
}
.leaflet-popup-content.liste h3 {
  font-weight: bold;
}
.leaflet-popup-content.liste h6 a {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .leaflet-popup-content.liste {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .leaflet-popup-content.liste {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .leaflet-popup-content.liste {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .leaflet-popup-content.liste {
    width: 25%;
  }
}
.leaflet-popup-content-wrapper {
  border-radius: 8px !important;
  padding: 1px 0 1px 0 !important;
}
.leaflet-container a.leaflet-popup-close-button {
  font-size: 3.8rem !important;
  background: var(--farbelinks) !important;
  color: white !important;
  border-radius: 100px;
  display: block;
  width: 40px !important;
  height: 40px !important;
  top: 10px !important;
  right: 10px !important;
  padding: 10px 0px 0 0 !important;
}
.leaflet-container a.leaflet-popup-close-button span {
  line-height: 1;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: inherit;
  position: relative;
  top: -7px;
  transition: all 0.5s;
}
.leaflet-container a.leaflet-popup-close-button:hover span {
  color: var(--farbefirma) !important;
  transition: all 0.5s;
}
.standort_box--logo {
  text-align: center;
}
.standort_box--logo img {
  width: 50%;
  margin: 0 auto;
}
.standort_box--hintergrund .textwidget {
  border-radius: calc(var(--border-radius) / 2);
  background: var(--farbelinks);
  padding: 15px;
}
.standort_box--hintergrund .textwidget img {
  border-radius: var(--border-radius);
}
.standort_box--hintergrund .textwidget h5 {
  color: white;
  font-size: 3rem;
  border-bottom: 2px dotted white;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.standort_box--hintergrund .textwidget p,
.standort_box--hintergrund .textwidget a {
  color: white;
}
.standort_box--hintergrund .textwidget ul {
  margin-top: 30px;
}
.standort_box--hintergrund .textwidget ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.standort_box--hintergrund .textwidget ul li:last-child {
  margin: 0 0 0 0;
}
.standort_box--hintergrund .textwidget ul li a {
  color: red;
}
.standort_box--hintergrund .textwidget ul li a:hover:before {
  color: var(--farbebasis) !important;
}
.standort_box--icon a {
  font-size: 0;
}
.standort_box--icon a:before {
  opacity: 1 !important;
  font-size: 3rem !important;
}
.galerie {
  text-align: center;
  padding: 0 10px 0 10px;
}
.galerie .sow-image-container {
  padding: 0 10px 20px 10px;
  display: inline-block;
  width: 100%;
}
.galerie .widget_sow-image {
  margin-bottom: 0 !important;
}
.galerie .widget_sow-image img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  border-radius: calc(var(--border-radius) / 2);
}
.galerie .widget_sow-image img img {
  border-radius: var(--border-radius);
}
@media (min-width: 992px) {
  .galerie .widget_sow-image {
    width: 50%;
    height: 550px;
    display: inline-block;
  }
  .galerie .widget_sow-image img {
    height: 550px !important;
  }
}
@media (min-width: 1200px) {
  .galerie .widget_sow-image {
    width: 33%;
    height: 650px;
    display: inline-block;
  }
  .galerie .widget_sow-image img {
    height: 650px !important;
  }
}
@media (min-width: 1400px) {
  .galerie .widget_sow-image {
    width: 25%;
    height: 650px;
    display: inline-block;
  }
  .galerie .widget_sow-image img {
    height: 650px !important;
  }
}
.galerie_ueberschrift h5 {
  font-size: 3.2rem;
  margin-top: 50px;
}
.projekt_ansicht .entry-content .panel-layout .panel-grid:not(:first-child) {
  display: none;
}
.logo_leiste {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
}
.logo_leiste img {
  display: inline-block;
  margin: 0 20px 0px 20px;
}
.logo_leiste img:first-child {
  max-width: 140px;
}
.logo_leiste img:last-child {
  max-width: 300px;
}
.abstand_element {
  height: calc(20px * var(--abstand));
  width: 100%;
  display: block;
}
.fuss_fixed_con {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: var(--farbefirma);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: table;
  width: 100%;
  height: 40px;
  table-layout: fixed;
  text-align: center;
  padding-top: 6px;
}
.fuss_fixed_con ul li {
  display: inline-block;
  width: 33%;
}
.fuss_fixed_con ul li a {
  display: inline-block;
  color: white;
}
.fuss_fixed_con ul li a:hover {
  color: white;
}
.fuss_fixed_con ul li a:hover i {
  color: inherit;
}
.fuss_fixed_con ul li a i {
  color: white;
  font-size: 2.4rem;
}
/*# sourceMappingURL=stile.css.map */