@import url('../font-awesome/css/all.min.css');
@import url('../font-roboto/stile.css');
@import url('../font-librebaskerville/stile.css');
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: var(--bootstrappadding);
  padding-right: var(--bootstrappadding);
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    width: 100%;
  }
}
@media (min-width: 1730px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--bootstrappadding);
  padding-right: var(--bootstrappadding);
}
.row {
  margin-left: -var(--bootstrappadding);
  margin-right: -var(--bootstrappadding);
}
.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,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: var(--bootstrappadding);
  padding-right: var(--bootstrappadding);
}
.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%;
  }
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-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 (min-width: 1400px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1400px) {
  .visible-xl-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;
  }
}
@media (min-width: 1400px) {
  .hidden-xl {
    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: 'Roboto', sans-serif;
}
.schriftthin {
  font-weight: 100;
}
.schriftthinkursiv {
  font-weight: 100;
  font-style: italic;
}
.schriftlight {
  font-weight: 300;
}
.schriftlightkursiv {
  font-weight: 300;
  font-style: italic;
}
.schriftnormal {
  font-weight: 400;
}
.schriftnormalkursiv {
  font-weight: 400;
  font-style: italic;
}
.schriftmedium {
  font-weight: 500;
}
.schriftmediumkursiv {
  font-weight: 500;
  font-style: italic;
}
.schriftbold {
  font-weight: 600;
}
.schriftboldkursiv {
  font-weight: 600;
  font-style: italic;
}
.schriftblack {
  font-weight: 900;
}
.schriftblackkursiv {
  font-weight: 900;
  font-style: italic;
}
.schriftserif {
  font-family: 'Libre Baskerville';
}
.schriftserifnormal {
  font-family: 'Libre Baskerville';
  font-weight: 400;
}
.schriftserifnormalkursiv {
  font-family: 'Libre Baskerville';
  font-weight: 400;
  font-style: italic;
}
.schriftserifbold {
  font-family: 'Libre Baskerville';
  font-weight: 700;
}
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: 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;
}
.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 0px #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: 450px;
  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: 0px;
  left: 0px;
  z-index: 100;
}
.parallax_scroll {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.col-xs-padding-0.col-xs-12 {
  padding-bottom: 0 !important;
}
.col-sm-padding-0.col-sm-12 {
  padding-bottom: 0 !important;
}
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>
*/
.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;
}
.popup_con {
  border-radius: 2px;
  width: auto;
  max-width: 500px;
  padding: 50px;
  margin: 0 auto;
}
.popup_con.video {
  max-width: 80%;
}
.mfp-bg {
  background: black !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-left: 0 !important;
  border-right: 0 !important;
}
button.mfp-close {
  position: fixed;
  top: 10px !important;
  right: 10px !important;
}
.mfp-close-btn-in .mfp-close {
  color: white !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 54px;
  font-size: 5.4rem;
  opacity: 1 !important;
}
.mfp-title {
  font-size: 29px !important;
  font-size: 2.9rem !important;
  padding-top: 5px;
}
.mfp-counter {
  padding-top: 5px;
}
@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: white;
}
.mm-listitem {
  font-size: 17px;
  font-size: 1.7rem;
}
.mm-counter {
  font-size: 17px;
  font-size: 1.7rem;
}
.mm-navbar__title {
  color: white;
}
.mm-navbar {
  --mm-color-background: #f3f3f3;
  --mm-color-text-dimmed: #1b1b1b;
  --mm-color-button: #1b1b1b;
}
.mm-panel {
  --mm-color-background: #e8e8e8;
  --mm-color-text: #1b1b1b;
  --mm-color-button: #1b1b1b;
}
.mm-navbar__title {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  text-transform: uppercase;
  color: white;
}
#cookie-bar {
  background: #1b1b1b;
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p {
  color: white !important;
}
#cookie-bar p a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar p a:hover {
  color: black;
}
#cookie-bar span {
  padding-left: 40px;
  display: inline-block;
}
#cookie-bar .cb-enable {
  background: none;
  text-decoration: underline;
}
#cookie-bar .cb-enable:hover {
  color: black;
  text-decoration: none;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
span.divascookies-policy-link a:hover {
  color: #007ab4;
}
.ie8 .container,
.ie7 .container {
  width: 1170px;
  width: 970px;
}
@media (max-width: 479px) {
  .hidden-iphone {
    display: none;
  }
  .breite-iphone {
    width: 100%;
  }
}
.container .container {
  width: 100% !important;
}
.container .container .row .row {
  margin-left: calc(-2 * var(--bootstrappadding));
  margin-right: calc(-2 * var(--bootstrappadding));
}
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: 17px;
  font-size: 1.7rem;
}
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;
  }
}
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: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-size: 1.7rem;
  color: #1b1b1b;
  line-height: 160%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  transition: all 0.5s;
  text-decoration: none;
  color: #007ab4;
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
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: 600;
  font-size: inherit;
}
em,
i,
italic {
  font-weight: 400;
  font-style: italic;
  font-size: inherit;
}
hr {
  width: 100%;
  border-top: 1px solid #007ab4;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(27, 27, 27, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay .overlay-content {
  padding: 60px 0 0 30px;
}
.overlay ul li {
  padding-left: 30px;
  padding-bottom: 10px;
}
.overlay ul li a {
  text-decoration: none;
  font-size: 36px;
  font-size: 3.6rem;
  color: #007ab4;
  transition: 0.3s;
}
.overlay ul li.menu-item-17,
.overlay ul li.menu-item-18 {
  display: none;
}
.overlay a:hover,
.overlay .overlay a:focus {
  color: #007ab4;
}
.overlay .navmobil--schliessen {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 33px;
  font-size: 3.3rem;
  color: white;
}
@media (max-width: 767px) {
  .overlay ul li a {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
:root {
  --bootstrappadding: 60px;
}
@media (max-width: 767px) {
  :root {
    --bootstrappadding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --bootstrappadding: 30px;
  }
}
@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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navmobile_menue {
    display: block;
  }
}
.textstil h2,
.textstil h3 {
  font-weight: 600;
}
.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;
}
.inhalt h2,
.inhalt h3 {
  font-weight: 600;
}
.inhalt ul li,
.inhalt ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.inhalt ul li {
  list-style-type: square;
}
.inhalt ol li {
  list-style-type: decimal;
}
body {
  background: white;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
  height: auto;
}
.onscroll .header,
.popupsuche--aktiv .header {
  transition: all 0.5s;
}
.onscroll .header .logo,
.popupsuche--aktiv .header .logo {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.onscroll .header .navigation,
.popupsuche--aktiv .header .navigation {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
}
.onscroll .header .navigation ul li a,
.popupsuche--aktiv .header .navigation ul li a {
  color: #1b1b1b !important;
}
@media (max-width: 767px) {
  .header {
    height: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header {
    height: 105px;
  }
}
.navigation {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0.5s;
  background: white;
}
.navigation ul {
  top: 100%;
  left: 0;
  z-index: 1;
}
.navigation ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
.navigation ul li.lang-item > a:first-child {
  font-size: 0 !important;
}
.navigation ul li.lang-item > a:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0ac";
  font-size: 20px !important;
  font-size: 2rem !important;
}
@media (min-width: 1727px) {
  .navigation ul li {
    margin-left: 50px;
  }
}
@media (max-width: 1728px) {
  .navigation ul li {
    margin-left: 32px;
  }
}
.navigation ul li:first-child {
  margin-left: 0 !important;
}
.navigation ul li a {
  font-weight: 300 !important;
  font-size: 20px !important;
  font-size: 2rem !important;
  color: #1b1b1b !important;
}
.navigation ul li.active {
  padding-bottom: 24px;
}
.navigation ul li.active a {
  color: #1b1b1b;
}
.navigation ul li:hover > a {
  color: #007ab4 !important;
  cursor: pointer;
}
.navigation ul li ul {
  display: none;
  position: absolute;
  z-index: 1;
  top: auto;
  margin-top: 10px;
  margin-left: -10px;
  background: #1b1b1b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation ul li ul:after,
.navigation ul li ul:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.navigation ul li ul:after {
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.navigation ul li ul:before {
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.navigation ul li ul li {
  display: block !important;
  padding: 2px 10px 2px 10px;
  font-size: 0;
  margin: 0 !important;
}
.navigation ul li ul li:first-child {
  margin: 0 !important;
}
.navigation ul li ul li > a {
  color: #1b1b1b !important;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2rem;
}
.navigation ul li ul li:hover a:hover {
  color: #007ab4 !important;
}
.navigation .dropdown li:hover > ul {
  display: block !important;
}
.navigation .dropdownJavaScript li:hover > ul {
  display: none !important;
}
.navigation .dropdownJavaScript li.dropdownOpen > ul {
  display: block !important;
}
@media (max-width: 767px) {
  .navigation ul > li {
    display: none;
  }
  .navigation ul li.menu-item-16 {
    display: inline-block;
  }
  .navigation ul li.menu-item-17 {
    margin-left: 20px;
    display: inline-block;
  }
  .navigation ul li.menu-item-18 {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation ul > li {
    display: none;
  }
  .navigation ul li.menu-item-16 {
    display: inline-block;
  }
  .navigation ul li.menu-item-17 {
    margin-left: 20px;
    display: inline-block;
  }
  .navigation ul li.menu-item-18 {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation ul > li {
    display: none;
  }
  .navigation ul li.menu-item-16 {
    display: inline-block;
  }
  .navigation ul li.menu-item-17 {
    margin-left: 20px;
    display: inline-block;
  }
  .navigation ul li.menu-item-18 {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .navigation ul li.menu-item-16 {
    display: inline-block;
  }
  .navigation ul li.menu-item-17 {
    margin-left: 20px;
  }
  .navigation ul li.menu-item-18 {
    display: none;
  }
}
.page-template-template-unterseite_basis_kopfzoom .navigation {
  background: transparent;
}
.page-template-template-unterseite_basis_kopfzoom .navigation ul li a {
  color: white !important;
}
.navigation .spalte_a {
  width: 270px;
  display: inline-block;
  vertical-align: middle;
}
.navigation .spalte_b {
  text-align: right;
  width: calc(100% - 270px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .navigation {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .navigation .spalte_a {
    width: 150px;
  }
  .navigation .spalte_b {
    width: calc(100% - 150px);
  }
  .navigation .nav {
    float: right;
    right: 0;
    margin-right: -18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navigation .spalte_a {
    width: 230px;
  }
  .navigation .spalte_b {
    width: calc(100% - 230px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navigation .spalte_a {
    width: 230px;
  }
  .navigation .spalte_b {
    width: calc(100% - 230px);
  }
}
#primary > .abstand.vier {
  height: 144px;
}
@media (max-width: 767px) {
  #primary > .abstand.vier {
    height: 104px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #primary > .abstand.vier {
    height: 105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #primary > .abstand.vier {
    height: 105px;
  }
}
.container_abstand {
  height: 100%;
  min-height: 100vh;
}
.bildzoom_con {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
}
.bildzoom_con.zindex4 {
  z-index: 0;
}
.bildzoom_con .flaeche,
.bildzoom_con .bild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bildzoom_con .flaeche {
  background: #1b1b1b;
  opacity: 0.8;
  mix-blend-mode: multiply;
  transition: all 1s linear;
}
.bildzoom_con .bild {
  transform-origin: bottom;
}
.bildzoom_con .text {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  transition: all 0.5s linear;
  opacity: 1;
  display: none;
}
.bildzoom_con h1 {
  font-size: 87px;
  font-size: 8.7rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 110%;
  color: white;
}
.bildzoom_con h1 strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .bildzoom_con h1 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bildzoom_con h1 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bildzoom_con h1 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
.bildzoom_con p {
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
}
.bildzoom_con .video_con {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bildzoom_con .video_con video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.onscroll .bildzoom_con .text {
  transform: translateY(-200px);
  opacity: 0;
  transition: all 0.5s linear;
}
.onscroll .bildzoom_con .scroll_hinweis {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s linear;
  pointer-events: none;
}
.bildzoom_con .scroll_hinweis {
  opacity: 1;
  position: absolute;
  color: white;
  bottom: 40px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bildzoom_con .scroll_hinweis p {
  cursor: pointer;
}
.bildzoom_con .scroll_hinweis p:hover {
  color: #007ab4;
}
.bildzoom_con .scroll_hinweis img {
  width: 25px;
  display: block;
  transition: all 0.5s linear;
  margin: 0 20px;
  animation: scroller_ani 1s ease-in 0s 8 alternate-reverse none;
}
.bild.bild_zoom {
  overflow: hidden;
}
.bild.bild_zoom img {
  width: 40vw;
  opacity: 0;
  margin: 0 auto;
}
.bild.bild_zoom.zoom img {
  transform: scale(1);
  animation-name: bild_zoom_rein;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes bild_zoom_rein {
  0% {
    opacity: 0;
    width: 40vw;
  }
  /*10% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }*/
  100% {
    opacity: 0.7;
    width: 100vw;
  }
}
@keyframes scroller_ani {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(25px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.abstand {
  height: 40px !important;
  display: block;
}
.abstand.zwei,
.abstand.wert2 {
  height: 80px !important;
}
.abstand.drei,
.abstand.wert3 {
  height: 120px !important;
}
.abstand.vier,
.abstand.wert4 {
  height: 160px !important;
}
.abstand.fuenf,
.abstand.wert5 {
  height: 200px !important;
}
@media (max-width: 767px) {
  .abstand {
    height: 16px !important;
    display: block;
  }
  .abstand.zwei,
  .abstand.wert2 {
    height: 32px !important;
  }
  .abstand.drei,
  .abstand.wert3 {
    height: 48px !important;
  }
  .abstand.vier,
  .abstand.wert4 {
    height: 64px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .abstand {
    height: 20px !important;
    display: block;
  }
  .abstand.zwei,
  .abstand.wert2 {
    height: 40px !important;
  }
  .abstand.drei,
  .abstand.wert3 {
    height: 60px !important;
  }
  .abstand.vier,
  .abstand.wert4 {
    height: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .abstand {
    height: 26.66666667px !important;
    display: block;
  }
  .abstand.zwei,
  .abstand.wert2 {
    height: 53.33333333px !important;
  }
  .abstand.drei,
  .abstand.wert3 {
    height: 80px !important;
  }
  .abstand.vier,
  .abstand.wert4 {
    height: 106.66666667px !important;
  }
}
h6 a {
  font-size: 17px !important;
  font-size: 1.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500 !important;
  color: #1b1b1b !important;
}
h6 a img {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  width: 80px;
}
.hintergrund_hell h6 a {
  color: #1b1b1b !important;
}
@media (max-width: 767px) {
  h6 a img {
    width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h6 a img {
    width: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h6 a img {
    width: 80px;
  }
}
.hintergrund_hell {
  background-color: #e8e8e8 !important;
}
.hintergrund_hell .kopf p {
  color: #1b1b1b !important;
}
.hintergrund_hell h2 {
  color: #1b1b1b !important;
}
.hintergrund_hellhell {
  background-color: #f3f3f3;
}
.hintergrund_hellhell .kopf p {
  color: #1b1b1b !important;
}
.hintergrund_dunkel {
  background-color: #1b1b1b !important;
}
.p_weiss p,
.p_weiss ul li,
.p_weiss ol li {
  color: white;
}
.h3_weiss h3 {
  color: white;
}
.akkordion_con .tab {
  padding-bottom: 100px;
  /*
        &.team {
          h3 {
            .fontsize(18) !important;
            margin-top: 30px;
            .schriftnormal !important;
          }
        }
    */
}
.akkordion_con .tab h6 a {
  position: relative;
  margin-top: 60px;
  margin-left: 110px;
  height: 100px;
  display: block;
  color: #1b1b1b !important;
  text-transform: uppercase;
  font-weight: 500;
}
.akkordion_con .tab h6 a:before {
  /*
        content: " ";
        background-image: url("/wp-content/themes/maetzekoenig/assets/bilder/icon_weiiterr-dunkel.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        left: -110px;
        top: -35px;
        */
}
.akkordion_con .tab.stellenangebote h1 {
  color: #1b1b1b;
  font-size: 54px;
  font-size: 5.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.akkordion_con .tab.stellenangebote h2 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
.akkordion_con .tab.bild_blende img {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(-100px, 0);
}
.akkordion_con .tab.bild_blende.blende img {
  opacity: 1;
  transform: translate(0, 0);
}
.akkordion_con .tab.t3 {
  padding-bottom: 0;
}
.akkordion_con .tab.hintergrund_weiss {
  background: white !important;
}
.akkordion_con .tab.hintergrund_weiss h2,
.akkordion_con .tab.hintergrund_weiss h3,
.akkordion_con .tab.hintergrund_weiss h4,
.akkordion_con .tab.hintergrund_weiss p {
  color: #1b1b1b !important;
}
.akkordion_con .tab.hintergrund_dunkel {
  background: #1b1b1b !important;
}
.akkordion_con .tab.hintergrund_dunkel h2,
.akkordion_con .tab.hintergrund_dunkel h3,
.akkordion_con .tab.hintergrund_dunkel h4,
.akkordion_con .tab.hintergrund_dunkel p {
  color: white !important;
}
.akkordion_con h2 {
  color: white;
  font-size: 54px;
  font-size: 5.4rem;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .akkordion_con h2 {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .akkordion_con h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .akkordion_con h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .akkordion_con h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.akkordion_con h2.h2text + .abstand + p {
  /*width: calc(70% - 120px);
      margin: 0 auto;

      @media @smartphone {
        width: 100%;
      }*/
}
.akkordion_con .ueberschrift_breite .col-xl-12 > h2 ~ p {
  /*width: calc(70% - 120px);
    margin: 0 auto;

    @media @smartphone {
      width: 100%;
    }*/
}
.akkordion_con .bild img {
  margin: 0 auto;
}
.akkordion_con .kopf {
  padding-top: 10px;
  height: 30px !important;
  min-height: 1px !important;
}
.akkordion_con .kopf p {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1;
}
.akkordion_con .kopf p span {
  display: inline-block;
  width: 15px;
}
@media (max-width: 767px) {
  .akkordion_con .kopf p span {
    width: 8px;
  }
}
@media (max-width: 767px) {
  .akkordion_con .kopf .spalte_b p {
    display: none;
  }
}
.akkordion_con .tab.tab_scroller {
  position: relative;
}
.akkordion_con .tab.tab_scroller .tabscroller_einleitung {
  padding-bottom: 100px;
}
.akkordion_con .tab.tab_scroller h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1b1b1b;
  font-weight: 600;
  margin-bottom: 20px;
}
.akkordion_con .tab.tab_scroller h3 span {
  font-size: 54px;
  font-size: 5.4rem;
  width: 150px;
  display: block;
  margin-right: 20px;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 30px;
  position: relative;
  top: -20px;
}
@media (max-width: 767px) {
  .akkordion_con .tab.tab_scroller .spalte_bild .spalte_bild_con {
    opacity: 0.3;
  }
}
.akkordion_con .tab.tab_scroller .spalte_bild .bild {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  background: white;
}
.akkordion_con .tab.tab_scroller .spalte_bild .bild img {
  object-fit: cover;
}
.akkordion_con .tab.tab_scroller .num {
  opacity: 0;
  position: relative;
  transition: all 0.5s;
  right: -100px;
  margin-bottom: 8vh;
}
.akkordion_con .tab.tab_scroller .num:first-child {
  margin-top: 50px;
}
.akkordion_con .tab.tab_scroller .num:last-child {
  margin-bottom: 0;
}
.akkordion_con .tab.tab_scroller .h2text {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num1 .bild0,
.akkordion_con .tab.tab_scroller.fadein_num1 .num0 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num1 .bild1 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num1 .num1 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num1 .h2text {
  opacity: 0;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num2 .bild1,
.akkordion_con .tab.tab_scroller.fadein_num2 .num1 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num2 .bild2 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num2 .num2 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num3 .bild2,
.akkordion_con .tab.tab_scroller.fadein_num3 .num2 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num3 .bild3,
.akkordion_con .tab.tab_scroller.fadein_num3 .num3 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num3 .bild3 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num3 .num3 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num4 .bild3,
.akkordion_con .tab.tab_scroller.fadein_num4 .num3 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num4 .bild4 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num4 .num4 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num5 .bild4,
.akkordion_con .tab.tab_scroller.fadein_num5 .num4 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num5 .bild5 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num5 .num5 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num6 .bild5,
.akkordion_con .tab.tab_scroller.fadein_num6 .num5 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num6 .bild6 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num6 .num6 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num7 .bild6,
.akkordion_con .tab.tab_scroller.fadein_num7 .num6 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num7 .bild7 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num7 .num7 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num8 .bild7,
.akkordion_con .tab.tab_scroller.fadein_num8 .num7 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num8 .bild8 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num8 .num8 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num9 .bild8,
.akkordion_con .tab.tab_scroller.fadein_num9 .num8 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num9 .bild9 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num9 .num9 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num10 .bild9,
.akkordion_con .tab.tab_scroller.fadein_num10 .num9 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num10 .bild10 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num10 .num10 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num11 .bild10,
.akkordion_con .tab.tab_scroller.fadein_num11 .num10 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num11 .bild11 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num11 .num11 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num12 .bild11,
.akkordion_con .tab.tab_scroller.fadein_num12 .num11 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num12 .bild12 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num12 .num12 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num13 .bild12,
.akkordion_con .tab.tab_scroller.fadein_num13 .num12 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num13 .bild13 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num13 .num13 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num14 .bild13,
.akkordion_con .tab.tab_scroller.fadein_num14 .num13 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num14 .bild14 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num14 .num14 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num15 .bild14,
.akkordion_con .tab.tab_scroller.fadein_num15 .num14 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num15 .bild15 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num15 .num15 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num16 .bild15,
.akkordion_con .tab.tab_scroller.fadein_num16 .num15 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num16 .bild16 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num16 .num16 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num17 .bild16,
.akkordion_con .tab.tab_scroller.fadein_num17 .num16 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num17 .bild17 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num17 .num17 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num18 .bild17,
.akkordion_con .tab.tab_scroller.fadein_num18 .num17 {
  opacity: 0;
}
.akkordion_con .tab.tab_scroller.fadein_num18 .bild18 {
  opacity: 1;
  transition: all 0.5s;
}
.akkordion_con .tab.tab_scroller.fadein_num18 .num18 {
  opacity: 1;
  transition: all 0.5s;
  right: 0;
}
@media (min-width: 1200px) {
  .akkordion_con .tab.tab_scroller h3 {
    margin-bottom: 0;
  }
  .akkordion_con .tab.tab_scroller h3 span {
    top: -30px;
    display: inline-block;
  }
}
.akkordion_con .tab.t3 h2,
.akkordion_con .tab.t3 h6 a {
  color: #1b1b1b !important;
}
.akkordion_con .tab.t3 .card_farbe1 {
  background: #f3f3f3;
}
.akkordion_con .tab.t3 .card_farbe2 .kopf,
.akkordion_con .tab.t3 .card_farbe2 .card--content {
  background: #e8e8e8;
}
.akkordion_con .tab.t3 .card_farbe3 .kopf,
.akkordion_con .tab.t3 .card_farbe3 .card--content {
  background: #d1d1d1;
}
.akkordion_con .tab.t3 .card_farbe4 .kopf,
.akkordion_con .tab.t3 .card_farbe4 .card--content {
  background: #bababa;
}
.akkordion_con .tab.t3 .card_farbe5 .kopf,
.akkordion_con .tab.t3 .card_farbe5 .card--content {
  background: #a4a4a4;
}
.akkordion_con .tab.t3 .card_farbe6 .kopf,
.akkordion_con .tab.t3 .card_farbe6 .card--content {
  background: #8d8d8d;
}
.akkordion_con .tab.t3 .card--content {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .akkordion_con .tab.t4 .inhalt .spalte_a {
    padding-right: 80px;
  }
}
.akkordion_con .tab.t4 .inhalt h3 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.akkordion_con .tab.t4 .inhalt p,
.akkordion_con .tab.t4 .inhalt h3 {
  color: white;
}
.akkordion_con .tab.t6 {
  background: #e8e8e8;
}
.akkordion_con .tab.t6 h2 {
  color: #1b1b1b;
}
.icon_liste h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1b1b1b;
  font-weight: 500;
  padding-bottom: 30px;
  text-align: left;
}
.icon_liste h3 img {
  width: 70px;
  margin: 0 0 20px 0;
  display: block;
}
.icon_liste p {
  color: #1b1b1b;
  padding-bottom: 35px;
}
.icon_liste a {
  color: #1b1b1b;
}
.icon_liste .wpb_raw_html img {
  transition: all 0.5s;
}
.icon_liste .vc_column_container .vc_column-inner:hover {
  cursor: pointer;
}
.icon_liste .vc_column_container .vc_column-inner:hover a {
  color: #007ab4;
}
.icon_liste .vc_column_container .vc_column-inner:hover .wpb_raw_html img {
  transform: scale(1.3);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .icon_liste .icon {
    margin-bottom: 60px;
  }
  .icon_liste .col-xs-12 {
    padding-bottom: 0 !important;
  }
  .icon_liste .rahmen {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon_liste .icon {
    margin-bottom: 60px;
  }
  .icon_liste .col-sm-12 {
    padding-bottom: 0 !important;
  }
  .icon_liste .rahmen {
    width: 100%;
  }
}
.splide_slider_eins {
  width: 100%;
}
.splide_slider_eins p {
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.splide_slider_eins .carousel-cell img + p {
  margin-top: 10px;
}
.splide_slider_eins .carousel-cell-image {
  display: block;
}
.logo_partner {
  text-align: center;
  padding-top: 1px;
}
.logo_partner .logo {
  display: inline-block;
  border: 1px solid #1b1b1b;
  margin: -1px 0 0 -1px;
  transition: all 0.5s;
  box-sizing: border-box;
  vertical-align: top;
}
.logo_partner .logo p {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .logo_partner .logo {
    padding: 40px 60px;
    width: 90%;
    margin: -1px auto 0 auto;
  }
  .logo_partner .logo p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo_partner .logo {
    padding: 40px 50px;
    width: 33%;
  }
  .logo_partner .logo p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo_partner .logo {
    padding: 40px 40px;
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .logo_partner .logo {
    padding: 40px 50px;
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .logo_partner .logo {
    padding: 40px 80px;
    width: 25%;
  }
}
.footer {
  margin: 0 auto;
  background-color: white;
  z-index: 1;
  position: relative;
}
.footer .container {
  padding: 80px 0;
  width: 100%;
}
.footer .logo {
  margin-top: -10px;
  max-width: 250px;
}
.footer p,
.footer a,
.footer ul li {
  color: #000000;
}
.footer p,
.footer ul li {
  font-size: 15px;
  font-size: 1.5rem;
  opacity: 0.5;
}
.footer p strong,
.footer ul li strong {
  font-weight: 500;
}
.footer a {
  font-size: inherit;
}
.footer a:hover {
  color: #007ab4 !important;
}
@media (min-width: 1530px) {
  .footer .row.links .spalte_a,
  .footer .row.links .spalte_b,
  .footer .row.links .spalte_c {
    width: 27%;
  }
  .footer .row.links .spalte_d {
    width: 19%;
  }
  .footer .row.linie .spalte_a,
  .footer .row.socialmedia .spalte_a {
    width: 27%;
  }
  .footer .row.linie .spalte_b,
  .footer .row.socialmedia .spalte_b {
    width: 73%;
  }
}
.footer .row.linie .rahmen {
  margin: 30px 0 30px 0;
  border-top: 1px solid #555756;
}
.footer .row.socialmedia ul {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}
.footer .row.socialmedia ul li {
  display: inline-block;
  margin-right: 60px;
}
.footer .row.socialmedia ul li i {
  font-size: 29px;
  font-size: 2.9rem;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .footer .logo {
    max-width: 280px;
    margin: 0 auto 50px auto;
  }
  .footer .row.socialmedia ul {
    height: auto;
    margin-bottom: 10px;
  }
  .footer .row.socialmedia .spalte_a,
  .footer .row.socialmedia .spalte_b {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .logo {
    max-width: 280px;
    margin: 0 auto 50px auto;
  }
  .footer .row.socialmedia ul {
    height: auto;
    margin-bottom: 10px;
  }
  .footer .row.socialmedia .spalte_a,
  .footer .row.socialmedia .spalte_b {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .logo {
    max-width: 280px;
    margin: 0 auto 50px auto;
  }
}
.kontakt_slider_con {
  position: fixed;
  right: -270px;
  top: 200px;
  z-index: 100;
  width: 320px;
  transition: all 0.5s;
}
.kontakt_slider_con .button_schliessen {
  width: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}
.kontakt_slider_con .button_schliessen .flaeche {
  background: #1b1b1b;
  text-align: center;
  padding: 8px 0 9px 0;
}
.kontakt_slider_con .button_schliessen .flaeche p {
  color: white !important;
  line-height: 1;
}
.kontakt_slider_con .button_schliessen .flaeche p i {
  color: inherit;
}
.kontakt_slider_con .button_schliessen .flaeche.button {
  margin-top: 2px;
  padding: 8px 0 8px 0 !important;
}
.kontakt_slider_con .button_schliessen .schliessen {
  display: none;
}
.kontakt_slider_con .button_schliessen i {
  color: #007ab4;
  font-size: 26px;
  font-size: 2.6rem;
}
.kontakt_slider_con .button_schliessen img {
  width: 26px;
  margin: 0 auto;
}
.kontakt_slider_con.aktiv {
  right: 0;
  transition: all 0.5s;
}
.kontakt_slider_con.aktiv .flaeche.button {
  background: #e8e8e8;
}
.kontakt_slider_con.aktiv .flaeche.button p i {
  color: #1b1b1b !important;
}
.kontakt_slider_con.aktiv .oeffnen {
  display: none;
}
.kontakt_slider_con.aktiv .schliessen {
  display: block;
}
.kontakt_slider_con .kontakt_flaeche {
  background: #e8e8e8;
  width: 270px;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0 25px 25px;
}
.kontakt_slider_con .kontakt_flaeche .spalte_a,
.kontakt_slider_con .kontakt_flaeche .spalte_b {
  width: 95%;
  display: inline-block;
  vertical-align: top;
}
.kontakt_slider_con .kontakt_flaeche p,
.kontakt_slider_con .kontakt_flaeche i,
.kontakt_slider_con .kontakt_flaeche a {
  color: #1b1b1b;
  line-height: 150%;
  font-size: 15px;
  font-size: 1.5rem;
}
.kontakt_slider_con .kontakt_flaeche h5 {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1b1b1b;
}
.kontakt_slider_con .kontakt_flaeche p strong {
  color: #1b1b1b;
}
.kontakt_slider_con .kontakt_flaeche p a {
  margin-right: 10px;
}
.kontakt_slider_con .kontakt_flaeche p a:last-child {
  margin-right: 0;
}
.kontakt_slider_con .kontakt_flaeche .fab,
.kontakt_slider_con .kontakt_flaeche .fas {
  font-size: 29px;
  font-size: 2.9rem;
}
.kontakt_slider_con .kontakt_flaeche ul {
  margin-top: 15px;
}
.kontakt_slider_con .kontakt_flaeche ul.links i {
  margin-right: 5px;
}
.kontakt_slider_con .kontakt_flaeche ul.icon li {
  display: inline-block;
}
.kontakt_slider_con .kontakt_flaeche ul li {
  margin: 0 10px;
  font-size: 31px;
  font-size: 3.1rem;
}
.kontakt_slider_con .kontakt_flaeche ul li a:hover {
  color: #1b1b1b !important;
}
.kontakt_slider_con .kontakt_flaeche ul li a:hover i {
  color: inherit;
}
.kontakt_slider_con .kontakt_flaeche .sidebar_logodatev {
  margin-top: 7px;
  max-width: 110px;
}
@media (max-width: 767px) {
  .kontakt_slider_con {
    /*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;
  }
  .kontakt_slider_con.aktiv {
    /*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;
    left: 0;
    width: 100%;
    background: #e8e8e8;
  }
  .kontakt_slider_con.aktiv .flaeche {
    display: none;
  }
  .kontakt_slider_con.aktiv .flaeche.button {
    display: block;
  }
  .kontakt_slider_con.aktiv .button_schliessen {
    position: absolute;
    top: -35px;
  }
}
.popup_suche {
  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;
  background: #1b1b1b;
  position: fixed;
  z-index: 1020;
  height: 105px;
  width: 100%;
  top: -145px;
  left: 0;
  transition: all 0.5s;
}
.popupsuche--aktiv .popup_suche {
  top: 0;
  transition: all 0.5s;
}
.popup_suche .nav_button {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.popup_suche .nav_button i {
  font-size: 33px;
  font-size: 3.3rem;
  color: white;
}
.popup_suche form {
  width: 400px;
  margin: 0 auto;
}
.popup_suche form input {
  margin-top: 0 !important;
}
.popup_suche form .spalte_a,
.popup_suche form .spalte_b {
  width: 50% !important;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .popup_suche form .spalte_a {
    width: 100% !important;
    display: block;
    padding: 0 75px;
  }
  .popup_suche form .spalte_b {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup_suche form .spalte_a,
  .popup_suche form .spalte_b {
    width: 100% !important;
    display: block;
    padding: 0 50px;
  }
}
.row.team {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.team {
    width: 100%;
  }
}
.cursor {
  position: absolute;
  border: solid 1px white;
  background: #1b1b1b;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  transform: translate(-50%, -50%);
  /*
   img {
     margin: 0 auto;
     width: 40px;
     display: none;
     padding-top: 30px;
   }
   */
}
.cursor img {
  display: none;
}
.cursor p {
  display: none;
  pointer-events: none;
  font-weight: 600;
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
  line-height: 0.8;
}
.cursor.hover {
  cursor: none !important;
  width: 60px;
  height: 60px;
  text-align: center;
  pointer-events: none;
  background: transparent;
  border: 1px solid white;
  /*
    p, img {
      display: block;
      pointer-events: none;
      cursor: pointer;
    }
    */
}
.cursor.hover img {
  display: block;
}
.aligncenter p {
  max-width: 1100px;
  margin: 0 auto;
}
.aligncenter .kopf p {
  text-align: left;
  max-width: 100%;
  margin: auto;
}
.touchonly {
  display: none;
}
.touchscreen .touchonly {
  display: block;
}
.filter_beitrag li {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  color: #1b1b1b;
  margin-left: 75px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.filter_beitrag li:first-child {
  margin-right: 25px;
  margin-left: 0;
}
.filter_beitrag li a {
  color: #1b1b1b;
}
.filter_beitrag li a:hover {
  color: #1b1b1b;
}
.filter_beitrag li span {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #1b1b1b;
  font-size: inherit;
  text-transform: inherit;
  cursor: pointer;
  transition: all 0.5s;
}
.filter_beitrag li span:hover {
  background: #1b1b1b;
  color: white;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .filter_beitrag li {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter_beitrag li {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter_beitrag li {
    margin-left: 15px;
  }
}
.block_news.news--liste {
  padding-bottom: 15px;
}
.block_news.news--liste .news {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: -1px -1px 0 0;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.block_news.news--liste .news:hover p.auszug {
  color: #007ab4;
}
.block_news.news--liste .text {
  padding: 30px;
  border: 1px solid #1b1b1b;
}
.block_news.news--liste .datum {
  color: #1b1b1b;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.block_news.news--liste .auszug {
  color: #1b1b1b;
}
.block_news.news--liste .auszug a {
  color: #1b1b1b;
}
.block_news.news--liste .link {
  font-size: 0;
}
.block_news.news--liste .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 {
  color: #1b1b1b;
  text-transform: uppercase;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .block_news.news--liste h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .block_news.news--liste .link {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .block_news.news--liste .link a:after {
    content: none;
  }
  .block_news.news--liste .news {
    cursor: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block_news.news--liste h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .block_news.news--liste .link {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .block_news.news--liste .link a:after {
    content: none;
  }
  .block_news.news--liste .news {
    cursor: auto;
  }
}
.block_news.news--liste .pfeil {
  background: white;
  padding: 0 30px;
  position: absolute;
  bottom: -11px;
  left: 60px;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s;
}
.block_news.news--liste .pfeil i {
  color: #1b1b1b;
  font-size: 22px;
  font-size: 2.2rem;
}
.block_news.stellenangebote .auszug {
  white-space: pre;
}
@media (max-width: 767px) {
  .block_news.news--liste .news {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block_news.news--liste .news {
    width: 50%;
  }
}
.mym-wrapper .mym-inner > .mym-rss-header,
.mym-wrapper .mym-rss-footer {
  display: none;
}
.mym-wrapper .mym-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px !important;
}
.mym-wrapper .mym-rss-article {
  width: 33% !important;
  margin: -1px -1px 0 0 !important;
  padding: 30px !important;
  border: 1px solid #1b1b1b !important;
}
.mym-wrapper .mym-rss-header,
.mym-wrapper .mym-rss-header span {
  color: #1b1b1b !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  margin-bottom: 30px !important;
  font-style: normal !important;
  line-height: 160% !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
}
.mym-wrapper h4 {
  color: #1b1b1b !important;
  text-transform: uppercase;
  font-size: 26px !important;
  font-size: 2.6rem !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 20px 0 !important;
  line-height: 120% !important;
}
.mym-wrapper p,
.mym-wrapper a {
  color: #1b1b1b !important;
  font-size: 17px !important;
  font-size: 1.7rem !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
.mym-wrapper a {
  font-size: 0 !important;
  color: #007ab4 !important;
}
.mym-wrapper a:after {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  font-size: 1.7rem !important;
  content: "Weiterlesen" !important;
  transform: none !important;
  width: 250px !important;
  color: #007ab4 !important;
  position: relative !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  -webkit-filter: none !important;
  filter: none !important;
}
@media (max-width: 767px) {
  .mym-wrapper .mym-rss-article {
    width: 100% !important;
  }
  .mym-wrapper h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mym-wrapper .mym-rss-article {
    width: 100% !important;
  }
  .mym-wrapper h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.container_weiss {
  background-color: white;
}
.background_weiss {
  background-color: white;
}
.background_weiss h2,
.background_weiss h3,
.background_weiss h4,
.background_weiss p {
  color: #1b1b1b !important;
}
.fixed {
  position: fixed;
  z-index: 0;
}
.no-results {
  margin-top: 40px;
}
.no-results .search-field {
  max-width: 300px;
}
.no-results p {
  color: white;
}
.no-results .formular {
  margin-top: 40px;
}
.abstand_animation {
  height: 100%;
  min-height: 100vh;
}
#lottie {
  background-color: transparent !important;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.entry-footer a,
.post-navigation a,
.posts-navigation a {
  font-size: 27px;
  font-size: 2.7rem;
}
.entry-footer a:hover,
.post-navigation a:hover,
.posts-navigation a:hover {
  color: #007ab4;
}
.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,
.formular label {
  color: #007ab4;
  font-size: 18px;
  font-size: 1.8rem;
}
.wpcf7-form p,
.formular p {
  margin-top: 20px;
}
.wpcf7-form div.wpcf7-response-output h2,
.formular div.wpcf7-response-output h2,
.wpcf7-form div.wpcf7-response-output h3,
.formular div.wpcf7-response-output h3 {
  font-weight: 600;
}
.wpcf7-form div.wpcf7-response-output ul li,
.formular div.wpcf7-response-output ul li,
.wpcf7-form div.wpcf7-response-output ol li,
.formular div.wpcf7-response-output ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.wpcf7-form div.wpcf7-response-output ul li,
.formular div.wpcf7-response-output ul li {
  list-style-type: square;
}
.wpcf7-form div.wpcf7-response-output ol li,
.formular div.wpcf7-response-output ol li {
  list-style-type: decimal;
}
.wpcf7-form input[type="text"],
.formular input[type="text"],
.wpcf7-form input[type="email"],
.formular input[type="email"],
.wpcf7-form input[type="url"],
.formular input[type="url"],
.wpcf7-form input[type="password"],
.formular input[type="password"],
.wpcf7-form input[type="search"],
.formular input[type="search"],
.wpcf7-form input[type="number"],
.formular input[type="number"],
.wpcf7-form input[type="tel"],
.formular input[type="tel"],
.wpcf7-form input[type="range"],
.formular input[type="range"],
.wpcf7-form input[type="date"],
.formular input[type="date"],
.wpcf7-form input[type="month"],
.formular input[type="month"],
.wpcf7-form input[type="week"],
.formular input[type="week"],
.wpcf7-form input[type="time"],
.formular input[type="time"],
.wpcf7-form input[type="date"],
.formular input[type="date"],
.wpcf7-form input[type="datetime"],
.formular input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.formular input[type="datetime-local"],
.wpcf7-form input[type="color"],
.formular input[type="color"],
.wpcf7-form textarea,
.formular textarea {
  color: #1b1b1b;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 5px;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  background: white;
}
.wpcf7-form input[type="text"],
.formular input[type="text"],
.wpcf7-form input[type="email"],
.formular input[type="email"],
.wpcf7-form textarea,
.formular textarea {
  width: 100%;
}
.wpcf7-form input[type="submit"],
.formular input[type="submit"] {
  margin-top: 40px;
  background: #1b1b1b;
  color: white;
  border: 1px solid #e8e8e8;
  padding: 4px 8px 5px 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 0;
  display: block;
}
.wpcf7-form input[type="submit"]:hover,
.formular input[type="submit"]:hover {
  background: #1b1b1b;
  color: white;
}
.wpcf7-form input[type="search"],
.formular input[type="search"] {
  margin-top: 40px;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: rgba(0, 122, 180, 0.5);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 122, 180, 0.5);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 122, 180, 0.5);
}
:-ms-input-placeholder {
  color: rgba(0, 122, 180, 0.5);
}
.vc_row.background {
  background: #f7f5fa;
  padding-top: 55px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.tab.kopf {
  height: 30px !important;
  min-height: 1px !important;
}
.tab.kopf p {
  font-weight: 300;
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 9px;
}
.tab.kopf strong {
  font-weight: 300;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .tab.kopf strong {
    padding-right: 8px;
  }
}
.tab.kopf span {
  display: inline-block;
  width: 15px;
}
@media (max-width: 767px) {
  .tab.kopf span {
    padding-right: 8px;
  }
}
.tab.textblock ul li,
.tab.textblock ol li {
  list-style-position: outside;
  margin-left: 20px;
}
.tab.textblock ul li {
  list-style-type: square;
}
.tab.textblock ol li {
  list-style-type: decimal;
}
.single-post .tab.textblock h1,
.tab.textblock h2 {
  font-size: 54px;
  font-size: 5.4rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: #1b1b1b;
}
@media (min-width: 1200px) {
  .single-post .tab.textblock h1,
  .tab.textblock h2 {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .single-post .tab.textblock h1,
  .tab.textblock h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .tab.textblock h1,
  .tab.textblock h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-post .tab.textblock h1,
  .tab.textblock h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.single-post .tab.textblock h2 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  .single-post .tab.textblock h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-post .tab.textblock h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-post .tab.textblock h2 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.tab.textblock h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.zitat {
  text-align: center;
}
.zitat blockquote {
  position: relative;
  opacity: 0;
  top: 200px;
}
.zitat blockquote p {
  color: #1b1b1b;
  line-height: 150%;
  font-family: 'Libre Baskerville';
  font-size: 47px;
  font-size: 4.7rem;
}
.zitat blockquote + p {
  color: #1b1b1b;
  margin: 25px auto 0 auto;
  width: 25%;
}
.zitat blockquote.fadein {
  opacity: 1;
  top: 0;
  transition: all 1s;
}
@media (max-width: 767px) {
  .zitat blockquote p {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .zitat blockquote + p {
    width: 80%;
  }
  .zitat p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zitat blockquote p {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .zitat p {
    width: 100%;
  }
}
.team_mitarbeiter h4,
.team_mitarbeiter p {
  color: #1b1b1b;
}
.team_mitarbeiter h4 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 140%;
}
.team_mitarbeiter .vc_single_image-wrapper {
  background: #1b1b1b;
  position: relative;
}
.team_mitarbeiter .vc_single_image-wrapper:after {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  font-size: 6.4rem;
  color: white;
  font-weight: 300;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}
.team_mitarbeiter .vc_single_image-wrapper img {
  opacity: 1;
  transition: all 0.5s;
}
.team_mitarbeiter .vc_single_image-wrapper:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}
.team_mitarbeiter .vc_single_image-wrapper:hover:after {
  opacity: 1;
}
.team h3 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
  margin-top: 30px;
  font-weight: 400 !important;
}
.wpb_button,
.wpb_content_element {
  margin-bottom: 0 !important;
}
.happyforms-styles .happyforms-part__label {
  margin-bottom: 15px !important;
}
.happyforms-styles .happyforms-part__label span {
  font-weight: 300 !important;
}
.stickyaccordion_rand .card_con {
  margin-left: calc(-2 * var(--bootstrappadding)) !important;
  margin-right: calc(-2 * var(--bootstrappadding)) !important;
}
.card_con {
  --tab_start: 74px;
  --tab_abstand: 30px;
}
@media (max-width: 767px) {
  .card_con {
    --tab_start: 49px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card_con {
    --tab_start: 59px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card_con {
    --tab_start: 59px;
  }
}
.card_con .card {
  padding-left: var(--bootstrappadding);
  padding-right: var(--bootstrappadding);
  top: calc var(--tab_start);
  position: sticky;
  background-color: white;
  color: #333;
}
.card_con .card .spalte_b:hover p,
.card_con .card .spalte_b:hover ul li,
.card_con .card .spalte_b:hover ol li {
  color: #007ab4;
  cursor: pointer;
}
.card_con .card .card--ueberschrift {
  height: 30px;
}
.card_con .card .card--ueberschrift p {
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 9px;
}
.card_con .card .card--text h2 {
  font-size: 5.4rem;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .card_con .card .card--text h2 {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .card_con .card .card--text h2 {
    font-size: 3.4rem;
  }
}
.card_con .card--decker,
.card_con .card--decker-pre {
  height: auto !important;
}
.card_con .card_1 {
  top: calc(var(--tab_start) + var(--tab_abstand));
  background: #f3f3f3;
}
.card_con .card_2 {
  top: calc(var(--tab_start) + 2 * (var(--tab_abstand)));
  background: #e8e8e8;
}
.card_con .card_3 {
  top: calc(var(--tab_start) + 3 * (var(--tab_abstand)));
  background: #d1d1d1;
}
.card_con .card_4 {
  top: calc(var(--tab_start) + 4 * (var(--tab_abstand)));
  background: #bababa;
}
.card_con .card_5 {
  top: calc(var(--tab_start) + 5 * (var(--tab_abstand)));
  background: #a4a4a4;
}
.card_con .card_6 {
  top: calc(var(--tab_start) + 6 * (var(--tab_abstand)));
  background: #8d8d8d;
}
.card_con .card_7 {
  top: calc(var(--tab_start) + 7 * (var(--tab_abstand)));
}
.card_con .card_8 {
  top: calc(var(--tab_start) + 8 * (var(--tab_abstand)));
}
.splide__pagination__page.is-active {
  background: #1b1b1b !important;
  transform: scale(1) !important;
}
.slider_tabslider {
  padding-bottom: 50px;
}
.slider_tabslider ul li {
  margin: 0 !important;
}
.slider_tabslider .spalte {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .slider_tabslider .spalte {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_tabslider .spalte {
    width: 100%;
  }
}
.slider_tabslider img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media (max-width: 767px) {
  .slider_tabslider img {
    height: 300px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_tabslider img {
    height: 400px;
    width: 100%;
  }
}
.slider_tabslider .spalte_text {
  position: relative;
  padding: 30px 0 0 100px;
}
.slider_tabslider .spalte_text h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1b1b1b;
  font-weight: 600;
  margin-bottom: 20px;
}
.slider_tabslider .spalte_text h3 span {
  font-size: 54px;
  font-size: 5.4rem;
  width: 150px;
  display: block;
  margin-right: 20px;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 30px;
  position: relative;
  top: -20px;
}
@media (min-width: 1200px) {
  .slider_tabslider .spalte_text h3 span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .slider_tabslider .spalte_text {
    padding: 50px 0 0 0;
  }
  .slider_tabslider .spalte_text h3 {
    transform: scale(0.7);
    transform-origin: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider_tabslider .spalte_text {
    padding: 50px 0 0 0;
  }
  .slider_tabslider .spalte_text h3 {
    transform: scale(0.7);
    transform-origin: left;
  }
}
.tab_kapitaelchen h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1b1b1b;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 50px;
}
.tab_kapitaelchen h3 span {
  font-size: 54px;
  font-size: 5.4rem;
  width: 150px;
  display: block;
  margin-right: 20px;
  border-bottom: 1px solid #1b1b1b;
  padding-bottom: 30px;
  position: relative;
  top: -20px;
}
@media (min-width: 1200px) {
  .tab_kapitaelchen h3 {
    margin-bottom: 0;
  }
  .tab_kapitaelchen h3 span {
    top: -30px;
    display: inline-block;
  }
}
.link p a {
  color: #1b1b1b;
}
.spalte_innenabstand .vc_column-inner .vc_row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.spalte_innenabstand .vc_column-inner .vc_column_container > .vc_column-inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.hintergrund_weiss {
  background: white;
}
/*# sourceMappingURL=stile.css.map */