@charset "UTF-8";
/*
 Theme Name:   naemi-wilke-stift
 Description:  mt Child Theme
 Author:       markenteam
 Author URI:   https://www.markenteam-dresden.de
 Template:     mt_master
 Version:      1.0
 Text Domain:  naemi-wilke-stift
*/
/*
    http://pxtoem.com/
    https://www.mediaevent.de/css/font-size.html
    -> Conversions based on 16px browser default size

    https://robertnyman.com/2007/02/27/how-to-specify-dynamic-font-sizes-consistently-with-css/
    -> HTML dynamic font size
*/
/*

  Breakpoints Mac

  1024x640
  1280x800
  1440x900 -> Standard-Auflösung ab 2013
  1680x1050 -> Standard-Auflösung ab 2016
  1920x1200

  */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  /* wichtig für Firefox! */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-feature-settings: 'liga' 0 !important;
          font-feature-settings: 'liga' 0 !important;
  /* Ligaturen deaktivieren */
  /* wichtig für Android! */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  /* wichtig für Safari */
  -webkit-text-size-adjust: none;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:focus:not(:focus-visible) {
  outline: none;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  position: relative;
}

body.active-menu {
  max-width: 100vw;
  overflow-x: visible;
  overflow-y: visible;
}

html {
  /* The default font size will be 10 pixels with the default web browser font size setting */
  /* 1rem = 10px */
  font-size: 0.625em;
  /* optimal bei 1440px Screen-Width-Layout */
  /* font-size: 0.695vw;  entspricht obiger Angabe, skaliert sich aber automatisch nach Screen-Width und ist nicht barrierefrei (Zoom würde nichts verändern) -> hier lieber mit Javascript im pagescale.js feslegen  */
}

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #505050;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

optgroup {
  font-weight: bold;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 10px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.28;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.31;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

@media (min-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  text-transform: none;
  margin-bottom: 14px;
  color: #303030;
  line-height: 1.3;
}

h5,
h6 {
  margin-bottom: 0;
}

.weiss h1,
.weiss h2,
.weiss h3,
.weiss h4,
.weiss h5,
.weiss h6,
.weiss p,
.weiss a,
.weiss ul,
.weiss ol {
  color: #fff;
}

sup {
  top: -0.5em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

blockquote,
q {
  quotes: '' '';
  margin: 0;
  position: relative;
}

blockquote {
  font-size: 19px;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 13px;
  margin-left: 30px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  blockquote {
    margin-left: 0;
  }
}

blockquote + p {
  color: #cca15d;
  font-weight: 600;
}

blockquote::before {
  content: '”';
  display: block;
  font-size: 100px;
  position: absolute;
  left: -50px;
  top: 7px;
  color: #cca15d;
}

small {
  font-size: 0.8em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background: #eee;
  max-width: 100%;
  overflow: auto;
  margin-bottom: 1.5em;
  padding: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

/* besondere Abstände */
legend + p {
  margin-top: 10px;
}

ol,
ul {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 25px;
}

ul li,
ol li {
  padding-bottom: 10px;
}

#content ul li,
#content ol li {
  line-height: 1.3;
}

li::marker {
  font-weight: 600;
}

p + p,
p + ul,
p + ol {
  padding-top: 20px !important;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  padding-top: 40px !important;
}

p + h5 {
  padding-top: 20px !important;
}

h1 + p,
h2 + p,
h3 + p {
  padding-top: 10px;
}

h4 + p,
h5 + p,
h6 + p {
  padding-top: 5px;
}

h4 + h5 + p {
  padding-top: 10px;
}

h1 + h2,
h1 + h3 {
  padding-top: 10px;
}

h1 + h4,
h1 + p {
  padding-top: 40px;
}

h5 + h5 {
  padding-top: 15px;
}

h5 + ul,
h5 + ol {
  padding-top: 10px;
}

dl {
  margin-bottom: 12px;
}

dt {
  margin-bottom: 12px;
}

dd {
  margin-bottom: 12px;
  margin-left: 15px;
}

/* ##################
  ### Eingabefelder ###
  ##################### */
/* remove standard-styles */
input[type='date'],
input[type='tel'],
input[type='number'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
}

input[type='range'] {
  padding: 0;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/* dottet Outlines entfernen */
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: none;
}

select:focus {
  color: transparent;
  /* wichtig */
  text-shadow: 0 0 0 #000;
}

/* styling */
input[type='date'],
input[type='tel'],
input[type='number'],
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  padding: 7px 10px;
  width: 100%;
  color: #777;
  border: 2px solid #eee;
  border-radius: 8px;
}

input:hover,
textarea:hover,
select:hover,
input[type='range']:hover::-moz-range-thumb {
  border-color: #ccc;
}

/* input[type="range"],  */
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  margin-top: -10px;
}

/*

  https://css-tricks.com/styling-a-select-like-its-2019/
  https://blog.kulturbanause.de/2015/03/formular-styling-mit-css-select-listen-radio-buttons-und-checkboxen-individuell-gestalten/
  https://www.mediaevent.de/css/form-formulare.html

  */
select {
  display: block;
  padding: 6px 14px 6px 8px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 7px top 50%, 0 0;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 6.5px auto, 100%;
  background-size: 0.65em auto, 100%;
  color: #777;
  border: 2px solid #eee;
  border-radius: 8px;
}

select::-ms-expand {
  display: none;
}

select option {
  font-weight: normal;
}

/* Damit der Internet Explorer 10 den Pfeil des Browsers ebenfalls verliert, ist ein kleiner Hack nötig.  */
select::-ms-expand {
  display: none;
}

/*

  Schieberegler (Range)
  https://www.cssportal.com/style-input-range/

  + display: block;

  */
input[type='range'] {
  height: 33px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  cursor: pointer;
  display: block;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background: #eeeeee;
  border-radius: 0px;
  border: 0;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 2px solid #dddddd;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12.5px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
  background: #eeeeee;
}

input[type='range']::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0;
  background: #eeeeee;
  border-radius: 0px;
  border: 0;
}

input[type='range']::-moz-range-thumb {
  box-shadow: 0;
  border: 2px solid #dddddd;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

input[type='range']::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type='range']:hover::-ms-track {
  background: #ccc;
}

input[type='range']:hover::-moz-range-track {
  background: #ccc;
}

input[type='range']::-ms-fill-lower {
  background: #eeeeee;
  border: 0;
  border-radius: 0px;
  box-shadow: 0;
}

input[type='range']::-ms-fill-upper {
  background: #eeeeee;
  border: 0;
  border-radius: 0px;
  box-shadow: 0;
}

input[type='range']::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0;
  border: 2px solid #dddddd;
  height: 25px;
  width: 25px;
  border-radius: 6px;
  background: #ffffff;
  cursor: pointer;
}

input[type='range']:focus::-ms-fill-lower {
  background: #eeeeee;
}

input[type='range']:focus::-ms-fill-upper {
  background: #eeeeee;
}

input[type='range']::-ms-tooltip {
  display: none;
}

label {
  cursor: pointer;
}

/* Checkbox, Radio */
input[type='checkbox'],
input[type='radio'] {
  width: 36px;
  height: 36px;
  position: relative;
  margin-left: -12px;
  top: 7px;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox,
.custom-radiobutton {
  color: #777;
  border: 2px solid #eee;
  border-radius: 22px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-bottom: -4px;
  margin-right: -18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: #fff;
}

.custom-checkbox {
  border-radius: 5px;
}

.custom-checkbox.checked,
.custom-radiobutton.checked {
  background: #ccc;
  border-color: #ccc;
}

.custom-checkbox.checked::after {
  content: '' !important;
  position: absolute;
  display: block;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
}

.custom-radiobutton.checked::after {
  content: '';
  position: absolute;
  display: block;
  top: calc((100% - 8px) / 2);
  left: calc((100% - 8px) / 2);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.custom-radiobutton.hover:not(.checked),
.custom-checkbox.hover:not(.checked) {
  border-color: #ccc;
  background: #eee;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

/* --- */
.wpcf7-form-control-wrap.einverstanden {
  padding-left: 35px;
  text-indent: -35px;
}

.contact-disclaimer {
  padding-left: 35px;
}

/* Markierungsfarbe */
::-moz-selection {
  background: #42abe6;
  color: #fff;
}
::selection {
  background: #42abe6;
  color: #fff;
}

::-moz-selection {
  background: #42abe6;
  color: #fff;
}

/* Buttons */
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button#menu-toggle:hover {
  background: transparent !important;
  cursor: pointer;
}

.bb-ultimate-carousel .slick-prev,
.bb-ultimate-carousel .slick-next {
  height: 33px;
  width: 33px;
}

/* Upload-Button */
input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-fileinput,
.custom-filebutton {
  cursor: pointer;
  display: inline-block;
  padding: 7px 25px 7px 20px;
  border: 3px solid #0077ba;
  height: 43px;
  background: #0077ba;
}

.custom-fileinput {
  float: left;
  color: #777;
  overflow: hidden;
  border-color: #eee;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-width: 188px;
  background: #fff;
}

html .custom-fileinput:before,
html[lang='en-US'] .custom-fileinput:before {
  content: 'Choose a file …';
}

html[lang='de-DE'] .custom-fileinput:before {
  content: 'Datei wählen …';
}

html .custom-fileinput.changed:before,
html[lang='de-DE'] .custom-fileinput.changed:before,
html[lang='en-US'] .custom-fileinput.changed:before {
  content: '';
}

html[lang='en-US'] .custom-fileinput.changed.multiplefiles:after,
html .custom-fileinput.changed.multiplefiles:after {
  content: ' files selected';
}

html[lang='de-DE'] .custom-fileinput.changed.multiplefiles:after {
  content: ' Dateien ausgewählt.';
}

.custom-fileinput:hover {
  border-color: #ccc;
}

.custom-filebutton {
  color: #fff;
  border-radius: 0 8px 8px 0;
  font-weight: 800;
  margin-left: -20px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.custom-filebutton:hover {
  background: #0077ba !important;
  color: #fff !important;
  border: 3px solid #eee !important;
}

/* https://tympanus.net/Tutorials/CustomFileInputs/*/
/*

  Abstände bei Inputs NICHT unbedingt fest vorgeben, da sonst auch bei Textumflüssen der Abstand immer fest verwendet wird und dann das line-height stört.
  Lieber mit Abstands-Elementen arbeiten

  */
/*
  input, textarea, select {margin-bottom: 15px !important;}
  input[type="range"] {margin-top: 0 !important;}
  label {margin-bottom: 15px !important; display: inline-block;}
  */
.ajax-loader {
  position: absolute;
  margin-top: 15px !important;
}

fieldset {
  margin: 0 2px;
  padding: 5px 10px 5px;
  border: 1px solid #c0c0c0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

legend {
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #0077ba;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #cca15d;
  cursor: pointer;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

dt {
  font-weight: bold;
}

legend {
  border: 0;
}

abbr[title] {
  border-bottom: 0.1em dotted;
}

abbr,
acronym {
  border-bottom: 0.1em dotted #666;
  cursor: help;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wpb_single_image + .wpb_text_column,
.wpb_text_column + .wpb_single_image {
  padding-top: 25px;
}

.wpb_single_image + .wpb_single_image {
  padding-top: 20px;
}

/* Responsive Spalten mit Flex Order */
@media (min-width: 768px) {
  .flex-768 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-center-768 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-desktop-rechts-768 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-desktop-links-768 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .flex-992 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-center-992 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-desktop-rechts-992 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex-desktop-links-992 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.vc_section {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.max-500px,
.max-600px,
.max-700px,
.max-800px,
.max-900px {
  margin: 0 auto !important;
}

.max-500px {
  max-width: 500px;
}

.max-600px {
  max-width: 600px;
}

.max-700px {
  max-width: 700px;
}

.max-800px {
  max-width: 800px;
}

.max-900px {
  max-width: 900px;
}

.mt-margin-left {
  margin-left: 0px !important;
}

.hg-grau {
  background-color: #efefef;
}

.hg-primary {
  background-color: #0077ba;
}

@media screen and (max-width: 767px) {
  .vc_col-sm-6 + .vc_col-sm-6,
  .vc_col-sm-6 + .vc_col-sm-3,
  .vc_col-sm-4 + .vc_col-sm-4 {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 1200px) {
  .vc_col-sm-12 + .vc_col-sm-6,
  .vc_col-sm-6 + .vc_col-sm-12,
  .vc_col-sm-12 + .vc_col-sm-12 {
    padding-top: 30px !important;
  }
  .footer-1 .vc_col-sm-12:first-of-type {
    padding-top: 30px;
  }
}

.post-template-default .vc_col-sm-6,
.post-template-default .vc_col-sm-4,
.post-template-default .vc_col-sm-3,
.post-template-default .vc_col-sm-12 {
  padding-top: 30px;
}

body.page-id-2 #content > div > .vc_section,
body.page-id-1181 #content > div > .vc_section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

body.page-id-2 #content > div > #startseite-einleitung.vc_section,
body.page-id-1181 #content > div > #startseite-einleitung.vc_section {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}

body.page-id-2 #content > div > #ueber-uns.vc_section,
body.page-id-1181 #content > div > #ueber-uns.vc_section {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
}

@media (min-width: 768px) {
  body.page-id-2 #content > div > .vc_section,
  body.page-id-1181 #content > div > .vc_section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  body.page-id-2 #content > div > #startseite-einleitung.vc_section,
  body.page-id-1181 #content > div > #startseite-einleitung.vc_section {
    padding-top: 110px !important;
    padding-bottom: 80px !important;
  }
}

body.home p {
  margin: 0 auto;
  padding: 0;
}

.slider-startseite {
  min-height: 430px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  position: relative;
}

.slider-box {
  position: absolute;
  left: 40px;
  bottom: -40px;
  padding: 20px 20px 10px 20px;
  max-width: 86% !important;
}

.slider-box p {
  font-weight: 400;
}

.slider-box::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  border-radius: 40px 40px 0px 40px;
}

body.page-id-2 #content > div > #kontakt.vc_section,
body.page-id-1181 #content > div > #kontakt.vc_section {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}

.kontakt-linke-spalte.vc_column_container > .vc_column-inner {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

#ueber-uns li {
  font-weight: 400;
}

.mt-bild-einleitung img {
  max-width: 75%;
  border-radius: 40px 0 40px 40px;
  -webkit-border-radius: 40px 0 40px 40px;
  -moz-border-radius: 40px 0 40px 40px;
  -ms-border-radius: 40px 0 40px 40px;
  -o-border-radius: 40px 0 40px 40px;
}

.breite-max-startseite {
  max-width: 64%;
  margin: 30px auto !important;
}

@media (min-width: 768px) {
  .slider-startseite {
    min-height: 560px;
  }
  .slider-box {
    padding: 40px 50px 20px 50px;
    max-width: 700px !important;
  }
  .breite-max-startseite {
    max-width: 100%;
    margin: 0 40px 0 0 !important;
  }
}

body.page-id-439
#content
> .container-wrap
.vc_section.hg-grau
.vc_column_container
> .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

body.page-id-436
#content
> .container-wrap
.vc_section.hg-grau
.vc_column_container
> .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

body:not(.page-id-2):not(.page-id-1181) #content .vc_section > div {
  padding: 50px 20px !important;
}

body:not(.page-id-2):not(.page-id-1181)
#content
.seitentitel-container.vc_section
> div {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
}

body:not(.page-id-2):not(.page-id-1181)
#content
.vc_section:first-child
> div
+ div {
  padding-top: 0px !important;
}

@media (min-width: 768px) {
  body:not(.page-id-2):not(.page-id-1181) #content .vc_section > div {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    max-width: 880px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: calc(5vw + 20px) !important;
    padding-right: calc(5vw + 20px) !important;
  }
  body:not(.page-id-2):not(.page-id-1181)
#content
.vc_section.wide-layout
> div {
    max-width: 1240px;
  }
  body.page-id-712 #content .vc_section > div,
  body.page-id-878 #content .vc_section > div {
    max-width: 1240px;
  }
  body:not(.page-id-2):not(.page-id-1181)
#content
.seitentitel-container.vc_section
> div {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    max-width: 880px;
  }
  body:not(.page-id-2):not(.page-id-1181)
#content
.vc_section:first-child
> div
+ div {
    padding-top: 0px !important;
  }
  .full-width > div {
    max-width: unset !important;
  }
}

body:not(.page-id-2):not(.page-id-1181)
#content
.vc_section.padding-entfernen
> div {
  padding-top: 2px !important;
  padding-bottom: 20px !important;
}

body:not(.page-id-2):not(.page-id-1181)
#content
.vc_section.padding-entfernen-oben
> div {
  padding-top: 0 !important;
}

body:not(.page-id-2):not(.page-id-1181)
.vc_column_container
> .vc_column-inner {
  padding-left: 30px;
  padding-right: 30px;
}

body:not(.page-id-2):not(.page-id-1181) .vc_row {
  margin-left: -30px;
  margin-right: -30px;
}

/* Höhe der Admin-Bar */
body.admin-bar #header.issticky {
  margin-top: 32px !important;
}

/* Seitenbegrenzung */
.container-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}

#header .container-wrap {
  margin-left: auto;
  margin-right: auto;
}

#footer .container-wrap > .vc_section > .container-wrap > .vc_row {
  max-width: 1260px;
  max-width: 1064px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home #content .container-wrap > .vc_section > .container-wrap > .vc_row {
  max-width: 1240px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home
#content
.container-wrap
> #produkte.vc_section
> .container-wrap
> .vc_row {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#footer .vc_section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

#footer .footer-logo {
  text-align: center !important;
}

#footer p {
  text-align: center;
}

.footer-logo img {
  padding-bottom: 20px;
  max-width: 250px;
}

#footer .footer-1 {
  background-color: #0077ba;
}

#footer .footer-2 {
  background-color: #00649e;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

#footer .footer-1 a,
#footer .footer-2 a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
}

#footer a:hover {
  color: #cca15d;
}

#footer .footer-legal a {
  display: block;
}

.footer-1 .vc_col-sm-12 + .vc_col-sm-12 {
  margin-top: 0px !important;
}

@media (min-width: 992px) {
  .footer-logo img {
    padding-bottom: 0px;
  }
  #footer p {
    text-align: center;
  }
  #footer .footer-1 a,
  #footer .footer-2 a {
    padding-left: 0px;
  }
  #footer .footer-1 a {
    text-align: left;
  }
  #footer .footer-2 {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
  }
  .footer-legal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-legal a {
    padding: 20px;
  }
  .footer-1 > div > div > div > .vc_column-inner > .wpb_wrapper {
    border-top: 2px solid #cca15d;
    padding-top: 10px;
  }
  .footer-1 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .mobil-ausblenden {
    display: none;
  }
}

.pdf-download {
  position: relative;
  margin-left: 24px;
  margin-bottom: 20px !important;
}

a.pdf-download::before,
.pdf-download p::before {
  content: '';
  display: block;
  background-image: url(./images/pdf-icon.svg);
  width: 20px;
  height: 23px;
  position: absolute;
  left: -26px;
  top: 0;
  background-size: 80%;
  background-repeat: no-repeat;
}

a.pdf-download::before {
  left: -34px;
  background-size: 100%;
}

.pdf-download .beschreibung {
  font-size: 14px;
}

@media screen and (min-width: 650px) {
  .pdf-download {
    margin-left: 34px;
  }
  a.pdf-downlaod::before,
  .pdf-download p::before {
    left: -33px;
    top: 2px;
    background-size: 100%;
  }
}

.image_text {
  font-size: 16px;
  line-height: 1.3;
}

.image_text span {
  display: block;
  padding-top: 14px;
}

.wordbreak {
  -ms-hyphens: auto;
  -ms-word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/open-sans-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-300.woff") format("woff"), url("./fonts/open-sans-v20-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/open-sans-v20-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-300italic.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-300italic.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-300italic.woff") format("woff"), url("./fonts/open-sans-v20-latin-300italic.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-regular.woff") format("woff"), url("./fonts/open-sans-v20-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/open-sans-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-italic.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-italic.woff") format("woff"), url("./fonts/open-sans-v20-latin-italic.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/open-sans-v20-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-600.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-600.woff") format("woff"), url("./fonts/open-sans-v20-latin-600.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/open-sans-v20-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-600italic.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-600italic.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-600italic.woff") format("woff"), url("./fonts/open-sans-v20-latin-600italic.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/open-sans-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-700.woff") format("woff"), url("./fonts/open-sans-v20-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/open-sans-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-700italic.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-700italic.woff") format("woff"), url("./fonts/open-sans-v20-latin-700italic.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/open-sans-v20-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-800.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-800.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-800.woff") format("woff"), url("./fonts/open-sans-v20-latin-800.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/open-sans-v20-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/open-sans-v20-latin-800italic.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v20-latin-800italic.woff2") format("woff2"), url("./fonts/open-sans-v20-latin-800italic.woff") format("woff"), url("./fonts/open-sans-v20-latin-800italic.ttf") format("truetype"), url("./fonts/open-sans-v20-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

.fluentform .ff-el-form-control {
  border: 1px solid #f0f0f0 !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  font-weight: 400;
}

.fluentform .ff-el-group {
  margin-bottom: 0px !important;
}

.custom-checkbox.checked,
.custom-radiobutton.checked {
  background: #0077ba;
  border-color: #0077ba;
}

html .fluentform .ff-el-tc label.ff_tc_label > span {
  padding-top: 20px !important;
}

.ff_t_c {
  font-size: 15px;
  color: #727272;
  line-height: 1.2;
}

.ff-el-form-check-label {
  font-size: 16px !important;
}

.ff-el-form-check-label span:nth-child(3) {
  position: relative;
  top: -3px;
  left: -9px;
}

.ff-btn-submit {
  margin-top: 30px;
}

.ff-message-success {
  padding: 15px 0 15px !important;
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fluentform .ff-el-tooltip {
  position: absolute !important;
  top: 31px !important;
  left: -11px !important;
}

@media (min-width: 768px) {
  .fluentform .ff-el-tooltip {
    left: -30px !important;
  }
}

.ff-el-pop-content {
  border-radius: 6px !important;
  background-color: #42abe6 !important;
  font-size: 14px !important;
  font-weight: 400;
}

.ff-el-group {
  padding-bottom: 15px;
}

.ff-el-form-hide_label {
  padding-bottom: 5px;
  padding-top: 20px;
}

.fluentform .ff-el-group {
  font-size: 14px;
  line-height: 1.7;
}

.ff-el-form-check-label {
  font-weight: 700 !important;
}

#header a {
  color: #0077ba;
}

#header ul {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

#header .sub-menu li:hover {
  background: none !important;
}

#header .sub-menu a:hover {
  background: none;
}

ul.primary-menu {
  margin: 0;
  list-style: none;
  width: 100%;
  font-size: 0;
}

ul.primary-menu ul {
  list-style: none;
}

ul.primary-menu ul.sub-menu {
  margin-left: 0;
  margin-top: 0;
  display: none;
  left: -15px;
  background: none;
  color: #fff;
  margin-bottom: 0;
}

ul.primary-menu > li > ul.sub-menu > li {
  display: inline;
}

ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
}

ul.primary-menu > li > a {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
}

/* Sprachumschalter */
.primary-menu > li#menu-item-128 > a {
  color: #fff;
}

.primary-menu > li#menu-item-128 > a::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 6px;
  margin-top: 27px;
  background: #cca15d;
  padding: 10px;
  left: -11px;
  right: -11px;
  top: -8px;
  z-index: -1;
  bottom: 0px;
}

.primary-menu > li#menu-item-128 > a:hover::before {
  background: #0077ba;
}

/* ENDE Sprachumschalter */
/* mobile Navigation / Header */
@media (max-width: 1199px) {
  #nav-wrap ul li .sub-menu li a span {
    display: none;
  }
  .einklinker-container {
    display: none;
  }
  .chevron {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -4px;
    right: -40px;
    background: 0 0;
    border-bottom: 0;
    border-radius: 50%;
    padding: 10px !important;
  }
  .chevron::before {
    content: '';
    background-image: url(images/chevron.svg);
    border-style: none;
    border-width: 0;
    display: inline-block;
    position: relative;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .chevron.bottom:before {
    top: -11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .chevron.top::before {
    top: -5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
  }
  #content {
    margin-top: 90px;
  }
  #logo,
  #logo-wrap {
    width: 45vw !important;
    max-width: 135px;
    height: auto !important;
    position: relative;
    z-index: 12;
  }
  #header #nav-wrap {
    text-align: center;
  }
  #header > .vc_section .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #header > .vc_section .logo img {
    max-width: 100px;
  }
  #menu-toggle {
    display: block;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 0 !important;
    border: 0px;
  }
  button#menu-toggle {
    background: transparent;
  }
  #menu-toggle:hover {
    background: transparent;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger-box {
    width: 25px;
    height: 25px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: '';
    position: relative;
    height: 3px;
    background-color: #0077ba;
    border-radius: 0;
    width: 15px;
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .hamburger-inner::before {
    top: -9px;
    width: 29px;
  }
  .hamburger-inner::after {
    bottom: -6.5px;
    width: 22px;
  }
  #menu-toggle:hover .hamburger-inner::before,
  #menu-toggle:hover .hamburger-inner,
  #menu-toggle:hover .hamburger-inner::after {
    width: 29px;
  }
  #menu-toggle.is-active .hamburger-inner {
    width: 0;
  }
  #menu-toggle.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 29px;
    top: 0px;
  }
  #menu-toggle.is-active .hamburger-inner::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 29px;
    top: -3px;
  }
  #site-header-menu {
    display: none;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding: 0;
  }
  #header #menu-toggle.is-active + #site-header-menu {
    visibility: visible;
  }
  body.active-menu .logo {
    display: none;
  }
  body.active-menu #site-header-menu {
    display: block;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  body.active-menu #content,
  body.active-menu #footer {
    display: none;
  }
  ul.primary-menu > li > a:hover::before,
  ul.primary-menu > .current-menu-parent::before,
  ul.primary-menu > .current-menu-item::before {
    content: '';
    display: block;
    position: absolute;
    background: #0077ba;
    z-index: -1;
    right: 0px;
    left: 0px;
    top: 76px !important;
    bottom: 11px !important;
  }
  ul.primary-menu {
    z-index: 99999;
    margin-top: 115px;
  }
  ul.primary-menu li + li {
    padding: 20px 0 0;
  }
  ul.primary-menu li {
    position: relative;
    font-size: 21px;
    color: #fff;
    padding-bottom: 0px;
  }
  ul.primary-menu li.active-menu ul.sub-menu {
    display: block;
  }
  ul.primary-menu > li > a {
    position: relative;
    line-height: 1.3;
  }
  ul.primary-menu > li > a:hover {
    color: #0077ba;
  }
  ul.primary-menu > li > a:hover::before {
    content: none;
  }
  ul.primary-menu ul.sub-menu {
    display: none;
    margin: 10px 0 20px 0;
    padding: 20px 0 24px 0;
    left: -15px;
    background: #0077ba;
    color: #fff;
    border-radius: 0px;
    background-size: cover;
  }
  ul.primary-menu ul.sub-menu::before {
    content: none;
    width: 1px;
    height: 1px;
    border: 10px solid #0077ba;
    border: 10px solid red;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 40px;
    left: calc(50% - 10px);
  }
  ul.primary-menu ul.sub-menu li {
    margin: 0;
    padding: 5px;
  }
  ul.primary-menu ul.sub-menu li a {
    font-size: 21px;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
  }
  ul.primary-menu ul.sub-menu ul.sub-menu {
    margin: 0;
    padding: 10px;
  }
  ul.primary-menu ul.sub-menu ul.sub-menu li {
    padding: 0;
  }
  ul.primary-menu ul.sub-menu ul.sub-menu li a {
    font-weight: 300;
  }
  ul.primary-menu > li > ul.sub-menu > li > a {
    display: none;
  }
  ul.primary-menu > li > ul.sub-menu > li.wpml-ls-item > a {
    display: block !important;
    font-weight: 600;
  }
  ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    font-weight: 600;
  }
}

img#logo {
  margin-top: 11px;
  margin-left: 20px;
}

#header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  font-size: 0;
  width: 100vw;
  background: #fff;
  top: 0px !important;
  z-index: 9;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  height: 90px;
}

#header.issticky img#logo {
  margin-top: 11px;
}

#header.issticky #menu-toggle {
  top: 20px;
}

#header #logo-wrap {
  display: block;
  float: left;
}

/* Animation des Headers beim Scrollen */
#header {
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
}

#header.notontop {
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

#header.issticky {
  position: fixed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 90px;
  transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -o-transform: translateY(0%) !important;
}

#header.issticky.removesticky {
  transform: translateY(-200%) !important;
  -webkit-transform: translateY(-200%) !important;
  -moz-transform: translateY(-200%) !important;
  -ms-transform: translateY(-200%) !important;
  -o-transform: translateY(-200%) !important;
}

/* ––– ENDE ––– Animation des Headers beim Scrollen */
@media (min-width: 1200px) {
  #header li:hover {
    background: #cca15d;
  }
  #header ul#menu-header > li {
    margin-top: -25px;
  }
  #header ul li {
    padding-bottom: 0;
  }
  #header #nav-wrap {
    text-align: right;
    float: right;
    padding: 0 20px 0 20px;
  }
  #header #logo-wrap {
    padding-left: 20px;
  }
  #header.issticky {
    background: #fff;
  }
  #header.issticky img#logo {
    margin-top: 18px;
  }
  #header.issticky,
  #header {
    height: 130px;
  }
  ul.primary-menu > .current-menu-ancestor,
  ul.primary-menu > .current-menu-parent,
  ul.primary-menu > .current-menu-item {
    background: #cca15d;
  }
  ul.primary-menu > .current-menu-ancestor > a,
  ul.primary-menu > .current-menu-parent > a,
  ul.primary-menu > .current-menu-item > a {
    color: #fff !important;
  }
  ul.primary-menu > li > ul.sub-menu,
  ul.primary-menu > ul.sub-menu {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  ul.primary-menu > li {
    display: inline-block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  ul.primary-menu > li > a {
    display: block;
    font-size: 18px;
    margin-top: 0px;
    padding: 53px 20px 56px;
  }
  ul.primary-menu > li > a:hover {
    color: #0077ba;
  }
  ul.primary-menu > li > a:hover::before {
    top: -8px;
    bottom: 0px;
  }
  ul.primary-menu > li:hover > a {
    color: #fff !important;
  }
  ul.primary-menu > li:hover::before {
    opacity: 1;
  }
  ul.primary-menu > li > ul.sub-menu {
    display: block;
    opacity: 0;
    top: 130px;
    position: absolute;
    text-align: left;
    padding: 50px;
    padding-left: calc(100vw - 988px);
    left: 0px;
    background: rgba(0, 119, 186, 0.87);
    z-index: -1;
    width: 100vw;
    pointer-events: none;
    height: 510px;
  }
  ul.primary-menu > li > ul.sub-menu > li {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    height: 100%;
  }
  ul.primary-menu > li > ul.sub-menu > li:last-child {
    border-right: 0px;
  }
  ul.primary-menu > li + li {
    margin-left: 0;
  }
  ul.primary-menu > li.wpml-ls-item {
    position: relative;
  }
  ul.primary-menu > li.wpml-ls-item ul.sub-menu {
    height: 81px !important;
  }
  ul.primary-menu > li.wpml-ls-item:hover ul.sub-menu {
    top: 127px;
    position: absolute;
    left: -10px;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  }
  ul.primary-menu > li.wpml-ls-item:hover > a {
    color: #0077ba !important;
  }
  ul.primary-menu > li.wpml-ls-item ul.sub-menu li {
    width: 81px;
    position: absolute;
  }
  ul.primary-menu > li.wpml-ls-item ul.sub-menu li a {
    border: 1px transparent;
    margin-bottom: 0px;
    padding: 30px !important;
    margin-right: 0px !important;
  }
  ul.primary-menu > li.wpml-ls-item ul.sub-menu li a .wpml-ls-native {
    font-weight: 600;
  }
  ul.primary-menu > li.wpml-ls-item a:hover {
    color: #0077ba !important;
  }
  ul.primary-menu > li.wpml-ls-item > a::after {
    content: '';
    display: block;
    background-image: url(images/chevron-blau.svg);
    width: 18px;
    height: 13px;
    position: absolute;
    top: 82px;
    left: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  ul.primary-menu > li.wpml-ls-item:hover a::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  ul.primary-menu > li.wpml-ls-item .sub-menu {
    width: 81px;
    height: unset;
    padding: 0px;
    top: 127px;
    left: -10px;
  }
  ul.primary-menu > li::before,
  ul.primary-menu > .current-menu-parent::before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 0;
    left: calc(50% - 14px);
    top: 154px !important;
    opacity: 0;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    border: 14px solid;
    border-top-color: #cca15d;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
  }
  ul.primary-menu li.wpml-ls-item:hover {
    background: none !important;
  }
  ul.primary-menu li.wpml-ls-item::before {
    display: none;
  }
  ul.primary-menu > li:hover > ul.sub-menu {
    display: inherit;
    top: 130px;
    opacity: 1;
    pointer-events: auto;
    height: 510px;
  }
  ul.primary-menu > li ul.sub-menu li a {
    font-size: 18px;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 400;
    padding: 10px 15px !important;
    display: block;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  ul.primary-menu > li ul.sub-menu li a:hover {
    color: #fff !important;
    border-color: #42abe6;
    background-color: #42abe6 !important;
  }
  ul.primary-menu > li ul.sub-menu li:last-child a {
    padding-bottom: 0px;
  }
  ul.primary-menu > li ul.sub-menu li.current_page_item > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -5px;
    top: 15px;
    background-color: #cca15d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  ul.primary-menu > li ul.sub-menu li ul.sub-menu {
    width: unset;
    margin: 0;
    display: block;
    margin-bottom: 0px;
  }
  ul.primary-menu > li > ul.sub-menu > li {
    height: 100%;
    display: block;
  }
  ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    padding-top: 13px;
  }
  ul.primary-menu > li > ul.sub-menu > li > a {
    display: none;
  }
  ul.primary-menu > li > ul.sub-menu > li.wpml-ls-menu-item > a {
    display: block;
  }
  ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    font-weight: 700;
    padding: 120x 15px 10px !important;
  }
  ul.primary-menu > li > ul.sub-menu > li.current-menu-parent,
  ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-ancestor {
    position: relative;
  }
  ul.primary-menu .sub-menu .sub-menu .sub-menu a {
    margin-left: 12px;
  }
  .nav-menu-image {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -7.5px;
    margin-right: 2.5px;
  }
  #menu-toggle {
    display: none;
  }
  img#logo {
    margin-top: 21px;
    width: 180px;
  }
  #content {
    margin-top: 130px;
    /* Höhe des Headers, wenn er absolute ist*/
  }
  .chevron {
    display: none;
  }
  .primary-menu > li.menu-button > a::before {
    position: absolute;
    top: 54px !important;
  }
}

@media (min-width: 1200px) {
  ul.primary-menu > li > ul.sub-menu > li:first-child {
    display: none;
  }
  #header #nav-wrap {
    padding: 0 calc(5vw + 20px) 0 20px;
  }
  #header #logo-wrap {
    padding-left: 0vw;
  }
  .rubrikbild {
    position: absolute;
    left: calc(100vw - 1350px);
    top: 50px;
  }
  .rubrikbild a {
    display: block !important;
    position: relative !important;
  }
  .rubrikbild a img {
    width: 300px;
  }
  .rubrikbild a .menu-bild-text {
    font-weight: 700;
    padding: 12px 0 17px 0;
    position: relative;
    top: -5px;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .rubrikbild a .menu-bild-text::after {
    content: '';
    display: inline-block;
    position: relative;
    background-image: url(./images/arrow-sprungmarken-weiss.svg);
    width: 30px;
    height: 26px;
    right: -5px;
    top: 5px;
  }
  .rubrikbild a:hover .menu-bild-text {
    padding: 12px 18px 17px 0;
    left: 18px;
  }
  ul.primary-menu > li ul.sub-menu li.rubrikbild a {
    padding: 0px !important;
  }
}

@media screen and (min-width: 1280px) {
  img#logo {
    margin-top: 14px;
    width: 200px;
  }
  #header #logo-wrap {
    padding-left: 0vw;
  }
}

@media screen and (min-width: 1400px) {
  ul.primary-menu > li > ul.sub-menu > li:first-child {
    display: block;
  }
}

/* Sprachumschalter und Suche */
.primary-menu > li.menu-button > a {
  color: #fff;
}

.primary-menu > li.menu-button > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 18px;
  height: 18px;
  left: 9px;
}

.primary-menu > li.menu-button > a:hover::before {
  background: #0077ba;
}

.primary-menu > li.menu-button.suche {
  cursor: pointer;
  margin-right: 12px;
  position: relative;
}

.primary-menu > li.menu-button.suche::before {
  display: none;
}

.primary-menu > li.menu-button.suche:hover {
  background: none !important;
}

.primary-menu > li.menu-button.suche:hover > a::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.3px' height='17.3px' viewBox='0 0 17.3 17.3' enable-background='new 0 0 17.3 17.3' xml:space='preserve'%3E%3Cpath fill='%23CCA15D' d='M16.8,14.9l-4.3-4.3c1.8-2.8,1.2-6.6-1.4-8.7C8.3-0.2,4.2,0.3,2,3.1S0.3,10,3.1,12.2 c2.2,1.7,5.2,1.8,7.5,0.3l4.3,4.3L16.8,14.9z M7.1,11.1c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S9.3,11.1,7.1,11.1z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.primary-menu > li.menu-button.suche > a {
  min-width: 20px;
  pointer-events: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.primary-menu > li.menu-button.suche > a::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='17.3px' height='17.3px' viewBox='0 0 17.3 17.3' enable-background='new 0 0 17.3 17.3' xml:space='preserve'%3E%3Cpath fill='%230077BA' d='M16.8,14.9l-4.3-4.3c1.8-2.8,1.2-6.6-1.4-8.7C8.3-0.2,4.2,0.3,2,3.1S0.3,10,3.1,12.2 c2.2,1.7,5.2,1.8,7.5,0.3l4.3,4.3L16.8,14.9z M7.1,11.1c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S9.3,11.1,7.1,11.1z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.searchform-container {
  /* height: 110px; */
  background: #0077ba;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* display: none; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease, bottom 0.5s ease, opacity 0.5s ease;
  transition: height 0.5s ease, bottom 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

.searchform-container.active {
  /* display: flex; */
  height: 110px;
  bottom: -110px;
  opacity: 1;
}

.searchform-container > .container-wrap {
  height: 100%;
  width: 100%;
  padding: 0 calc(5vw + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: center; */
}

.searchform-container > .container-wrap #searchform {
  width: 100%;
}

.searchform-container > .container-wrap #searchform .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.searchform-container > .container-wrap #searchform .search-wrapper input[type='text'] {
  background: #0077ba;
  color: #fff;
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
}

.searchform-container > .container-wrap #searchform .search-wrapper ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}

.searchform-container > .container-wrap #searchform .search-wrapper :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}

.searchform-container > .container-wrap #searchform .search-wrapper ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}

.searchform-container > .container-wrap #searchform .search-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
}

.searchform-container > .container-wrap #searchform .search-wrapper #searchsubmit {
  background-color: #fff !important;
}

.searchform-container > .container-wrap #searchform .search-wrapper .x-icon,
.searchform-container > .container-wrap #searchform .search-wrapper #searchsubmit {
  width: 58px;
  height: 42px;
  cursor: pointer;
  padding: 0 !important;
  margin-left: 10px;
}

.searchform-container > .container-wrap #searchform .search-wrapper .x-icon:hover,
.searchform-container > .container-wrap #searchform .search-wrapper #searchsubmit:hover {
  background-color: #42abe6 !important;
}

.searchform-container > .container-wrap #searchform .search-wrapper .x-icon {
  background: url("images/x-icon.svg") no-repeat center center;
}

.searchform-container > .container-wrap #searchform .search-wrapper #searchsubmit {
  background: url("images/search-icon.svg") no-repeat center center;
}

/* Carousel  Pfeile */
.bb-ultimate-carousel .slick-prev::before,
.bb-ultimate-carousel .slick-next::before {
  background: #0077ba;
  width: 30px;
  height: 30px;
  border-top: 0px !important;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bb-ultimate-carousel .slick-prev::before {
  content: url(./images/arrow-left-30px.svg);
  margin-left: 0px !important;
  border-left: 0px !important;
}

.bb-ultimate-carousel .slick-next::before {
  content: url(./images/arrow-right-30px.svg);
  margin-left: 0px !important;
  border-right: 0px !important;
}

.bb-ultimate-carousel .slick-prev:hover::before,
.bb-ultimate-carousel .slick-next:hover::before {
  background: #cca15d;
}

.bb-ultimate-carousel .slick-prev:hover,
.bb-ultimate-carousel .slick-prev:focus,
.bb-ultimate-carousel .slick-next:hover,
.bb-ultimate-carousel .slick-next:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.bb-ultimate-carousel .slick-prev,
.bb-ultimate-carousel .slick-next {
  border: 0px !important;
  height: 30px !important;
  width: 30px !important;
}

.bb-ultimate-carousel .slick-prev {
  left: -10px;
  position: absolute;
  z-index: 10;
}

.bb-ultimate-carousel .slick-next {
  right: -10px;
  position: absolute;
  z-index: 10;
}

@media (min-width: 768px) {
  .bb-ultimate-carousel .slick-prev {
    left: -30px;
  }
  .bb-ultimate-carousel .slick-next {
    right: -30px;
  }
}

@media (min-width: 1280px) {
  .bb-ultimate-carousel .slick-prev {
    left: -30px;
  }
  .bb-ultimate-carousel .slick-next {
    right: -30px;
  }
}

/* Carousel  Pfeile ENDE */
/* Carousel  Items */
.slick-slide {
  padding: 10px 30px;
}

.bb-ultimate-carousel .wpb_single_image + .wpb_text_column,
.bb-ultimate-carousel .wpb_text_column + .wpb_single_image {
  padding-top: 10px;
}

.bb-ultimate-carousel p {
  font-size: 14px !important;
}

.bb-ultimate-carousel a {
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .bb-ultimate-carousel p {
    font-size: 16px !important;
  }
}

.carousel-startseite a {
  font-weight: 400;
  font-size: 18px !important;
}

.carousel-startseite .slick-slide:hover a {
  color: #42abe6;
}

.carousel-startseite .slick-slide:hover a img {
  -webkit-filter: invert(48%) sepia(40%) saturate(4851%) hue-rotate(164deg) brightness(98%) contrast(101%);
          filter: invert(48%) sepia(40%) saturate(4851%) hue-rotate(164deg) brightness(98%) contrast(101%);
}

.carousel-startseite .slick-slide figure {
  width: 100%;
}

.carousel-startseite .slick-slide figure a {
  width: 100%;
}

.carousel-startseite .slick-slide figure a img {
  margin: 0 auto;
}

/* Buttons */
.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
}

.fluentform .ff-btn,
.form.fluent_form_1 .ff-btn-submit,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.btn-1 .vc_btn3,
.btn-1-dark .vc_btn3,
.btn-2 .vc_btn3,
.btn-2-dark .vc_btn3 {
  font-weight: 600 !important;
  font-style: unset !important;
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 0em;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-top-right-radius: 0px !important;
  line-height: 1.4 !important;
}

.fluentform .ff-btn,
.form.fluent_form_1 .ff-btn-submit,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.btn-1 .vc_btn3,
.btn-1-dark .vc_btn3 {
  color: #fff !important;
  background-color: #cca15d !important;
  border: 0px solid #0077ba !important;
  padding: 10px 18px !important;
}

.btn-2 .vc_btn3,
.btn-2-dark .vc_btn3 {
  color: #cca15d !important;
  background-color: unset !important;
  border: 2px solid #cca15d !important;
  padding: 10px 18px !important;
}

@media screen and (min-width: 1200px) {
  .btn-2 .vc_btn3,
  .btn-2-dark .vc_btn3 {
    padding: 10px 18px !important;
  }
}

.btn-1-dark .vc_btn3:hover,
.btn-2-dark .vc_btn3:hover {
  border: 3px solid #fff !important;
  background-color: #fff !important;
  color: #0077ba !important;
}

.fluentform .ff-btn:hover,
.form.fluent_form_1 .ff-btn-submit:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.btn-1 .vc_btn3:hover {
  background-color: #42abe6 !important;
  border: 0px solid #42abe6 !important;
}

.btn-2 .vc_btn3:hover {
  color: #fff !important;
  background-color: #cca15d !important;
  border: 2px solid #cca15d !important;
}

html input[type='button'],
input[type='reset'],
input[type='submit'] {
  padding-left: 15px !important;
}

.fluentform .ff-btn {
  line-height: 1.2 !important;
}

.vc_btn3-container {
  margin-bottom: 30px !important;
  margin-top: 10px !important;
}

/* Mitarbeiter / Testimonial  */
.mitarbeiter-portrait img {
  border: solid 6px #fff;
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.2);
  max-width: 220px;
  border-radius: 50%;
}

.mitarbeiter-text {
  max-width: 540px;
  text-align: center !important;
  margin: 0 auto;
  padding: 25px;
}

.mitarbeiter-text h4 {
  font-weight: 600;
}

.mitarbeiter-text h5 {
  font-weight: 400;
}

.mitarbeiter-text li {
  font-weight: 400;
}

@media (min-width: 768px) {
  .wpb_single_image.vc_align_left.mitarbeiter-portrait {
    text-align: right !important;
  }
  .mitarbeiter-text {
    text-align: left !important;
    margin: 0;
    padding: 14px 25px;
    border: 6px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  }
  .mitarbeiter-text::before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 10px;
    top: calc(50% - 5px);
    border: 10px solid transparent;
    border-right: 10px solid #fff;
  }
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #fff !important;
}

.vc_tta-tabs:not([class*='vc_tta-gap']):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top
.vc_tta-tab.vc_active
> a {
  background: #0077ba !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #cca15d !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  border-width: 0px !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 25px !important;
}

/* Cookie Notice  */
#cookie-notice {
  background-color: #0077ba !important;
  font-family: 'Open Sans', sans-serif !important;
}

.cn-button.wp-default,
.cn-button.bootstrap {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
}

#cn-accept-cookie {
  border: 2px solid #cca15d;
  background-color: #cca15d !important;
  display: block;
  width: 190px;
  margin: 3px auto 15px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  font-size: 18px;
  font-weight: 600 !important;
  padding: 12px !important;
}

#cn-accept-cookie:hover {
  border: 2px solid #42abe6;
  background-color: #42abe6 !important;
}

.cn-button.bootstrap {
  background: unset !important;
}

.cn-buttons-container,
.cn-text-container {
  max-width: 820px !important;
  margin: 15px auto !important;
  display: block;
}

.cn-close-icon {
  display: none !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic
.vc_active
.vc_tta-panel-heading
.vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic
.vc_active
.vc_tta-panel-heading
.vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-style-classic
.vc_tta-panel.vc_active
.vc_tta-panel-title
> a {
  color: #fff !important;
  background: #0077ba !important;
}

.vc_tta-accordion .vc_tta-panel + .vc_tta-panel {
  padding-top: 20px;
}

.vc_tta-container {
  padding-top: 40px;
}

.vc_tta-container + .vc_tta-container {
  padding-top: 0px;
}

.vc_tta-accordion h4 a {
  font-size: 20px;
  line-height: 1.4;
}

.vc_tta-panel-heading {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.wpb_text_column + .vc_tta-container {
  padding-top: 20px !important;
}

h2 + .vc_tta {
  padding-top: 17px;
}

.vc_tta-container + .vc_tta-container {
  padding-top: 30px;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 10px 20px 10px 46px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.breadcrumbs-wrap {
  position: relative;
  top: 90px;
  z-index: 1;
  background-color: #0077ba;
}

.page-id-2 .breadcrumbs-wrap,
.page-id-1181 .breadcrumbs-wrap {
  display: none;
}

.breadcrumbs-container {
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
}

.breadcrumbs-container a {
  color: #fff;
}

.breadcrumbs {
  position: relative;
  display: block;
  padding: 15px 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .breadcrumbs-wrap {
    top: 130px;
  }
  .breadcrumbs {
    padding-left: 5vw;
  }
}

#search-section {
  width: 100%;
}

#search-section .container-wrap {
  max-width: 1080px;
  padding: 20px;
}

#search-section .container-wrap .search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
}

#search-section .container-wrap .search-results .search-item {
  width: 100%;
  height: 300px;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 15px solid #f0f0f0;
  background: #f0f0f0;
  border-radius: 0px;
}

#search-section .container-wrap .search-results .search-item .result-image {
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#search-section .container-wrap .search-results .search-item .result-image:not(.placeholder) {
  background-size: contain !important;
}

#search-section .container-wrap .search-results .search-item .result-title {
  margin-top: auto;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  #search-section .container-wrap .search-results .search-item {
    width: calc(33% - 40px);
    height: 300px;
  }
}

::-webkit-input-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

::-ms-input-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.searchform-container > .container-wrap #searchform .search-wrapper input[type="text"] {
  font-size: 20px !important;
}

.hg-blau {
  background-color: #0077ba;
}

h4 {
  color: #0077ba;
}

#kontakt h2 {
  font-size: 26px;
}

body.home
#content
.container-wrap
> #abteilungen.vc_section
> .container-wrap
> .vc_row {
  max-width: 1340px;
}

.slider-startseite {
  min-height: 50vw;
}

@media screen and (min-width: 1200px) {
  .slider-startseite {
    min-height: 40vw;
  }
}

.wpb_single_image.icon-nwst + .wpb_text_column {
  padding-top: 10px;
}

.image-description {
  margin-top: -30px !important;
}

@media (min-width: 768px) {
  .image-description {
    margin-top: unset !important;
  }
}

.aktuelles {
  background: #0077ba;
  position: relative;
  top: -30px;
}

.kita-news {
  background: #0077ba;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .aktuelles {
    top: -93px;
  }
}

.aktuelles-headline {
  border-bottom: 2px solid #cca15d;
  padding-bottom: 12px;
  margin-bottom: 12px !important;
}

.kita-news-headline {
  border-bottom: 2px solid #cca15d;
  padding-top: 20px;
  padding-bottom: 12px;
}

.beitragstitel {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.kita-news .beitragstitel {
  font-size: 26px;
}

.beitragsdatum {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.beitragsausschnitt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px !important;
  line-height: 1.6;
}

.weitere-meldungen {
  position: relative;
  left: 0px;
  bottom: 15px;
  z-index: 3;
}

.weitere-kita-news {
  margin-bottom: 30px !important;
  position: relative;
  bottom: 0px;
  z-index: 5;
}

body:not(.page-id-2):not(.page-id-1181) .kita-news .vc_gitem_row .vc_gitem-col {
  padding-top: 10px !important;
}

.kita-news > .vc_column-inner {
  margin-bottom: -20px !important;
}

body:not(.page-id-2):not(.page-id-1181)
.kita-news
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
  padding-bottom: 0px !important;
}

body:not(.page-id-2):not(.page-id-1181)
.kita-news
.vc_grid-item.vc_clearfix.vc_col-sm-12.vc_visible-item.fadeIn.animated {
  margin-bottom: -20px !important;
}

body #content > div > .vc_section#news {
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 1200px) {
  .weitere-meldungen {
    position: absolute;
    left: 231px;
    bottom: 27px;
  }
  .weitere-kita-news {
    margin-bottom: 0 !important;
    position: absolute;
    left: 231px;
    bottom: 30px;
  }
  .kita-news {
    width: 45%;
    margin-bottom: 0px;
  }
  .rechte-spalte-neben-kita-news {
    padding-left: 50px;
  }
}

.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
  position: relative;
  right: 0;
  top: 0;
}

body:not(.page-id-2):not(.page-id-1181) .news .vc_row {
  margin-left: -30px;
  margin-right: -50px;
}

body:not(.page-id-2):not(.page-id-1181) .vc_grid-container {
  padding: 0px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 70px !important;
}

.mt-flex-center > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-flex-center .btn-2 {
  margin-left: 13px;
  margin-right: 13px;
}

.startseite-abschnitt-krankenhaus {
  padding-top: 10px !important;
}

.carousel-startseite {
  max-width: 90%;
  margin: 0 auto !important;
}

body.page-id-2 #content > div > .vc_section.randlos-section,
body.page-id-1181 #content > div > .vc_section.randlos-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

body.home
#content
.container-wrap
> .vc_section.randlos-section
> .container-wrap
> .vc_row {
  max-width: unset !important;
}

.full-hg {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}

.full-hg.vc_column_container > .vc_column-inner {
  padding-left: 0px;
}

.vollbild-textspalte {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}

.verteilerlinks a {
  color: #cca15d;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .full-hg {
    padding-right: 0px !important;
  }
  .full-hg.vc_column_container > .vc_column-inner {
    padding-right: 0px;
  }
  .vollbild-textspalte {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .einleitung-startseite {
    padding-left: 60px !important;
  }
}

.footer-logo img {
  max-width: 170px;
}

.wpb_single_image.vc_align_left.social-facebook,
.wpb_single_image.vc_align_left.social-youtube {
  text-align: center;
}

.social-youtube,
.social-facebook {
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  margin-top: 10px;
}

.social-youtube a,
.social-facebook a {
  padding: 0px !important;
}

.social-youtube {
  padding-top: 0px !important;
  padding-bottom: 40px;
}

@media (min-width: 1199px) {
  .social-youtube {
    padding-bottom: 0;
  }
}

.social-youtube > .wpb_wrapper {
  width: 50px;
}

.social-facebook > .wpb_wrapper {
  width: 35px;
}

.social-facebook:hover img,
.social-youtube:hover img {
  opacity: 0;
}

.social-facebook:hover::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.4.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.0' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23cca15d;} %3C/style%3E%3Cpath id='Pfad_4' class='st0' d='M12.5,0C5.5,0,0,5.7,0,12.6C0,18.8,4.4,24,10.5,25v-8.8H7.3v-3.6h3.2V9.8c0-3.2,1.9-4.9,4.8-4.9 c1,0,1.9,0.1,2.8,0.2v3.1h-1.5c-1-0.1-1.9,0.6-2.1,1.5c0,0.1,0,0.3,0,0.4v2.4H18l-0.6,3.6h-2.9v8.8c6.8-1.1,11.5-7.5,10.4-14.4 C24,4.5,18.7,0,12.5,0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}

.social-youtube:hover::before {
  content: '';
  display: block;
  width: 50px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.4.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.0' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='35.5px' height='25px' viewBox='0 0 35.5 25' style='enable-background:new 0 0 35.5 25;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23cca15d;} %3C/style%3E%3Cpath id='Pfad_3' class='st0' d='M34.7,3.9c-0.4-1.5-1.6-2.7-3.2-3.2C28.8,0,17.6,0,17.6,0S6.6,0,3.8,0.7c-1.4,0.4-2.6,1.6-3,3.2 c-0.7,2.8-0.7,8.6-0.7,8.6s0,5.8,0.7,8.6c0.4,1.5,1.6,2.7,3.2,3.2C6.6,25,17.8,25,17.8,25s11.1,0,13.9-0.7c1.5-0.4,2.7-1.6,3.2-3.2 c0.7-2.8,0.7-8.6,0.7-8.6S35.3,6.7,34.7,3.9z M14,17.8V7.2l9.3,5.3L14,17.8z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}

#footer .wpb_text_column + .wpb_single_image {
  padding-top: 0px !important;
}

@media screen and (max-width: 991px) {
  .social-facebook:hover::before {
    left: calc(50% - 17.5px);
  }
  .social-youtube:hover::before {
    left: calc(50% - 25px);
  }
}

@media screen and (min-width: 992px) {
  .wpb_single_image.vc_align_left.social-facebook,
  .wpb_single_image.vc_align_left.social-youtube {
    text-align: left;
  }
  .social-youtube,
  .social-facebook {
    display: inline-block;
    margin-right: 10px;
  }
  .social-facebook {
    position: relative;
    left: calc(50% - 45px);
  }
  /* Nur bei einem SoMe-Icon diese Platzierung nutzen (das Layout für zwei SoMe-Icons existiert noch im Footer, ist nur für Admins zu sehen) */
  .social-facebook {
    left: calc(50% - 17px);
  }
  .social-youtube {
    position: relative;
    left: calc(50% - 26px);
  }
}

.beitragsbild-container img {
  width: 100%;
  height: auto;
}

.seitentitel::after {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  background: #cca15d;
  left: 30px;
  bottom: -20px;
}

.sprungmarken {
  padding: 40px 30px 40px 10px;
}

.sprungmarken a {
  position: relative;
  padding-left: 40px;
}

.sprungmarken a::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(./images/arrow-sprungmarken.svg);
  width: 30px;
  height: 26px;
  left: 3px;
  top: -4px;
}

body:not(.page-id-2):not(.page-id-1181)
#content
.sprungmarken-container.vc_section
> div {
  padding-top: 70px !important;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
  .bild-large {
    margin: 0 -50px !important;
  }
}

@media screen and (min-width: 1200px) {
  .bild-large {
    margin: 0 -100px !important;
  }
}

.notfall-container {
  position: absolute;
  top: 190px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  height: 41px;
  z-index: 90000;
}

.notfall-container a {
  color: #d51010;
  padding: 10px 10px 9px 1px;
  background: #d51010;
  -webkit-box-shadow: inset 0px 48px 0px 0px #fff;
          box-shadow: inset 0px 48px 0px 0px #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  top: 1px;
}

.notfall-container a:hover {
  color: #d51010 !important;
}

.notfall-container a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d51010), to(#d51010)), -webkit-gradient(linear, left top, left bottom, from(#d51010), to(#d51010));
  background: linear-gradient(#d51010, #d51010), linear-gradient(#d51010, #d51010);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-position: center;
  background-size: 50% 3px, 3px 50%;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  left: 2px;
}

@media screen and (max-width: 767px) {
  .notfall-container {
    z-index: 8;
  }
}

@media screen and (min-width: 992px) {
  .notfall-container a:hover::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: center;
    background-size: 50% 3px, 3px 50%;
    background-repeat: no-repeat;
  }
  .notfall-container a:hover {
    -webkit-box-shadow: inset 0px 0px 0px 0px #fff;
            box-shadow: inset 0px 0px 0px 0px #fff;
    color: #fff !important;
  }
}

@media screen and (min-width: 1200px) {
  .notfall-container {
    top: 290px;
  }
}

.einklinker-container {
  position: absolute;
  z-index: 20;
  right: -700px;
}

.einklinker-container p,
.einklinker-container a,
.einklinker-container li {
  font-size: 16px;
  color: #fff;
}

.einklinker-container h3,
.einklinker-container h4 {
  color: #fff;
}

.einklinker-container ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.einklinker-container h3 + p {
  padding-top: 10px !important;
}

.einklinker-container h3 {
  font-size: 16px;
  margin-top: 0px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #cca15d;
  padding: 10px !important;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.einklinker-container h4 {
  font-size: 22px;
}

.einklinker-container .einklinker-text-oben {
  margin-top: -22px;
}

.einklinker-inner {
  padding: 30px 30px 30px 30px;
  background: #0077ba;
}

.einklinker-zusatz {
  position: absolute;
  padding: 0px 30px 30px 30px;
  background: #0077ba;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .einklinker-container {
    position: fixed;
    right: -390px;
    top: 220px;
    width: 390px;
    transition: right 0.3s ease;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
  }
  .einklinker-container h3 {
    font-size: 16px;
    padding: 10px 14px !important;
    position: absolute;
    top: 0px;
    left: -92px;
    bottom: unset;
    width: unset;
  }
  .einklinker-container h3::before, .einklinker-container h3::after {
    content: '';
    display: none;
  }
  .einklinker-container:hover {
    right: 0px;
  }
}

.ansprechpartner {
  padding-top: 23px !important;
}

.strasse,
.fax {
  padding-top: 3px !important;
}

.telefon,
.freitext {
  padding-top: 10px !important;
}

.kontakteinklinker-ausblenden {
  opacity: 0;
}

.einklinker-inner {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

body:not(.page-id-2):not(.page-id-1181) .vc_grid.vc_row .vc_grid-item {
  float: left;
  padding-bottom: 0;
}

body:not(.page-id-2):not(.page-id-1181) .vc_grid-container {
  padding: 20px;
}

body:not(.page-id-2):not(.page-id-1181) .vc_gitem_row .vc_gitem-col {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  body:not(.page-id-2):not(.page-id-1181) .vc_gitem_row .vc_gitem-col {
    padding: 10px 50px;
  }
}

body:not(.page-id-2):not(.page-id-1181) .artikel-uebersicht-titel {
  font-size: 24px;
  margin-top: 12px;
}

body:not(.page-id-2):not(.page-id-1181) .artikel-uebersicht-datum {
  font-size: 16px;
}

body:not(.page-id-2):not(.page-id-1181) .artikel-uebersicht-ausschnitt a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

body:not(.page-id-2):not(.page-id-1181) #content .wpb_alert p:last-child,
body:not(.page-id-2):not(.page-id-1181) #content .wpb_text_column :last-child,
body:not(.page-id-2):not(.page-id-1181) #content .wpb_text_column p:last-child,
body:not(.page-id-2):not(.page-id-1181) .wpb_alert p:last-child,
body:not(.page-id-2):not(.page-id-1181) .wpb_text_column :last-child,
body:not(.page-id-2):not(.page-id-1181) .wpb_text_column p:last-child {
  margin-top: 0px !important;
}

body:not(.page-id-2):not(.page-id-1181) #content div + div.pdf-download {
  margin-top: 10px !important;
}

body:not(.page-id-2):not(.page-id-1181) #content div + div.pdf-download:last-child {
  margin-top: 10px !important;
}

.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot.active
span,
.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot:hover
span,
.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot.active
span,
.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot:hover
span {
  background-color: #0077ba !important;
  border-color: #0077ba !important;
}

.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot
span,
.vc_grid.vc_grid-owl-theme
.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey
.vc_grid-owl-dot
span {
  border-color: #0077ba !important;
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c,
.vc_grid-item-zone-c-left .vc_gitem-animated-block {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .vc_grid-item-zone-c-left .vc_gitem-animated-block {
    width: 50% !important;
  }
  .vc_grid-item-zone-c-left .vc_gitem-zone-c {
    width: 48% !important;
  }
}

.beitrag-offen-datum {
  padding-bottom: 30px;
}

.beitrag-offen-titel {
  position: relative;
  margin-bottom: 38px !important;
}

.beitrag-offen-titel::after {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  background: #cca15d;
  left: 0px;
  bottom: -20px;
}

.beitrag-offen-beitragsbild img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px !important;
}

body.single-post .artikel-uebersicht-ausschnitt a {
  top: 0px;
}

.page-id-806 .seitentitel {
  max-width: 500px;
}

@media screen and (max-width: 999px) {
  .collage-4 img {
    margin-bottom: 32px !important;
  }
}

.collage-4 .wpb_single_image {
  width: 50%;
  float: left;
  padding: 0 10px;
}

@media screen and (min-width: 1000px) {
  .collage-4 .wpb_single_image {
    width: 100%;
    padding: 0px;
  }
  .collage-4 .bild-1 {
    position: relative;
    left: -70px;
    max-width: 440px;
  }
  .collage-4 .bild-2 {
    position: relative;
    left: 400px;
    max-width: 380px;
    top: -267px;
    margin-bottom: 50px !important;
  }
  .collage-4 .bild-3 {
    position: absolute;
    left: 20px;
    max-width: 380px;
    top: 324px;
  }
  .collage-4 .bild-4 {
    position: absolute;
    left: 430px;
    max-width: 310px;
    top: 324px;
  }
}

.textlink ul {
  list-style-type: none;
  margin: 0;
  padding-left: 30px;
}

.textlink ul a {
  padding-right: 0;
  position: relative;
}

@media screen and (max-width: 425px) {
  .textlink ul a {
    -webkit-hyphens: auto;
            hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
    -ms-word-break: break-word;
  }
}

.textlink ul a:after {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
}

.textlink a {
  padding-right: 10px;
}

.textlink a::after {
  content: '';
  background-image: url(images/chevron.svg);
  border-style: none;
  border-width: 0;
  display: inline-block;
  position: relative;
  height: 13px;
  width: 15px;
  top: -3px;
  right: -7px;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.textlink + .textlink {
  padding-top: 15px;
}

.stellenangebote-container {
  margin-bottom: 30px !important;
}

body:not(.page-id-2):not(.page-id-1181)
.stellenangebote-container
.vc_gitem_row
.vc_gitem-col {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #cca15d;
}

.stellenangebote-titel {
  font-size: 18px !important;
  color: #303030 !important;
  margin-bottom: 0px !important;
}

.stellenangebote-link {
  margin-bottom: 10px !important;
}

.stellenangebote-link a {
  color: #0077ba !important;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 16px !important;
  padding-left: 37px !important;
}

.stellenangebote-link a::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(./images/arrow-sprungmarken.svg);
  width: 30px;
  height: 26px;
  left: 0px;
  top: 10px;
}

@media screen and (min-width: 992px) {
  .stellenangebote-titel {
    font-size: 22px !important;
  }
  .stellenangebote-link a {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 1200px) {
  .stellenangebote-titel {
    font-size: 28px !important;
  }
}

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active {
  background-color: #0077ba;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  padding: 12px 20px;
  background-color: #ebebeb;
}

.vc_grid-filter.vc_grid-filter-color-grey
> .vc_grid-filter-item.vc_active
> span {
  color: #fff;
}

.vc_grid-filter {
  margin-bottom: 50px;
}

.search-wrapper input[type='text'] select {
  padding: 12px 14px 12px 8px;
  font-size: 16px;
  border-radius: 0px;
  margin-bottom: 30px;
}

.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
  border-radius: 0px;
}

.vc_grid-filter.vc_grid-filter-center {
  text-align: left;
  position: relative;
  left: -20px;
}

.praxisbild {
  margin-bottom: 20px !important;
}

.sprungmarken h4 {
  margin-bottom: 35px !important;
}

.vc-hoverbox-wrapper {
  padding-top: 20px;
}

.vc-hoverbox-front {
  background-size: contain;
  background-repeat: no-repeat;
}

.breite-copytext-verteiler {
  max-width: 676px;
  margin: 0 auto !important;
}

.allgemeiner-notruf,
.bereitschaft {
  padding: 33px 40px 16px 40px;
  background-color: #d51010;
  color: #fff;
}

.allgemeiner-notruf a,
.allgemeiner-notruf h3,
.bereitschaft a,
.bereitschaft h3 {
  color: #fff;
}

.allgemeiner-notruf h1 + p,
.bereitschaft h1 + p {
  padding-top: 0px !important;
}

.bereitschaft {
  background-color: #0077ba;
  padding: 20px 40px 10px 40px;
}

.notruf-112 a {
  font-size: 70px;
  padding: 10px 30px;
  position: relative;
}

.notruf-112 a::before {
  content: '';
  display: inline-block;
  background: url("./images/mobile-phone.svg");
  width: 40px;
  height: 59px;
  position: absolute;
  top: 31px;
  left: -25px;
}

.bereitschaft a[href^='tel:'] {
  position: relative;
  padding-left: 35px;
}

.bereitschaft a[href^='tel:']::before {
  content: '';
  display: inline-block;
  background: url("./images/mobile-phone.svg");
  width: 40px;
  height: 59px;
  position: absolute;
  top: -9px;
  left: -10px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.bereitschaft p + p,
.bereitschaft h3 + p {
  padding-top: 0px;
}

html .bereitschaft .wpb_text_column + .vc_row {
  position: relative;
  top: -8px;
}

.maps {
  position: relative;
  padding-left: 35px;
}

.maps .wpb_wrapper {
  margin-top: 12px;
  margin-bottom: 20px;
}

.maps a::before {
  content: '';
  display: inline-block;
  background: url("./images/map.svg");
  width: 40px;
  height: 59px;
  position: absolute;
  top: -9px;
  left: -10px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}

.weitere-notrufe a[href^='tel:'] {
  position: relative;
  padding-left: 30px;
}

.weitere-notrufe a[href^='tel:']::before {
  content: '';
  display: inline-block;
  background: url("./images/mobile-phone-gold.svg");
  width: 40px;
  height: 59px;
  position: absolute;
  top: -17px;
  left: -10px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.link-box {
  padding: 30px 10px 3px 10px;
}

.link-box .wpb_text_column + .vc_btn3-container {
  padding-top: 20px;
}

.nur-headline {
  margin-bottom: -50px !important;
}

.wpb_text_column + .wpb_vc_table {
  padding-top: 30px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  border-top: 2px solid #cca15d;
}

.box-info {
  padding: 50px 20px;
  background-color: #efefef;
}

.box-info .vc_btn3-container {
  margin-bottom: 0px !important;
}

.agnes-max img {
  max-width: 220px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .portrait img {
    padding: 40px 0px 8px;
  }
}

@media screen and (min-width: 768px) {
  .padding-right-entfernen > div {
    padding-right: 0px !important;
  }
  .abstand-portraits > div > div > div > div:not(first-child) {
    padding-top: 20px;
  }
  .vc_row + .wpb_text_column {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
  }
}

body:not(.page-id-2):not(.page-id-1181)
.nwst-kleine-spaltenabstaende
.vc_column_container
> .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

body:not(.page-id-2):not(.page-id-1181) .vc_row.nwst-kleine-spaltenabstaende {
  margin-left: -15px;
  margin-right: -15px;
}

.teams .wpb_single_image + .wpb_text_column,
.teams .wpb_text_column + .wpb_single_image {
  padding-top: 15px;
}

.teams .wpb_text_column + .bb-ultimate-carousel {
  padding-top: 30px;
}

.teams .wpb_text_column + .vc_row {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .teams .vc_col-sm-4 + .vc_col-sm-8 {
    padding-top: 40px;
  }
}

.ueberschrift-wenig-padding {
  margin-bottom: -20px !important;
}

@media screen and (min-width: 768px) {
  .ueberschrift-wenig-padding {
    margin-bottom: -30px !important;
  }
}

body #page #content .vc_section.nwst-zero-padding-margin {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
}

body #page #content .vc_section.nwst-zero-padding-margin > .container-wrap {
  padding: 0px !important;
}

body #page #content .vc_section.nwst-zero-padding-margin .vollbild-textspalte {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

ul.primary-menu > li:hover > ul.sub-menu {
  height: 605px;
}

@media screen and (max-width: 1199px) {
  ul.primary-menu > li:hover > ul.sub-menu {
    height: unset;
  }
}

.link-list ul {
  list-style-type: none;
  margin-left: 40px;
}

.link-list ul li {
  padding-top: 20px;
}

.link-list ul li:first-of-type {
  padding-top: 0;
}

.link-list ul li a {
  padding-left: 0;
}

.link-list ul li a:before {
  left: -37px;
}

.news .vc_grid-item .wpb_single_image .wpb_wrapper {
  width: 100%;
}

.news .vc_grid-item .wpb_single_image .wpb_wrapper a {
  width: 100%;
  position: relative;
  padding-top: 66.67%;
}

.news .vc_grid-item .wpb_single_image .wpb_wrapper a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:not(.xdsoft_calendar) > table {
  border: 0px !important;
  font-size: 14px !important;
  width: 100% !important;
  line-height: 1.4;
}

:not(.xdsoft_calendar) > table tr.vc-th td {
  font-weight: 600 !important;
  color: #fff !important;
  background: #0077ba !important;
  padding: 10px 15px 10px 0px !important;
  border-bottom: none;
  text-align: left !important;
}

:not(.xdsoft_calendar) > table tr.vc-th td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: left !important;
  padding-left: 20px !important;
}

:not(.xdsoft_calendar) > table tr.vc-th td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

:not(.xdsoft_calendar) > table td {
  padding: 2px 0 10px 0;
  border: 0px !important;
  min-width: 85px;
  text-align: left !important;
}

:not(.xdsoft_calendar) > table td:first-child {
  text-align: left !important;
}

:not(.xdsoft_calendar) > table tr:first-child td {
  text-align: left !important;
}

:not(.xdsoft_calendar) > table tr:nth-child(2) td {
  padding-top: 15px;
}

:not(.xdsoft_calendar) > table.bt .vc-th {
  display: none !important;
}

:not(.xdsoft_calendar) > table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

:not(.xdsoft_calendar) > table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: 600 !important;
  width: 8em;
  display: inline-block;
}

:not(.xdsoft_calendar) > table.bt tbody td.bt-hide {
  display: none;
}

:not(.xdsoft_calendar) > table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

:not(.xdsoft_calendar) > table td[data-th='']::before {
  display: none !important;
}

.sonderkarten tr:first-child {
  height: 39px;
}

@media (min-width: 900px) {
  :not(.xdsoft_calendar) > table {
    font-size: 16px !important;
  }
}

.wpb_vc_table {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

:not(.xdsoft_calendar) > table td:nth-child(4) {
  text-align: left !important;
}

@media screen and (max-width: 500px) {
  .wpb_vc_table > table {
    overflow: auto;
  }
}
/*# sourceMappingURL=style.css.map */