@import url('../font-awesome/css/all.min.css');
@import url('../font-barlow/stile.css');


:root {
    --farbefirma: #00adeb;
    --farbebasis: #000000;
    --farbelinks: #00adeb;
    --farbebutton: #00adeb;
	--farbehintergrund: #ffffff;
}



html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.schrift {
  font-family: 'Barlow', sans-serif;
}
.schriftthin {
  font-weight: 100;
}
.schriftthinitalic {
  font-weight: 100;
  font-style: italic;
}
.schriftextralight {
  font-weight: 200;
}
.schriftextralightitalic {
  font-weight: 200;
  font-style: italic;
}
.schriftlight {
  font-weight: 300;
}
.schriftlightitalic {
  font-weight: 300;
  font-style: italic;
}
.schriftnormal {
  font-weight: 400;
}
.schriftnormalkursiv {
  font-weight: 400;
  font-style: italic;
}
.schriftbold {
  font-weight: 500;
}
.schriftbolditalic {
  font-weight: 500;
  font-style: italic;
}
.schriftsemibold {
  font-weight: 600;
}
.schriftsemibolditalic {
  font-weight: 600;
  font-style: italic;
}
.schriftextrabold {
  font-weight: 800;
}
.schriftextrabolditalic {
  font-weight: 800;
  font-style: italic;
}
.schriftblack {
  font-weight: 900;
}
.schriftblackitalic {
  font-weight: 900;
  font-style: italic;
}
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;
}
.silbentrennung--nein {
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.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: 0px;
  padding: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  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;
}
.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%;
}
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;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
.mm-menu {
  --mm-color-background: grey;
  --mm-color-text: var(--farbebasis);
}
.mm-listitem {
  font-size: 16px;
  font-size: 1.6rem;
}
.mm-counter {
  font-size: 14px;
  font-size: 1.4rem;
}
.mm-navbar__title {
  color: var(--farbebasis);
}
.mm-navbar {
  --mm-color-background: var(--farbebasis);
  --mm-color-text-dimmed: var(--farbefirma);
  --mm-color-button: var(--farbefirma);
}
.mm-panel {
  --mm-color-background: var(--farbebasis);
  --mm-color-text: var(--farbefirma);
  --mm-color-button: var(--farbefirma);
}
.mm-navbar__title {
  font-size: 30px !important;
  font-size: 3rem !important;
  color: var(--farbebasis);
}
.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(213, 65, 106, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(213, 65, 106, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(213, 65, 106, 0.5);
}
:-ms-input-placeholder {
  color: rgba(213, 65, 106, 0.5);
}
@media (max-width: 479px) {
  .hidden-iphone {
    display: none;
  }
  .breite-iphone {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-xs-12 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 {
    padding-bottom: 20px;
  }
}
.container .container {
  width: 100% !important;
}
.container .container .row {
  margin-left: -30px;
  margin-right: -30px;
}
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;
}
:root {
  font-size: 62.5%;
}
:root body {
  font-size: 16px;
  font-size: 1.6rem;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media (max-width: 767px) {
  html,
  body {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
  }
}
p,
input,
textarea,
select,
select option,
ul li,
ol li,
a,
br,
label,
button,
.wpcf7-response-output {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--farbebasis);
  line-height: 140%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
  line-height: 120%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--farbebasis);
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  transition: all 0.5s;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.textstil a,
.textstil a:link,
.textstil a:visited,
.textstil a:focus,
.textstil a:hover,
.textstil a:active {
  color: #00adeb;
}
input,
textarea,
select,
button,
submit {
  border: 0px;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}
ul,
ol {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 500;
  font-size: inherit;
  color: inherit;
}
em,
i,
italic {
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
  color: inherit;
}
hr {
  width: 100%;
  border-top: 1px solid var(--farbefirma);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.streched_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navmobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  #navmobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .navmobile_menue {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navmobile_menue {
    display: block;
  }
}
.navmobile_button a {
  top: 15px;
  right: 15px;
  position: fixed;
  z-index: 66666666;
  font-family: 'Barlow', sans-serif;
  color: #181512;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  padding: 4px 8px 8px 8px;
  text-align: center;
  display: block;
  background: var(--farbefirma);
  color: white;
}
.navmobile_button a i {
  color: #181512;
  position: relative;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  color: white;
}
.navmobile_button a:hover {
  color: var(--farbefirma);
  color: white;
  background: black;
}
.navmobile_button a:hover i {
  color: inherit;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li {
  background: #181512 !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 0px !important;
  margin: 0 5px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: var(--farbefirma) !important;
  width: 25px !important;
}
.slick-prev,
.slick-next {
  width: 55px !important;
  height: 75px !important;
  background: #181512;
  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: 80px !important;
  font-size: 8rem !important;
  line-height: 1;
  opacity: 0.5 !important;
  color: var(--farbebasis);
  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;
}
@media (max-width: 767px) {
  .bodypadding .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body {
  background: var(--farbehintergrund);
}
#scrollUp {
  background-color: var(--farbefirma) !important;
  color: white !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navmobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  #navmobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .navmobile_menue {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navmobile_menue {
    display: block;
  }
}
.navmobile_button a {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 66666666;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 4px 8px 8px 8px;
  text-align: center;
  display: block;
  border: 0 !important;
  background: var(--farbefirma);
  color: white;
}
.navmobile_button a i {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  top: 2px;
  font-weight: 400;
  color: white;
}
.navmobile_button a:hover {
  color: white;
  border: 0;
  background: black;
}
.navmobile_button a:hover i {
  color: inherit;
  border: 0;
}
.font ul li,
.textstil ul li,
.font ol li,
.textstil ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.font ul li,
.textstil ul li {
  list-style-type: square;
}
.font ol li,
.textstil ol li {
  list-style-type: decimal;
}
.font h1,
.textstil h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.font h2,
.textstil h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: white;
  margin-bottom: 6px;
}
.font h3,
.textstil h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}
.font h4,
.textstil h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
}
.font blockquote,
.textstil blockquote {
  padding: 40px 0 40px 0;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.font blockquote strong,
.textstil blockquote strong {
  color: white;
}
.font blockquote p,
.textstil blockquote p {
  line-height: 180%;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .font h1,
  .textstil h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .font h2,
  .textstil h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .font h3,
  .textstil h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font h4,
  .textstil h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h6 a {
  margin-bottom: 30px !important;
  font-size: 18px;
  font-size: 1.8rem;
  background: #505050;
  font-weight: 500 !important;
  color: white !important;
  padding: 9px 24px 8px 24px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid white;
  transition: all 0.5s;
  letter-spacing: 0.02em;
}
h6 a:hover {
  color: #00adeb !important;
  transition: all 0.5s;
}
.abstand {
  display: block;
  height: 30px;
}
.background_farbefirma {
  background: var(--farbefirma) !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.background_farbefirma h1,
.background_farbefirma h2,
.background_farbefirma h3,
.background_farbefirma h4,
.background_farbefirma p,
.background_farbefirma a {
  color: white;
}
.background_weiss {
  background: white !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.background_weiss h1,
.background_weiss h2,
.background_weiss h3,
.background_weiss h4,
.background_weiss p,
.background_weiss a {
  color: #181512;
}
.background_farbegrau {
  background: #505050 !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.background_farbegrau h1,
.background_farbegrau h2,
.background_farbegrau h3,
.background_farbegrau h4,
.background_farbegrau p,
.background_farbegrau a {
  color: white;
}
.background_farbegrau.vc_hidden {
  opacity: 1 !important;
}
.background_farbelinks {
  background: #00adeb !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.background_bild--rechts {
  background-position: 50vw center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.background_bild--rechts .spalte_a,
.background_bild--rechts .vc_column-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 80px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
  background-position: 0 -100px;
  background-repeat: no-repeat;
}
.header .claim {
  background-color: #181512;
  padding: 7px 0 5px 0;
  height: 28px;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  
}
.header .claim a {
  color: #00adeb;
}
.header .claim p {
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
}
.header .logo-nav {
  padding-top: 55px;
  transition: all 0.5s;
}
.header .logo-nav .spalte_a a {
  transition: all 0.5s;
}
.header .logo-nav .spalte_b {
  text-align: right;
}
.header .logo-nav .spalte_b nav {
  padding-top: 42px;
}
.header .logo-nav .spalte_b nav ul {
  top: 100%;
  left: 0;
  z-index: 1;
}
.header .logo-nav .spalte_b nav ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding-bottom: 10px;
}
.header .logo-nav .spalte_b nav ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  font-size: 2.2rem;
  color: white;
  background: var(--farbefirma);
  padding: 4px 8px 6px 8px;
  line-height: 1;
}

.header .logo-nav .spalte_b nav ul li a:hover {
  background: var(--farbebasis);
}

.header .logo-nav .spalte_b nav ul li.active {
  padding-bottom: 24px;
}
.header .logo-nav .spalte_b nav ul li.active a {
  color: white;
  background: var(--farbebasis);
}
.header .logo-nav .spalte_b nav ul li:hover a {
  color: #00adeb;
  cursor: pointer;
  background: var(--farbebasis);
}
.header .logo-nav .spalte_b nav ul li ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: auto;
  margin-top: 10px;
  background: var(--farbefirma);
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .logo-nav .spalte_b nav ul li ul:after,
.header .logo-nav .spalte_b nav ul li ul:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header .logo-nav .spalte_b nav ul li ul:after {
  border-bottom-color: var(--farbefirma);
  border-width: 10px;
  margin-left: -10px;
}
.header .logo-nav .spalte_b nav ul li ul:before {
  border-bottom-color: var(--farbefirma);
  border-width: 10px;
  margin-left: -10px;
}
.header .logo-nav .spalte_b nav ul li ul li {
  display: block !important;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0;
  text-align: left;
}
.header .logo-nav .spalte_b nav ul li ul li:hover a {
  color: white !important;
}
.header .logo-nav .spalte_b nav ul li ul li:hover a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  color: var(--farbebasis) !important;
}
.header .logo-nav .spalte_b nav ul li ul li a {
  color: white !important;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
  background: none !important;
}
.header .logo-nav .spalte_b nav .dropdown li:hover > ul {
  display: block !important;
}
.header .logo-nav .spalte_b nav .dropdownJavaScript li:hover > ul {
  display: none !important;
}
.header .logo-nav .spalte_b nav .dropdownJavaScript li.dropdownOpen > ul {
  display: block !important;
}
@media (max-width: 767px) {
  .header .logo-nav {
    padding-top: 35px;
  }
  .header .logo-nav .col-xs-12 {
    padding-bottom: 0 !important;
  }
  .header .logo-nav .spalte_a a {
    max-width: 220px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .logo-nav .col-sm-12 {
    padding-bottom: 0 !important;
  }
  .header .logo-nav .spalte_a a {
    max-width: 260px;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .logo-nav .spalte_b nav {
    padding-top: 30px;
  }
}
.onscroll .header {
  transition: all 0.5s;
  background-image: linear-gradient(to bottom, rgba(0, 173, 235, 0.85), rgba(0, 173, 235, 0.45));
  background-position: 0 0;
  backdrop-filter: blur(8px);
}
.onscroll .header .logo-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s;
}
.onscroll .header .claim {
  width: 0;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .onscroll .header .logo-nav .spalte_a a {
    max-width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .onscroll .header .logo-nav .spalte_a a {
    max-width: 140px;
  }
}
.kopf .cta {
  padding-top: 8vh;
}
.kopf .cta .spalte_a {
  text-align: center;
}
.kopf .cta p {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 20px;
  color: var(--farbebasis);
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (max-width: 767px) {
  .kopf {
    height: auto;
  }
  .kopf .cta {
    padding-top: 130px;
    padding-bottom: 0px;
  }
  .kopf .cta p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kopf {
    height: 100vh;
  }
  .kopf .cta {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  .kopf .cta p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.kopf_bild {
  padding-top: 80px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-bottom: 60px;
}
.kopf_bild h1 {
  color: white;
}
.kopf_bild .spalte_a {
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
}
.inhalt_con a,
.inhalt_con a:link,
.inhalt_con a:visited,
.inhalt_con a:focus,
.inhalt_con a:hover,
.inhalt_con a:active {
  color: var(--farbefirma);
}
.inhalt_con ul li,
.inhalt_con ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.inhalt_con ul li {
  list-style-type: square;
}
.inhalt_con ol li {
  list-style-type: decimal;
}
.inhalt_con h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.inhalt_con h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--farbebasis);
  margin-bottom: 6px;
}
.inhalt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--farbebasis);
  margin-bottom: 3px;
}
.inhalt_con h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--farbebasis);
}
.inhalt_con blockquote {
  padding: 40px 0 40px 0;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.inhalt_con blockquote strong {
  color: white;
}
.inhalt_con blockquote p {
  line-height: 180%;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 1px solid white;
}

.inhalt_con p {
margin-bottom: 12px;
}

@media (max-width: 767px) {
  .inhalt_con h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .inhalt_con h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .inhalt_con h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .inhalt_con h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.single-post .inhalt_con img {
  margin: 45px 0 45px 0;
}
body.single-post .inhalt_con .wpb_wrapper > h2:first-child {
  margin-top: 20px;
}
body.single-post .inhalt_con p + h2,
body.single-post .inhalt_con p + h3 {
  margin-top: 30px;
}
.slider_zitat .slick-list {
  padding-bottom: 50px;
  position: relative;
}
.slider_zitat .slick-list:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  font-size: 400px;
  font-size: 40rem;
  font-weight: 300;
  position: absolute;
  opacity: 0.2;
  color: #00adeb;
  text-align: center;
  display: block;
  width: 100%;
  top: -40%;
}
.slider_zitat p,
.slider_zitat h5,
.slider_zitat h6 {
  text-align: center;
}
.slider_zitat .zitat,
.slider_zitat .wpb_wrapper > p {
  font-weight: 400;
  font-style: italic;
  line-height: 120%;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.slider_zitat .name,
.slider_zitat h5 {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.slider_zitat .position,
.slider_zitat h5 + p {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
}
.slider_zitat .ort,
.slider_zitat h6 {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.slider_zitat .slick-dots {
  bottom: 0px !important;
}
.block_news .bild {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.5s;
}
.block_news .bild img {
  background: transparent;
  transition: all 0.5s;
}
.block_news .news {
  position: relative;
  border: 1px solid white;
}
.block_news.news--liste .text {
  padding: 20px;
}
.block_news.news--liste .news {
  margin-bottom: 50px;
}
.block_news.news--liste .news:hover .bild {
  height: 0px;
  transition: all 0.5s;
}
.block_news.news--liste .news:hover .bild img {
  transition: all 0.5s;
}
.block_news.news--liste .bild {
  height: 240px;
}
.block_news.news--liste p.datum {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
}
.block_news.news--liste p.link {
  margin-top: 10px;
}
.block_news.news--liste p.link a {
  color: white;
}
.block_news.news--liste p.link a: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);
}
.block_news.news--liste h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 10px;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .block_news.news--liste .bild {
    height: auto;
  }
  .block_news.news--liste .news:hover .bild {
    height: auto;
  }
  .block_news.news--liste .news:hover .bild img {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block_news.news--liste .bild {
    height: auto;
  }
  .block_news.news--liste .news {
    max-width: 480px;
    margin: 0 auto;
  }
  .block_news.news--liste .news:hover .bild {
    height: auto;
  }
  .block_news.news--liste .news:hover .bild img {
    background: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block_news.news--liste .bild {
    height: 220px;
  }
}
.block_kontakt {
  padding-top: 60px;
  padding-bottom: 60px;
}
.block_kontakt h6 a {
  margin-bottom: 0 !important;
}
.block_kontakt .wpb_wrapper {
  text-align: center;
}
.block_kontakt h3,
.block_kontakt h4,
.block_kontakt p,
.block_kontakt p a {
  text-align: center;
  color: white !important;
}
.block_kontakt .spalte_a,
.block_kontakt .spalte_b,
.block_kontakt .spalte_c {
  text-align: center;
}
.block_kontakt h4 {
  border-bottom: 1px solid #00adeb;
  padding-bottom: 10px;
  display: inline-block !important;
  margin-bottom: 20px;
  color: #00adeb;
}
.block_projekt .vc_column-inner > .wpb_wrapper {
  background: rgba(213, 65, 106, 0.6);
  position: relative;
  transition: all 0.5s;
}
.block_projekt .vc_column-inner > .wpb_wrapper:hover {
  background: var(--farbefirma);
}
.block_projekt .vc_column-inner > .wpb_wrapper:hover img {
  transition: all 0.5s;
}
.block_projekt .vc_column-inner > .wpb_wrapper:hover h5,
.block_projekt .vc_column-inner > .wpb_wrapper:hover p {
  transform: scale(1.1);
  transition: all 0.5s;
}
.block_projekt img,
.block_projekt .wpb_single_image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.5s;
}
.block_projekt .rahmen,
.block_projekt .wpb_text_column {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 100%;
  text-align: center;
  width: 100%;
  padding: 0 40px 0 40px;
}
.block_projekt h5 {
  display: inline-block;
  background: var(--farbefirma);
  color: white;
  padding: 8px 8px 0px 8px;
  font-size: 24px;
  font-size: 2.4rem;
  opacity: 1;
  transition: all 0.5s;
}
.block_projekt h5 a {
  color: white !important;
  font-weight: 500;
}
.block_projekt h5 a: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);
}
.block_projekt p {
  padding-top: 20px;
  opacity: 1;
  transition: all 0.5s;
  color: white !important;
  display: none;
}
@media (max-width: 767px) {
  .block_projekt h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block_projekt h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.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);
}
.fuss {
  background: var(--farbefirma);
  padding-top: 60px;
  border-top: 90px solid var(--farbehintergrund);
  z-index: 1;
  position: relative;
}
.fuss h5,
.fuss ul,
.fuss a,
.fuss p {
  color: white;
}
.fuss h5 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 20px;
  color: white;
}
.fuss ul,
.fuss a,
.fuss p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.fuss a:hover {
  /*color: #00adeb;*/
  color: var(--farbebasis);
}
.fuss p.socialmedia a {
  font-size: 52px;
  font-size: 5.2rem;
  margin-right: 20px;
}
.fuss p.socialmedia a:last-child {
  margin-right: 0;
}
.fuss .aok {
  background: var(--farbefirma);
  padding-top: 60px;
  padding-bottom: 60px;
}
.fuss .aok .spalte_b {
  text-align: right;
}
.fuss .aok .spalte_b img {
  display: inline-block;
  width: 200px;
}
.fuss .copyright {
  /*background: black;*/
  padding: 8px 0 8px 0;
}
.fuss .copyright p {
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
}
.vc_row-fluid {
  background: var(--farbehintergrund);
}
.vc_row-fluid .vc_row-fluid {
  background: transparent;
}
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #background-video {
    position: relative !important;
    height: auto;
    width: auto;
  }
}
.block_termine .wpb_wrapper .wpb_wrapper {
  padding: 20px;
  background: #181512;
  margin-bottom: 30px;
}
.block_termine h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
.block_termine h6 {
  display: inline;
  margin-right: 20px;
  padding: 0 !important;
}
.block_termine h6 a {
  margin-bottom: 0 !important;
}
.block_teaser .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
  border: 1px solid white;
  transition: all 0.5s;
}
.block_teaser h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--farbebasis);
  margin-bottom: 3px;
  display: block;
  padding: 30px 30px 0 30px;
  height: 120px;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
.block_teaser p {
  padding: 30px;
}
.block_teaser p + p {
  padding-top: 0;
}
.block_teaser p a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.block_teaser .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover {
  border: 1px solid white;
  background: white;
  transition: all 0.5s;
}
.block_teaser .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover h3,
.block_teaser .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover p,
.block_teaser .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover a {
  color: #505050;
}
.vc_btn3-left a,
.vc_btn3-inline a {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  background: #00adeb !important;
  border: 1px solid #00adeb !important;
  border-radius: 0 !important;
}
.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: 24px;
  font-size: 2.4rem;
}
.entry-footer a,
.post-navigation a,
.posts-navigation a {
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-footer a ul li,
.post-navigation a ul li,
.posts-navigation a ul li,
.entry-footer a ol li,
.post-navigation a ol li,
.posts-navigation a ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.entry-footer a ul li,
.post-navigation a ul li,
.posts-navigation a ul li {
  list-style-type: square;
}
.entry-footer a ol li,
.post-navigation a ol li,
.posts-navigation a ol li {
  list-style-type: decimal;
}
.entry-footer a h1,
.post-navigation a h1,
.posts-navigation a h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.entry-footer a h2,
.post-navigation a h2,
.posts-navigation a h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: white;
  margin-bottom: 6px;
}
.entry-footer a h3,
.post-navigation a h3,
.posts-navigation a h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}
.entry-footer a h4,
.post-navigation a h4,
.posts-navigation a h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
}
.entry-footer a blockquote,
.post-navigation a blockquote,
.posts-navigation a blockquote {
  padding: 40px 0 40px 0;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.entry-footer a blockquote strong,
.post-navigation a blockquote strong,
.posts-navigation a blockquote strong {
  color: white;
}
.entry-footer a blockquote p,
.post-navigation a blockquote p,
.posts-navigation a blockquote p {
  line-height: 180%;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .entry-footer a h1,
  .post-navigation a h1,
  .posts-navigation a h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .entry-footer a h2,
  .post-navigation a h2,
  .posts-navigation a h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .entry-footer a h3,
  .post-navigation a h3,
  .posts-navigation a h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-footer a h4,
  .post-navigation a h4,
  .posts-navigation a h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-footer a:hover,
.post-navigation a:hover,
.posts-navigation a:hover {
  color: var(--farbefirma);
}
.entry-footer .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.entry-footer .nav-previous a,
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  padding-left: 24px;
  position: relative;
}
.entry-footer .nav-previous a:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  top: 1px;
  left: 2px;
  content: "\f053";
}
.entry-footer .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.entry-footer .nav-next a,
.post-navigation .nav-next a,
.posts-navigation .nav-next a {
  padding-right: 24px;
  position: relative;
}
.entry-footer .nav-next a:before,
.post-navigation .nav-next a:before,
.posts-navigation .nav-next a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  top: 1;
  right: 2px;
  content: "\f054";
}
@media (max-width: 767px) {
  .entry-footer .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .entry-footer .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .entry-footer .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .entry-footer .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
.post-navigation,
.posts-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.post-navigation:after,
.posts-navigation:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.widget {
  margin: 0 !important;
}
.wpcf7-form label {
  color: var(--farbefirma);
  font-size: 17px;
  font-size: 1.7rem;
}
.wpcf7-form p {
  margin-top: 20px;
}
.wpcf7-form div.wpcf7-response-output,
.wpcf7-form .wpcf7-list-item-label {
   color: var(--farbefirma);
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form select,
.wpcf7-form select option,
.wpcf7-form textarea {
  color: #181512;
  border: 1px solid var(--farbefirma);
  border-radius: 0;
  padding: 5px;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  background: white;
  width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form input[type="submit"] {
  background: var(--farbefirma);
  color: white;
  border: 1px solid white;
  padding: 6px 18px 6px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 2px;
}
.wpcf7-form input[type="submit"]:hover {
  background: #181512;
  color: white;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #00adeb;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.1em;
}
.vc_row.background {
  background: #f7f5fa;
  padding-top: 55px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.entry-footer a,
.posts-navigation a {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-footer a ul li,
.posts-navigation a ul li,
.entry-footer a ol li,
.posts-navigation a ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.entry-footer a ul li,
.posts-navigation a ul li {
  list-style-type: square;
}
.entry-footer a ol li,
.posts-navigation a ol li {
  list-style-type: decimal;
}
.entry-footer a h1,
.posts-navigation a h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.entry-footer a h2,
.posts-navigation a h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: white;
  margin-bottom: 6px;
}
.entry-footer a h3,
.posts-navigation a h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}
.entry-footer a h4,
.posts-navigation a h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: white;
}
.entry-footer a blockquote,
.posts-navigation a blockquote {
  padding: 40px 0 40px 0;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.entry-footer a blockquote strong,
.posts-navigation a blockquote strong {
  color: var(--farbebasis);
}
.entry-footer a blockquote p,
.posts-navigation a blockquote p {
  line-height: 180%;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  width: 80%;
  text-align: left;
  border: 1px solid var(--farbebasis);
}
@media (max-width: 767px) {
  .entry-footer a h1,
  .posts-navigation a h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .entry-footer a h2,
  .posts-navigation a h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .entry-footer a h3,
  .posts-navigation a h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-footer a h4,
  .posts-navigation a h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry-footer a:hover,
.posts-navigation a:hover {
  color: var(--farbefirma);
}
.entry-footer .nav-previous a,
.posts-navigation .nav-previous a {
  padding-left: 24px;
  position: relative;
}
.entry-footer .nav-previous a:before,
.posts-navigation .nav-previous a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 1px;
  left: 2px;
  content: "\f137";
}
.entry-footer .nav-next a,
.posts-navigation .nav-next a {
  padding-right: 24px;
  position: relative;
}
.entry-footer .nav-next a:before,
.posts-navigation .nav-next a:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  top: 1px;
  right: 2px;
  content: "\f138";
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: var(--farbefirma) !important;
  background-color: var(--farbefirma) !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: var(--farbebasis); !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i {
  color: var(--farbebasis); !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i:before {
  color: var(--farbebasis); !important;
  border-color: var(--farbebasis); !important;
}
.vc_tta-var(--farbebasis);-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i:after {
  color: white !important;
  border-color: var(--farbebasis); !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: rgba(213, 65, 106, 0.1) !important;
  background-color: rgba(213, 65, 106, 0.1) !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #181512 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i {
  color: #181512 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i:before {
  color: #181512 !important;
  border-color: #181512 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i:after {
  color: #181512 !important;
  border-color: #181512 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: transparent !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
}
.vc_separator {
  margin-top: 25px;
  margin-bottom: 35px;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  border-top: 6px dashed rgba(255, 255, 255, 0.5) !important;
  transform: skew(315deg, 360deg);
}
.wpb_single_image .vc_box_border.vc_box_border_grey {
  background-color: var(--farbebasis);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_border {
  padding: 6px;
}
.vc_empty_space {
  height: 30px !important;
}
@media (max-width: 767px) {
  .vc_row.wpb_row.vc_row-fluid .wpb_column {
    margin-bottom: 35px;
  }
  .vc_row.wpb_row.vc_row-fluid .wpb_column:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=stile.css.map */